Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MoReFEM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MoReFEM
CoreLibrary
MoReFEM
Commits
ad600731
Commit
ad600731
authored
6 years ago
by
GILLES Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
#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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Sources/ModelInstances/Elasticity/demo_input_elasticity_binary.lua
+0
-2
0 additions, 2 deletions
...odelInstances/Elasticity/demo_input_elasticity_binary.lua
Sources/Test/Geometry/LoadPrepartitionedMesh/demo.lua
+1
-1
1 addition, 1 deletion
Sources/Test/Geometry/LoadPrepartitionedMesh/demo.lua
with
1 addition
and
3 deletions
Sources/ModelInstances/Elasticity/demo_input_elasticity_binary.lua
+
0
−
2
View file @
ad600731
...
@@ -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).
...
...
This diff is collapsed.
Click to expand it.
Sources/Test/Geometry/LoadPrepartitionedMesh/demo.lua
+
1
−
1
View file @
ad600731
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment