OGS
|
Definition in file SolutionDependentDirichletBoundaryCondition.cpp.
#include "SolutionDependentDirichletBoundaryCondition.h"
#include <memory>
#include <vector>
#include "BaseLib/ConfigTree.h"
#include "BaseLib/Logging.h"
#include "DirichletBoundaryConditionAuxiliaryFunctions.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Utils/getOrCreateMeshProperty.h"
#include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "ParameterLib/Utils.h"
Go to the source code of this file.
Namespaces | |
namespace | ProcessLib |
Functions | |
std::unique_ptr< SolutionDependentDirichletBoundaryCondition > | ProcessLib::createSolutionDependentDirichletBoundaryCondition (BaseLib::ConfigTree const &config, MeshLib::Mesh const &bc_mesh, NumLib::LocalToGlobalIndexMap const &dof_table_bulk, int const variable_id, int const component_id, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters) |