#include <system_initialization.h>
Definition at line 41 of file system_initialization.h.
| MAST::SystemInitialization::SystemInitialization |
( |
MAST::NonlinearSystem & |
sys, |
|
|
const std::string & |
prefix |
|
) |
| |
initialize the variables in the provided system sys of order and family.
Uses prefix for all variables name.
Definition at line 32 of file system_initialization.cpp.
| MAST::SystemInitialization::~SystemInitialization |
( |
| ) |
|
|
virtual |
| const libMesh::FEType & MAST::SystemInitialization::fetype |
( |
unsigned int |
i | ) |
const |
- Returns
- the FEType object for variable
i, that defines the finite element family and order.
Definition at line 58 of file system_initialization.cpp.
| void MAST::SystemInitialization::initialize_solution |
( |
const RealVectorX & |
sol | ) |
|
| unsigned int MAST::SystemInitialization::n_vars |
( |
| ) |
const |
| const std::string& MAST::SystemInitialization::prefix |
( |
| ) |
const |
|
inline |
- Returns
- a reference to the system for which the variables are initialized.
Definition at line 73 of file system_initialization.h.
- Returns
- a constant reference to the system for which the variables are initialized.
Definition at line 81 of file system_initialization.h.
| const std::vector<unsigned int> MAST::SystemInitialization::vars |
( |
| ) |
const |
|
inline |
| std::string MAST::SystemInitialization::_prefix |
|
protected |
| std::vector<unsigned int> MAST::SystemInitialization::_vars |
|
protected |
The documentation for this class was generated from the following files: