![]() |
v0.15.0 |
Common data. More...
Public Attributes | |
| MatrixDouble | grad |
| Gradients of field "u" at integration points. | |
| VectorDouble | val |
| Values of field "u" at integration points. | |
| VectorDouble | dot_val |
| Rate of values of field "u" at integration points. | |
| SmartPetscObj< Mat > | M |
| Mass matrix. | |
| SmartPetscObj< KSP > | ksp |
| Linear solver. | |
Common data.
Common data are used to keep and pass data between elements
Definition at line 34 of file reaction_diffusion.cpp.
| VectorDouble ReactionDiffusionEquation::CommonData::dot_val |
Rate of values of field "u" at integration points.
Definition at line 38 of file reaction_diffusion.cpp.
| MatrixDouble ReactionDiffusionEquation::CommonData::grad |
Gradients of field "u" at integration points.
Definition at line 36 of file reaction_diffusion.cpp.
| SmartPetscObj<KSP> ReactionDiffusionEquation::CommonData::ksp |
Linear solver.
Definition at line 41 of file reaction_diffusion.cpp.
| SmartPetscObj<Mat> ReactionDiffusionEquation::CommonData::M |
Mass matrix.
Definition at line 40 of file reaction_diffusion.cpp.
| VectorDouble ReactionDiffusionEquation::CommonData::val |
Values of field "u" at integration points.
Definition at line 37 of file reaction_diffusion.cpp.