Skip to content
Snippets Groups Projects
Commit cdc48e87 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] order by location by default

parent 83a4ce57
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ private:
_local_to_global_index_map.reset(
new AssemblerLib::LocalToGlobalIndexMap(
std::move(all_mesh_subsets),
AssemblerLib::ComponentOrder::BY_COMPONENT));
AssemblerLib::ComponentOrder::BY_LOCATION));
}
/// Sets the initial condition values in the solution vector x for a given
......
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