OGS
|
Functions | |
void | checkResiduumNamesVsProcessVariables (std::vector< std::vector< std::string > > const &per_process_residuum_names, std::vector< std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > > const &per_process_pvs) |
std::vector< std::vector< std::reference_wrapper< MeshLib::PropertyVector< double > > > > | createResiduumVectors (MeshLib::Mesh &mesh, std::vector< std::vector< std::string > > const &per_process_residuum_names, std::vector< std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > > const &per_process_pvs) |
void anonymous_namespace{AssemblyMixin.cpp}::checkResiduumNamesVsProcessVariables | ( | std::vector< std::vector< std::string > > const & | per_process_residuum_names, |
std::vector< std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > > const & | per_process_pvs ) |
Definition at line 26 of file AssemblyMixin.cpp.
References OGS_FATAL.
Referenced by createResiduumVectors().
std::vector< std::vector< std::reference_wrapper< MeshLib::PropertyVector< double > > > > anonymous_namespace{AssemblyMixin.cpp}::createResiduumVectors | ( | MeshLib::Mesh & | mesh, |
std::vector< std::vector< std::string > > const & | per_process_residuum_names, | ||
std::vector< std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > > const & | per_process_pvs ) |
Definition at line 62 of file AssemblyMixin.cpp.
References checkResiduumNamesVsProcessVariables(), MeshLib::getOrCreateMeshProperty(), and MeshLib::Node.