Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_ConfigDefs.h"
#include <mpi.h>
#include "Epetra_Object.h"
#include "Epetra_Comm.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Map.h"
#include "Epetra_LocalMap.h"
#include "Epetra_BlockMap.h"
#include "Epetra_MultiVector.h"
#include "Epetra_Vector.h"
#include "Epetra_VbrMatrix.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_C_wrappers.h"
#include "Epetra_MpiComm.h"
Go to the source code of this file.
EPETRA_OBJECT_PTR MANGLE() epetra_mpicomm_create1 | ( | ) |
Definition at line 70 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_mpicomm_create2 | ( | MPI_Comm * | comm | ) |
Definition at line 74 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_serialcomm_create | ( | ) |
Definition at line 80 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_comm_mypid | ( | EPETRA_OBJECT_REF | comm | ) |
Definition at line 85 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_comm_numproc | ( | EPETRA_OBJECT_REF | comm | ) |
Definition at line 90 of file Epetra_C_wrappers.cpp.
void MANGLE() epetra_comm_barrier | ( | EPETRA_OBJECT_REF | comm | ) |
Definition at line 96 of file Epetra_C_wrappers.cpp.
void MANGLE() epetra_comm_destroy | ( | EPETRA_OBJECT_REF | comm | ) |
Definition at line 102 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_create1 | ( | EPETRA_INT | numGlobalElements, |
EPETRA_INT | indexBase, | ||
EPETRA_OBJECT_REF | comm | ||
) |
Definition at line 111 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_create2 | ( | EPETRA_INT | numGlobalElements, |
EPETRA_INT | numMyElements, | ||
EPETRA_INT | indexBase, | ||
EPETRA_OBJECT_REF | comm | ||
) |
Definition at line 119 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_create3 | ( | EPETRA_INT | numGlobalElements, |
EPETRA_INT | numLocalElements, | ||
int * | updateList, | ||
EPETRA_INT | indexBase, | ||
EPETRA_OBJECT_REF | comm | ||
) |
Definition at line 129 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_create1_64 | ( | EPETRA_LONG_LONG | numGlobalElements, |
EPETRA_LONG_LONG | indexBase, | ||
EPETRA_OBJECT_REF | comm | ||
) |
Definition at line 142 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_create2_64 | ( | EPETRA_LONG_LONG | numGlobalElements, |
EPETRA_INT | numMyElements, | ||
EPETRA_LONG_LONG | indexBase, | ||
EPETRA_OBJECT_REF | comm | ||
) |
Definition at line 150 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_create3_64 | ( | EPETRA_LONG_LONG | numGlobalElements, |
EPETRA_INT | numLocalElements, | ||
long long * | updateList, | ||
EPETRA_LONG_LONG | indexBase, | ||
EPETRA_OBJECT_REF | comm | ||
) |
Definition at line 160 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_map_nummyelements | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 172 of file Epetra_C_wrappers.cpp.
long long MANGLE() epetra_map_numglobalelements | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 177 of file Epetra_C_wrappers.cpp.
int* MANGLE() epetra_map_myglobalelements | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 183 of file Epetra_C_wrappers.cpp.
long long* MANGLE() epetra_map_myglobalelements_64 | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 190 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_map_comm | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 197 of file Epetra_C_wrappers.cpp.
void MANGLE() epetra_map_destroy | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 202 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_vector_create1 | ( | EPETRA_OBJECT_REF | map | ) |
Definition at line 211 of file Epetra_C_wrappers.cpp.
EPETRA_OBJECT_PTR MANGLE() epetra_vector_create2 | ( | EPETRA_INT | CopyValues, |
EPETRA_OBJECT_REF | map, | ||
double * | V | ||
) |
Definition at line 217 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_vector_putscalar | ( | EPETRA_OBJECT_REF | x, |
EPETRA_DOUBLE | scalar | ||
) |
Definition at line 226 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_vector_norm1 | ( | EPETRA_OBJECT_REF | x, |
double * | scalar | ||
) |
Definition at line 231 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_vector_norm2 | ( | EPETRA_OBJECT_REF | x, |
double * | scalar | ||
) |
Definition at line 236 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_vector_random | ( | EPETRA_OBJECT_REF | x | ) |
Definition at line 241 of file Epetra_C_wrappers.cpp.
int MANGLE() epetra_vector_update | ( | EPETRA_OBJECT_REF | x, |
EPETRA_DOUBLE | scalara, | ||
EPETRA_OBJECT_REF | a, | ||
EPETRA_DOUBLE | scalarb, | ||
EPETRA_OBJECT_REF | b, | ||
EPETRA_DOUBLE | scalarx | ||
) |
Definition at line 246 of file Epetra_C_wrappers.cpp.
void MANGLE() epetra_vector_print | ( | EPETRA_OBJECT_REF | x | ) |
Definition at line 254 of file Epetra_C_wrappers.cpp.
void MANGLE() epetra_vector_destroy | ( | EPETRA_OBJECT_REF | x | ) |
Definition at line 258 of file Epetra_C_wrappers.cpp.