Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ad600731 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#1443 In Lua file for test, change the dimension given for the domain.

parent 1b05445b
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,6 @@ NumberingSubset1 = { ...@@ -39,8 +39,6 @@ NumberingSubset1 = {
} }
-- Unknown1: displacement. -- Unknown1: displacement.
Unknown1 = { Unknown1 = {
-- Name of the unknown (used for displays in output). -- Name of the unknown (used for displays in output).
......
...@@ -63,7 +63,7 @@ Domain1 = { ...@@ -63,7 +63,7 @@ Domain1 = {
-- dimensions. -- dimensions.
-- Expected format: {VALUE1, VALUE2, ...} -- Expected format: {VALUE1, VALUE2, ...}
-- Constraint: value_in(v, {0, 1, 2, 3}) -- Constraint: value_in(v, {0, 1, 2, 3})
dimension_list = { 2 }, dimension_list = { 3 },
-- List of mesh labels encompassed by the domain. Might be left empty if no restriction at all upon mesh -- List of mesh labels encompassed by the domain. Might be left empty if no restriction at all upon mesh
-- labels. This parameter does not make sense if no mesh is defined for the domain. -- labels. This parameter does not make sense if no mesh is defined for the domain.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment