v0.14.0 |
[Source function] More...
Public Types | |
enum | VecElements { ERROR_L2_NORM = 0, ERROR_H1_SEMINORM, LAST_ELEMENT } |
Public Attributes | |
boost::shared_ptr< VectorDouble > | approxVals |
boost::shared_ptr< MatrixDouble > | approxValsGrad |
SmartPetscObj< Vec > | petscVec |
[Source function]
Definition at line 74 of file standard_poisson.cpp.
Enumerator | |
---|---|
ERROR_L2_NORM | |
ERROR_H1_SEMINORM | |
LAST_ELEMENT |
Definition at line 79 of file standard_poisson.cpp.
boost::shared_ptr<VectorDouble> StandardPoisson::CommonData::approxVals |
Definition at line 75 of file standard_poisson.cpp.
boost::shared_ptr<MatrixDouble> StandardPoisson::CommonData::approxValsGrad |
Definition at line 76 of file standard_poisson.cpp.
SmartPetscObj<Vec> StandardPoisson::CommonData::petscVec |
Definition at line 77 of file standard_poisson.cpp.