OGS
|
Created on November 21, 2023, 3:37 PM
Definition in file CreateStaggeredCoupling.h.
Go to the source code of this file.
Classes | |
struct | NumLib::LocalCouplingParameters |
Namespaces | |
namespace | BaseLib |
namespace | NumLib |
Functions | |
std::tuple< std::vector< std::unique_ptr< NumLib::ConvergenceCriterion > >, std::vector< LocalCouplingParameters >, int > | NumLib::parseCoupling (BaseLib::ConfigTree const &config) |
template<typename ProcessData > | |
std::unique_ptr< StaggeredCoupling > | NumLib::createStaggeredCoupling (BaseLib::ConfigTree const &config, std::vector< std::unique_ptr< ProcessData > > const &per_process_data) |
Create a StaggeredCoupling instance from the given configuration. | |