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

[PL] BC; Capital-case writing of BC.

parent f1c10909
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ public: ...@@ -63,7 +63,7 @@ public:
MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes); MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes);
// Create local DOF table from the bc mesh subset for the given variable // Create local DOF table from the BC mesh subset for the given variable
// and component id. // and component id.
_dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap( _dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap(
variable_id, {component_id}, std::move(bc_mesh_subset))); variable_id, {component_id}, std::move(bc_mesh_subset)));
......
...@@ -65,7 +65,7 @@ GenericNaturalBoundaryCondition<BoundaryConditionData, ...@@ -65,7 +65,7 @@ GenericNaturalBoundaryCondition<BoundaryConditionData,
MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes); MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes);
// Create local DOF table from the bc mesh subset for the given variable and // Create local DOF table from the BC mesh subset for the given variable and
// component id. // component id.
_dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap( _dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap(
variable_id, {component_id}, std::move(bc_mesh_subset))); variable_id, {component_id}, std::move(bc_mesh_subset)));
......
...@@ -56,7 +56,7 @@ GenericNonuniformNaturalBoundaryCondition<BoundaryConditionData, ...@@ -56,7 +56,7 @@ GenericNonuniformNaturalBoundaryCondition<BoundaryConditionData,
MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes); MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes);
// Create local DOF table from the bc mesh subset for the given variable and // Create local DOF table from the BC mesh subset for the given variable and
// component id. // component id.
_dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap( _dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap(
variable_id, {component_id}, std::move(bc_mesh_subset))); variable_id, {component_id}, std::move(bc_mesh_subset)));
......
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
MeshLib::MeshSubset boundary_mesh_subset(_boundary_mesh, bc_nodes); MeshLib::MeshSubset boundary_mesh_subset(_boundary_mesh, bc_nodes);
// Create local DOF table from the bc mesh subset for the given variable // Create local DOF table from the BC mesh subset for the given variable
// and component id. // and component id.
_dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap( _dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap(
variable_id, {component_id}, std::move(boundary_mesh_subset))); variable_id, {component_id}, std::move(boundary_mesh_subset)));
......
...@@ -47,7 +47,7 @@ NormalTractionBoundaryCondition<LocalAssemblerImplementation>:: ...@@ -47,7 +47,7 @@ NormalTractionBoundaryCondition<LocalAssemblerImplementation>::
MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes); MeshLib::MeshSubset bc_mesh_subset(_bc_mesh, bc_nodes);
// Create local DOF table from the bc mesh subset for the given variable and // Create local DOF table from the BC mesh subset for the given variable and
// component ids. // component ids.
_dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap( _dof_table_boundary.reset(dof_table_bulk.deriveBoundaryConstrainedMap(
variable_id, component_ids, std::move(bc_mesh_subset))); variable_id, component_ids, std::move(bc_mesh_subset)));
......
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