From cdc48e87e5f1f361be887d4bb98fdfbeb2dda538 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Sun, 1 May 2016 16:32:49 +0200
Subject: [PATCH] [PL] order by location by default

---
 ProcessLib/Process.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h
index 8e14d4cc9cd..bda093cc0c3 100644
--- a/ProcessLib/Process.h
+++ b/ProcessLib/Process.h
@@ -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
-- 
GitLab