Skip to content
Snippets Groups Projects
Commit 928d6987 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[App] Add dimension info for mechanics processes.

parent d13c6092
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,7 @@ void ProjectData::parseProcesses(BaseLib::ConfigTree const& processes_config,
}
else if (type == "HYDRO_MECHANICS")
{
//! \ogs_file_param{process__HYDRO_MECHANICS__dimension}
switch (process_config.getConfigParameter<int>("dimension"))
{
case 2:
......@@ -357,6 +358,7 @@ void ProjectData::parseProcesses(BaseLib::ConfigTree const& processes_config,
}
else if (type == "HYDRO_MECHANICS_WITH_LIE")
{
//! \ogs_file_param{process__HYDRO_MECHANICS_WITH_LIE__dimension}
switch (process_config.getConfigParameter<int>("dimension"))
{
case 2:
......@@ -406,6 +408,7 @@ void ProjectData::parseProcesses(BaseLib::ConfigTree const& processes_config,
}
else if (type == "SMALL_DEFORMATION_WITH_LIE")
{
//! \ogs_file_param{process__SMALL_DEFORMATION_WITH_LIE__dimension}
switch (process_config.getConfigParameter<int>("dimension"))
{
case 2:
......
Displacement vector dimension. The displacement dimension must be equal to the mesh dimension.
Displacement vector dimension. The displacement dimension must be equal to the mesh dimension.
\note Only two-dimensional meshes are supported for now.
Displacement vector dimension. The displacement dimension must be equal to the mesh dimension.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment