Skip to content
Snippets Groups Projects
Commit 3811e436 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'detail_mesh_error_message' into 'master'

detail error message for unknown element

See merge request ogs/ogs!3739
parents cac955f3 d0e4cabe
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:
"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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
......@@ -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());
}
......
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