OGS
|
Information of a coupling node.
Definition at line 29 of file StaggeredCoupling.h.
#include <StaggeredCoupling.h>
Public Attributes | |
std::string | process_name |
std::unique_ptr< NumLib::ConvergenceCriterion > | convergence_criterion |
int | max_iterations |
int | process_id |
std::unique_ptr<NumLib::ConvergenceCriterion> NumLib::CouplingNode::convergence_criterion |
Definition at line 32 of file StaggeredCoupling.h.
Referenced by NumLib::StaggeredCoupling::checkCouplingConvergence().
int NumLib::CouplingNode::max_iterations |
Definition at line 33 of file StaggeredCoupling.h.
int NumLib::CouplingNode::process_id |
Definition at line 34 of file StaggeredCoupling.h.
Referenced by NumLib::StaggeredCoupling::checkCouplingConvergence(), NumLib::StaggeredCoupling::executeConcrete(), and NumLib::StaggeredCoupling::executeSingleIteration().
std::string NumLib::CouplingNode::process_name |
Definition at line 31 of file StaggeredCoupling.h.
Referenced by NumLib::StaggeredCoupling::checkCouplingConvergence(), NumLib::StaggeredCoupling::executeConcrete(), and NumLib::StaggeredCoupling::executeSingleIteration().