|
Epetra Package Browser (Single Doxygen Collection) Development
|
#include "Epetra_ConfigDefs.h"

Go to the source code of this file.
Macros | |
| #define | EPETRA_DEREF(a) |
| #define | MANGLE(x) |
Typedefs | |
| typedef double | EPETRA_DOUBLE |
| typedef int | EPETRA_INT |
| typedef long long | EPETRA_LONG_LONG |
| typedef void * | EPETRA_OBJECT_PTR |
| typedef void * | EPETRA_OBJECT_REF |
| #define EPETRA_DEREF | ( | a | ) |
Definition at line 74 of file Epetra_C_wrappers.h.
| #define MANGLE | ( | x | ) |
Definition at line 89 of file Epetra_C_wrappers.h.
| typedef double EPETRA_DOUBLE |
Definition at line 71 of file Epetra_C_wrappers.h.
| typedef int EPETRA_INT |
Definition at line 72 of file Epetra_C_wrappers.h.
| typedef long long EPETRA_LONG_LONG |
Definition at line 73 of file Epetra_C_wrappers.h.
| typedef void* EPETRA_OBJECT_PTR |
Definition at line 76 of file Epetra_C_wrappers.h.
| typedef void* EPETRA_OBJECT_REF |
Definition at line 77 of file Epetra_C_wrappers.h.
| 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 | communicator | ) |
Definition at line 85 of file Epetra_C_wrappers.cpp.
| int MANGLE epetra_comm_numproc | ( | EPETRA_OBJECT_REF | communicator | ) |
Definition at line 90 of file Epetra_C_wrappers.cpp.
| void MANGLE epetra_comm_barrier | ( | EPETRA_OBJECT_REF | communicator | ) |
Definition at line 96 of file Epetra_C_wrappers.cpp.
| void MANGLE epetra_comm_destroy | ( | EPETRA_OBJECT_REF | communicator | ) |
Definition at line 102 of file Epetra_C_wrappers.cpp.
| EPETRA_OBJECT_PTR MANGLE epetra_map_create1 | ( | EPETRA_INT | numGlobalEquations, |
| 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 | numGlobalEquations, |
| 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 | numGlobalEquations, |
| EPETRA_INT | numlocalEquations, | ||
| 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 | numGlobalEquations, |
| 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 | numGlobalEquations, |
| EPETRA_INT | numMyElements, | ||
| EPETRA_INT | indexBase, | ||
| EPETRA_OBJECT_REF | comm ) |
| EPETRA_OBJECT_PTR MANGLE epetra_map_create3_64 | ( | EPETRA_LONG_LONG | numGlobalEquations, |
| EPETRA_INT | numlocalEquations, | ||
| long long * | updateList, | ||
| EPETRA_INT | indexBase, | ||
| EPETRA_OBJECT_REF | comm ) |
| 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 | Copy, |
| 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_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.
| int MANGLE epetra_vector_norm1 | ( | EPETRA_OBJECT_REF | x, |
| double * | result ) |
Definition at line 231 of file Epetra_C_wrappers.cpp.
| int MANGLE epetra_vector_norm2 | ( | EPETRA_OBJECT_REF | x, |
| double * | result ) |
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.
| 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.