From 7bd4c738e40e4c1462a2db175835b37b896a2ae0 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Tue, 26 Feb 2019 23:15:31 +0100 Subject: [PATCH] [doc] Remove obsolete nonuniform tags docu. Move the renamed VariableDependentNeumann BC docu. --- .../NonuniformDirichlet/c_NonuniformDirichlet.md | 2 -- .../boundary_condition/NonuniformDirichlet/t_field_name.md | 3 --- .../NonuniformNeumann/c_NonuniformNeumann.md | 1 - .../boundary_condition/NonuniformNeumann/t_field_name.md | 5 ----- .../c_NonuniformVariableDependentNeumann.md | 0 .../t_coefficient_current_variable_name.md | 0 .../t_coefficient_mixed_variables_name.md | 0 .../t_coefficient_other_variable_name.md | 0 .../t_constant_name.md | 0 9 files changed, 11 deletions(-) delete mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/c_NonuniformDirichlet.md delete mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_field_name.md delete mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/c_NonuniformNeumann.md delete mode 100644 Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/t_field_name.md rename Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/{NonuniformVariableDependentNeumann => VariableDependentNeumann}/c_NonuniformVariableDependentNeumann.md (100%) rename Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/{NonuniformVariableDependentNeumann => VariableDependentNeumann}/t_coefficient_current_variable_name.md (100%) rename Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/{NonuniformVariableDependentNeumann => VariableDependentNeumann}/t_coefficient_mixed_variables_name.md (100%) rename Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/{NonuniformVariableDependentNeumann => VariableDependentNeumann}/t_coefficient_other_variable_name.md (100%) rename Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/{NonuniformVariableDependentNeumann => VariableDependentNeumann}/t_constant_name.md (100%) 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 deleted file mode 100644 index a4df55e6ec1..00000000000 --- a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/c_NonuniformDirichlet.md +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index fc5aead79e2..00000000000 --- a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformDirichlet/t_field_name.md +++ /dev/null @@ -1,3 +0,0 @@ -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/NonuniformNeumann/c_NonuniformNeumann.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/c_NonuniformNeumann.md deleted file mode 100644 index cf46bf6546c..00000000000 --- a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/c_NonuniformNeumann.md +++ /dev/null @@ -1 +0,0 @@ -Declares a Neumann boundary condition that is non-uniform in space. diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/t_field_name.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/t_field_name.md deleted file mode 100644 index 7f36683addd..00000000000 --- a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformNeumann/t_field_name.md +++ /dev/null @@ -1,5 +0,0 @@ -This specifies a nodal field defined on the surface mesh (see the \c mesh -parameter of the nonuniform Neumann BC). - -From that nodal field the flux values, which are applied via this Neumann BC, -are read. diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/c_NonuniformVariableDependentNeumann.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/c_NonuniformVariableDependentNeumann.md similarity index 100% rename from Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/c_NonuniformVariableDependentNeumann.md rename to Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/c_NonuniformVariableDependentNeumann.md diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_coefficient_current_variable_name.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_coefficient_current_variable_name.md similarity index 100% rename from Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_coefficient_current_variable_name.md rename to Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_coefficient_current_variable_name.md diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_coefficient_mixed_variables_name.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_coefficient_mixed_variables_name.md similarity index 100% rename from Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_coefficient_mixed_variables_name.md rename to Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_coefficient_mixed_variables_name.md diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_coefficient_other_variable_name.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_coefficient_other_variable_name.md similarity index 100% rename from Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_coefficient_other_variable_name.md rename to Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_coefficient_other_variable_name.md diff --git a/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_constant_name.md b/Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_constant_name.md similarity index 100% rename from Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/NonuniformVariableDependentNeumann/t_constant_name.md rename to Documentation/ProjectFile/prj/process_variables/process_variable/boundary_conditions/boundary_condition/VariableDependentNeumann/t_constant_name.md -- GitLab