|
IFEM
90A354
|
#include <vector>

Go to the source code of this file.
Typedefs | |
| typedef int | PetscInt |
| To avoid compilation failures. | |
| typedef double | PetscReal |
| To avoid compilation failures. | |
| typedef int | IS |
| To avoid compilation failures. | |
| typedef std::vector< PetscInt > | PetscIntVec |
| PETSc integer vector. | |
| typedef std::vector< PetscReal > | PetscRealVec |
| PETSc real vector. | |
| typedef std::vector< PetscIntVec > | PetscIntMat |
| PETSc integer matrix. | |
IFEM PETSc support.