![]() |
OGS
|
Created on 2025-07-29 14:36:50
Definition in file CreateTimeDecayDirichletBoundaryCondition.cpp.
#include "CreateTimeDecayDirichletBoundaryCondition.h"
#include <numeric>
#include "BaseLib/ConfigTree.h"
#include "BoundaryCondition.h"
#include "MeshLib/Mesh.h"
#include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "ParameterLib/Parameter.h"
#include "ParameterLib/Utils.h"
#include "TimeDecayDirichletBoundaryCondition.h"
Go to the source code of this file.
Namespaces | |
namespace | ProcessLib |
Functions | |
std::unique_ptr< BoundaryCondition > | ProcessLib::createTimeDecayDirichletBoundaryCondition (int const variable_id, int const component_id, BaseLib::ConfigTree const &config, MeshLib::Mesh const &bc_mesh, NumLib::LocalToGlobalIndexMap const &dof_table_bulk, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters) |