|
MAST
|
#include <conservative_fluid_system_initialization.h>


Public Member Functions | |
| ConservativeFluidSystemInitialization (MAST::NonlinearSystem &sys, const std::string &prefix, const libMesh::FEType &fe_type, const unsigned int dim) | |
| virtual | ~ConservativeFluidSystemInitialization () |
| unsigned int | dim () |
Public Member Functions inherited from MAST::SystemInitialization | |
| SystemInitialization (MAST::NonlinearSystem &sys, const std::string &prefix) | |
initialize the variables in the provided system sys of order and family. More... | |
| virtual | ~SystemInitialization () |
| virtual destructor More... | |
| unsigned int | n_vars () const |
| const libMesh::FEType & | fetype (unsigned int i) const |
| MAST::NonlinearSystem & | system () |
| const MAST::NonlinearSystem & | system () const |
| const std::vector< unsigned int > | vars () const |
| const std::string & | prefix () const |
| void | initialize_solution (const RealVectorX &sol) |
initializes the FE solution vector to the constant solution provided in sol. More... | |
| void | initialize_solution (const MAST::FieldFunction< RealVectorX > &sol) |
initializes the FE solution vector to the function solution provided in sol. More... | |
Protected Attributes | |
| const unsigned int | _dim |
| spatial dimensions of analysis More... | |
Protected Attributes inherited from MAST::SystemInitialization | |
| MAST::NonlinearSystem & | _system |
| std::vector< unsigned int > | _vars |
| std::string | _prefix |
Definition at line 29 of file conservative_fluid_system_initialization.h.
| MAST::ConservativeFluidSystemInitialization::ConservativeFluidSystemInitialization | ( | MAST::NonlinearSystem & | sys, |
| const std::string & | prefix, | ||
| const libMesh::FEType & | fe_type, | ||
| const unsigned int | dim | ||
| ) |
Definition at line 27 of file conservative_fluid_system_initialization.cpp.

|
virtual |
Definition at line 60 of file conservative_fluid_system_initialization.cpp.

|
inline |
Definition at line 44 of file conservative_fluid_system_initialization.h.
|
protected |
spatial dimensions of analysis
Definition at line 56 of file conservative_fluid_system_initialization.h.