![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
#include <GenericPropAlgorithm.h>
Public Member Functions | |
| GenericPropAlgorithm (Realm &realm, stk::mesh::Part *part, stk::mesh::FieldBase *prop, PropertyEvaluator *propEvaluator) | |
| virtual | ~GenericPropAlgorithm () |
| virtual void | execute () |
Public Member Functions inherited from sierra::nalu::Algorithm | |
| Algorithm (Realm &realm, stk::mesh::Part *part) | |
| Algorithm (Realm &realm, stk::mesh::PartVector &partVec) | |
| virtual | ~Algorithm () |
| virtual void | pre_work () |
Public Attributes | |
| stk::mesh::FieldBase * | prop_ |
| PropertyEvaluator * | propEvaluator_ |
Public Attributes inherited from sierra::nalu::Algorithm | |
| Realm & | realm_ |
| stk::mesh::PartVector | partVec_ |
| std::vector< SupplementalAlgorithm * > | supplementalAlg_ |
| std::vector< Kernel * > | activeKernels_ |
| sierra::nalu::GenericPropAlgorithm::GenericPropAlgorithm | ( | Realm & | realm, |
| stk::mesh::Part * | part, | ||
| stk::mesh::FieldBase * | prop, | ||
| PropertyEvaluator * | propEvaluator | ||
| ) |
|
inlinevirtual |
|
virtual |
| stk::mesh::FieldBase* sierra::nalu::GenericPropAlgorithm::prop_ |
Referenced by execute().
| PropertyEvaluator* sierra::nalu::GenericPropAlgorithm::propEvaluator_ |
Referenced by execute().
1.8.11