From 41ad8ac7c9c0e7b400e77d90563bf31aeddeea46 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Mon, 25 Sep 2017 16:02:02 +0200 Subject: [PATCH] Copy documentation from nonuniform Neumann. --- .../NonuniformDirichlet/c_NonuniformDirichlet.md | 2 ++ .../NonuniformDirichlet/t_field_name.md | 3 +++ .../boundary_condition/NonuniformDirichlet/t_mesh.md | 8 ++++++++ 3 files changed, 13 insertions(+) create mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/c_NonuniformDirichlet.md create mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_field_name.md create mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_mesh.md diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/c_NonuniformDirichlet.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/c_NonuniformDirichlet.md new file mode 100644 index 00000000000..a4df55e6ec1 --- /dev/null +++ b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/c_NonuniformDirichlet.md @@ -0,0 +1,2 @@ +Declares a Dirichlet boundary condition that is non-uniform in space. +The values are read from the given boundary mesh. diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_field_name.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_field_name.md new file mode 100644 index 00000000000..fc5aead79e2 --- /dev/null +++ b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_field_name.md @@ -0,0 +1,3 @@ +This specifies a nodal field defined on the surface mesh (see the \c mesh +parameter of the nonuniform Dirichlet BC) and the values used for the boundary +condition. diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_mesh.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_mesh.md new file mode 100644 index 00000000000..b448b3494b3 --- /dev/null +++ b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_mesh.md @@ -0,0 +1,8 @@ +Path to the surface mesh vtu file. + +The surface mesh must contain a nodal integer-valued field (unsigned 64bit) +named \c OriginalSubsurfaceNodeIDs. That field establishes the mapping between +the nodes of the surface mesh to some notes in the bulk mesh. +\warning It is not checked if the surface mesh and the bulk mesh correspond to each +other; in particular it is not checked if surface and bulk nodes coincide and if +surface elements coincide with the faces of bulk elements. -- GitLab