OGS
NeumannBoundaryCondition.h
Go to the documentation of this file.
1
11#pragma once
12
16
17namespace ProcessLib
18{
22
23std::unique_ptr<NeumannBoundaryCondition> createNeumannBoundaryCondition(
24 BaseLib::ConfigTree const& config, MeshLib::Mesh const& bc_mesh,
25 NumLib::LocalToGlobalIndexMap const& dof_table, int const variable_id,
26 int const component_id, unsigned const integration_order,
27 unsigned const shapefunction_order, unsigned const global_dim,
28 std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const&
29 parameters);
30
31} // namespace ProcessLib
std::unique_ptr< NeumannBoundaryCondition > createNeumannBoundaryCondition(BaseLib::ConfigTree const &config, MeshLib::Mesh const &bc_mesh, NumLib::LocalToGlobalIndexMap const &dof_table, int const variable_id, int const component_id, unsigned const integration_order, unsigned const shapefunction_order, unsigned const global_dim, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters)