![]() |
OGS
|
Definition of member functions of class PETScVector, which provides an interface to PETSc vector routines.
Note: the return message of PETSc routines is omitted in the source code. If it is really needed, it can be activated by adding a PetscErrorCode type variable before each PETSc function
Definition in file PETScVector.cpp.
#include "PETScVector.h"#include <algorithm>#include <cassert>#include "BaseLib/Algorithm.h"#include "BaseLib/Error.h"#include "BaseLib/MPI.h"Go to the source code of this file.
Namespaces | |
| namespace | MathLib |
Macros | |
| #define | nEXIT_TEST |
Functions | |
| void | MathLib::finalizeVectorAssembly (PETScVector &vec) |
| Function to finalize the vector assembly. | |
| #define nEXIT_TEST |