Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
63660deb
Commit
63660deb
authored
May 27, 2020
by
GILLES Sebastien
Browse files
#1443
Adjust the quadrangle case to make it manageable for a test.
parent
d041d2ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Sources/Test/FiniteElementSpace/LoadPrepartitionedGodOfDof/CMakeLists.txt
View file @
63660deb
...
...
@@ -50,4 +50,4 @@ add_test(LoadPrepartitionedGodOfDof_quadrangles
set_tests_properties
(
LoadPrepartitionedGodOfDof_triangles PROPERTIES TIMEOUT 20
)
set_tests_properties
(
LoadPrepartitionedGodOfDof_quadrangles PROPERTIES TIMEOUT
2
0
)
set_tests_properties
(
LoadPrepartitionedGodOfDof_quadrangles PROPERTIES TIMEOUT
10
0
)
Sources/Test/FiniteElementSpace/LoadPrepartitionedGodOfDof/demo_quad.lua
View file @
63660deb
...
...
@@ -233,7 +233,7 @@ FiniteElementSpace1 = {
-- List of the shape function to use for each unknown;
-- Expected format: {"VALUE1", "VALUE2", ...}
shape_function_list
=
{
"Q
2
"
,
"Q1"
},
shape_function_list
=
{
"Q
3
"
,
"Q1"
},
-- List of the numbering subset to use for each unknown;
...
...
@@ -264,7 +264,7 @@ FiniteElementSpace2 = {
-- List of the shape function to use for each unknown;
-- Expected format: {"VALUE1", "VALUE2", ...}
shape_function_list
=
{
"Q
2
"
,
"Q1"
},
shape_function_list
=
{
"Q
3
"
,
"Q1"
},
-- List of the numbering subset to use for each unknown;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment