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