![]() |
v0.14.0 |
#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>
Public Member Functions | |
| MatShellCtx () | |
| virtual | ~MatShellCtx () |
| MoFEMErrorCode | iNit () |
| MoFEMErrorCode | dEstroy () |
Public Attributes | |
| Mat | K |
| Mat | M |
| VecScatter | scatterU |
| VecScatter | scatterV |
| double | ts_a |
| bool | iNitialized |
| Mat | barK |
| Vec | u |
| Vec | v |
| Vec | Ku |
| Vec | Mv |
Friends | |
| MoFEMErrorCode | MultOpA (Mat A, Vec x, Vec f) |
| MoFEMErrorCode | ZeroEntriesOp (Mat A) |
Definition at line 502 of file ConvectiveMassElement.hpp.
| ConvectiveMassElement::MatShellCtx::MatShellCtx | ( | ) |
Definition at line 2343 of file ConvectiveMassElement.cpp.
|
virtual |
Definition at line 2344 of file ConvectiveMassElement.cpp.
| MoFEMErrorCode ConvectiveMassElement::MatShellCtx::dEstroy | ( | ) |
Definition at line 2369 of file ConvectiveMassElement.cpp.
| MoFEMErrorCode ConvectiveMassElement::MatShellCtx::iNit | ( | ) |
|
friend |
|
friend |
| Mat ConvectiveMassElement::MatShellCtx::barK |
Definition at line 512 of file ConvectiveMassElement.hpp.
| bool ConvectiveMassElement::MatShellCtx::iNitialized |
Definition at line 508 of file ConvectiveMassElement.hpp.
| Mat ConvectiveMassElement::MatShellCtx::K |
Definition at line 504 of file ConvectiveMassElement.hpp.
| Vec ConvectiveMassElement::MatShellCtx::Ku |
Definition at line 513 of file ConvectiveMassElement.hpp.
| Mat ConvectiveMassElement::MatShellCtx::M |
Definition at line 504 of file ConvectiveMassElement.hpp.
| Vec ConvectiveMassElement::MatShellCtx::Mv |
Definition at line 513 of file ConvectiveMassElement.hpp.
| VecScatter ConvectiveMassElement::MatShellCtx::scatterU |
Definition at line 505 of file ConvectiveMassElement.hpp.
| VecScatter ConvectiveMassElement::MatShellCtx::scatterV |
Definition at line 505 of file ConvectiveMassElement.hpp.
| double ConvectiveMassElement::MatShellCtx::ts_a |
Definition at line 506 of file ConvectiveMassElement.hpp.
| Vec ConvectiveMassElement::MatShellCtx::u |
Definition at line 513 of file ConvectiveMassElement.hpp.
| Vec ConvectiveMassElement::MatShellCtx::v |
Definition at line 513 of file ConvectiveMassElement.hpp.