diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalDataInitializer.h b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalDataInitializer.h index 8ab6dd77725eaf13191f24ab77650c6a8c240b22..0a7223d2005a4bf2ab65833de34e1beef43942ab 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalDataInitializer.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalDataInitializer.h @@ -326,7 +326,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h index cd7a80224098e84b468d40cd8c2021ce9dacf42d..bcc589ab75dd266dd8b4a3fb5ddc426f3e19386f 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h @@ -201,7 +201,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration or this process requires higher order elements.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/HydroMechanics/LocalDataInitializer.h b/ProcessLib/HydroMechanics/LocalDataInitializer.h index 47f7da36a7b47e2107dc019257825bc6291e492e..9fd2c93febe96e78d4a1f3cd850d32496cb50c3b 100644 --- a/ProcessLib/HydroMechanics/LocalDataInitializer.h +++ b/ProcessLib/HydroMechanics/LocalDataInitializer.h @@ -288,7 +288,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h index 35628892881270baa40d7d8af9649015501257be..4d6e3ccd590ed36d5bdb84831e48d096c2353929 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h @@ -220,7 +220,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration or this process requires higher order elements.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h index f48ef1efec2682d90a0bf2882b338401357646ba..c083bfc56045e939170cfca8aee1f7bcaf3561b9 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h @@ -249,7 +249,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration or this process requires higher order elements.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/RichardsMechanics/LocalDataInitializer.h b/ProcessLib/RichardsMechanics/LocalDataInitializer.h index 4ef74865281b4475f3e4e776ba8ae5aa7923f767..85e79e5e4abf4c949b983012d8de40ca6ec328f3 100644 --- a/ProcessLib/RichardsMechanics/LocalDataInitializer.h +++ b/ProcessLib/RichardsMechanics/LocalDataInitializer.h @@ -288,7 +288,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/SmallDeformation/LocalDataInitializer.h b/ProcessLib/SmallDeformation/LocalDataInitializer.h index 591c27d5b189c7fd5a3acf60b0283c04a4fa8905..3f98f6454df57bc6324bc110cf453f78a7bf869e 100644 --- a/ProcessLib/SmallDeformation/LocalDataInitializer.h +++ b/ProcessLib/SmallDeformation/LocalDataInitializer.h @@ -228,7 +228,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration or this process requires higher order elements.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/StokesFlow/LocalDataInitializer.h b/ProcessLib/StokesFlow/LocalDataInitializer.h index 48e1d0f5484e8e936ecd05599cf741552bf006c9..57d6dfbf01e71c9776f45326beef7e8979351004 100644 --- a/ProcessLib/StokesFlow/LocalDataInitializer.h +++ b/ProcessLib/StokesFlow/LocalDataInitializer.h @@ -205,7 +205,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/TH2M/LocalDataInitializer.h b/ProcessLib/TH2M/LocalDataInitializer.h index 816a3184e7d8ac9efceef7a6bfbc41df287dfef3..e53b1caa0551956955ca453cc3242f7c5b2c3089 100644 --- a/ProcessLib/TH2M/LocalDataInitializer.h +++ b/ProcessLib/TH2M/LocalDataInitializer.h @@ -288,7 +288,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/ThermoHydroMechanics/LocalDataInitializer.h b/ProcessLib/ThermoHydroMechanics/LocalDataInitializer.h index d1ef042cfa4c74756d6eb026594e772f6ac39bfc..ea792fe77b6d594bd90d10752fc7f13286573606 100644 --- a/ProcessLib/ThermoHydroMechanics/LocalDataInitializer.h +++ b/ProcessLib/ThermoHydroMechanics/LocalDataInitializer.h @@ -288,7 +288,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/ThermoRichardsMechanics/LocalDataInitializer.h b/ProcessLib/ThermoRichardsMechanics/LocalDataInitializer.h index 33bfc6ba690088f7aca5365981ee60a03eed1c05..a3c861706b1dc25b3cf0822833dfe8d7aafeed80 100644 --- a/ProcessLib/ThermoRichardsMechanics/LocalDataInitializer.h +++ b/ProcessLib/ThermoRichardsMechanics/LocalDataInitializer.h @@ -288,7 +288,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); } diff --git a/ProcessLib/Utils/LocalDataInitializer.h b/ProcessLib/Utils/LocalDataInitializer.h index e5f18b1537c69c72ee354a8c2da829e31c9644e1..a3245c284af244b86ac888d2348b44a556795542 100644 --- a/ProcessLib/Utils/LocalDataInitializer.h +++ b/ProcessLib/Utils/LocalDataInitializer.h @@ -310,7 +310,8 @@ public: "You are trying to build a local assembler for an unknown mesh " "element type ({:s})." " Maybe you have disabled this mesh element type in your build " - "configuration.", + "configuration, or a mesh element order does not match shape " + "function order given in the project file.", type_idx.name()); }