OGS
CreateStaggeredCoupling.h File Reference

Detailed Description

Created on November 21, 2023, 3:37 PM

Definition in file CreateStaggeredCoupling.h.

#include <memory>
#include <vector>
#include "CreateStaggeredCoupling-impl.h"
Include dependency graph for CreateStaggeredCoupling.h:
This graph shows which files directly or indirectly include this file:

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< StaggeredCouplingNumLib::createStaggeredCoupling (BaseLib::ConfigTree const &config, std::vector< std::unique_ptr< ProcessData > > const &per_process_data)
 Create a StaggeredCoupling instance from the given configuration.