Skip to content
Snippets Groups Projects
Commit db74ada7 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[NL/DOF] Remove comments that aren't necessary anymore.

parent 1a2b13ae
No related branches found
No related tags found
No related merge requests found
......@@ -335,12 +335,10 @@ void MeshComponentMap::createParallelMeshComponentMap(
"the order type of ComponentOrder::BY_LOCATION");
}
// Use PETSc with multi-thread
// get number of unknowns
GlobalIndexType num_unknowns = 0;
for (auto const& c : components)
{
// PETSc always works with MeshLib::NodePartitionedMesh.
const MeshLib::NodePartitionedMesh& p_mesh =
static_cast<const MeshLib::NodePartitionedMesh&>(c.getMesh());
num_unknowns += p_mesh.getNumberOfGlobalNodes();
......
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