System Preprocessors
|
#include <linear_impl.h>
Data Fields | |
MPI_Comm | comm |
void * | ctx |
int | cookie |
int | partsoriginal |
Mat | A |
Mat | B |
Vec | Rhs |
Vec | Sol |
Vec | Init |
Vec | Tmp |
PetscTruth | known_solution |
NMD_metadata | metadata |
Definition at line 18 of file linear_impl.h.
Mat LinearSystem_::A |
Definition at line 22 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetParts(), LinearSystemInheritParts(), and LinearSystemSetParts().
Mat LinearSystem_::B |
Definition at line 22 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetParts(), LinearSystemInheritParts(), and LinearSystemSetParts().
MPI_Comm LinearSystem_::comm |
Definition at line 19 of file linear_impl.h.
Definition at line 20 of file linear_impl.h.
Referenced by CreateLinearSystem().
void* LinearSystem_::ctx |
Definition at line 19 of file linear_impl.h.
Referenced by LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetContext(), and LinearSystemSetContext().
Definition at line 22 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetParts(), LinearSystemInheritParts(), and LinearSystemSetParts().
PetscTruth LinearSystem_::known_solution |
Definition at line 23 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetKnownSolution(), and LinearSystemSetKnownSolution().
NMD_metadata LinearSystem_::metadata |
Definition at line 24 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDuplicatePointers(), LinearSystemGetMetadata(), and LinearSystemSetMetadata().
Definition at line 21 of file linear_impl.h.
Referenced by CreateLinearSystem(), LinearSystemCopy(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemInheritParts(), and LinearSystemSetParts().
Definition at line 22 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetParts(), LinearSystemGetTmpVector(), LinearSystemInheritParts(), and LinearSystemSetParts().
Definition at line 22 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetParts(), LinearSystemInheritParts(), and LinearSystemSetParts().
Definition at line 22 of file linear_impl.h.
Referenced by LinearSystemDelete(), and LinearSystemGetTmpVector().