Skip to content
Snippets Groups Projects
Commit d0e4cabe authored by Dominik Kern's avatar Dominik Kern Committed by Dmitri Naumov
Browse files

detail error message for unknown element

parent cac955f3
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 12 deletions
...@@ -326,7 +326,8 @@ public: ...@@ -326,7 +326,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -201,7 +201,8 @@ public: ...@@ -201,7 +201,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -288,7 +288,8 @@ public: ...@@ -288,7 +288,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -220,7 +220,8 @@ public: ...@@ -220,7 +220,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -249,7 +249,8 @@ public: ...@@ -249,7 +249,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -288,7 +288,8 @@ public: ...@@ -288,7 +288,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -228,7 +228,8 @@ public: ...@@ -228,7 +228,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -205,7 +205,8 @@ public: ...@@ -205,7 +205,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -288,7 +288,8 @@ public: ...@@ -288,7 +288,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -288,7 +288,8 @@ public: ...@@ -288,7 +288,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -288,7 +288,8 @@ public: ...@@ -288,7 +288,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
...@@ -310,7 +310,8 @@ public: ...@@ -310,7 +310,8 @@ public:
"You are trying to build a local assembler for an unknown mesh " "You are trying to build a local assembler for an unknown mesh "
"element type ({:s})." "element type ({:s})."
" Maybe you have disabled this mesh element type in your build " " 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()); type_idx.name());
} }
......
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