Skip to content
Snippets Groups Projects
Commit ae1ba621 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Dmitrij Naumov
Browse files

[PL] GW: Show future usage of the _dof_map.

parent 34f18609
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,12 @@ public:
AssemblerLib::ComponentOrder::BY_COMPONENT);
_dof_map = createDofMap(mesh_component_map);
//DBUG("Create global assembler.");
//_local_to_global_index_map.reset(
// new AssemblerLib::LocalToGlobalIndexMap(_dof_map));
//_global_assembler.reset(
// new GlobalAssembler(*_A, *_rhs, *_local_to_global_index_map));
}
~GroundwaterFlowProcess()
......
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