Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
models
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
models
Commits
c9293bd6
Commit
c9293bd6
authored
5 years ago
by
Guillaume Demesy
Browse files
Options
Downloads
Patches
Plain Diff
interpolation order flag name
parent
b7df6f33
No related branches found
No related tags found
1 merge request
!1
Debug curved mesh
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
NonLinearEVP/NonLinearEVP.pro
+9
-9
9 additions, 9 deletions
NonLinearEVP/NonLinearEVP.pro
NonLinearEVP/NonLinearEVP_data.geo
+1
-1
1 addition, 1 deletion
NonLinearEVP/NonLinearEVP_data.geo
with
10 additions
and
10 deletions
NonLinearEVP/NonLinearEVP.pro
+
9
−
9
View file @
c9293bd6
...
...
@@ -150,7 +150,7 @@ FunctionSpace {
BasisFunction
{
{
Name
un
;
NameOfCoef
un
;
Function
BF_PerpendicularEdge_1N
;
Support
Region
[
Om
];
Entity
NodesOf
[
All
];
}
{
Name
un2
;
NameOfCoef
un2
;
Function
BF_PerpendicularEdge_2E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
All
];
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
Name
un3
;
NameOfCoef
un3
;
Function
BF_PerpendicularEdge_2F
;
Support
Region
[
Om
];
Entity
FacetsOf
[
All
];
}
{
Name
un4
;
NameOfCoef
un4
;
Function
BF_PerpendicularEdge_3E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
All
];
}
{
Name
un5
;
NameOfCoef
un5
;
Function
BF_PerpendicularEdge_3F
;
Support
Region
[
Om
];
Entity
FacetsOf
[
All
];
}
...
...
@@ -159,7 +159,7 @@ FunctionSpace {
Constraint
{
{
NameOfCoef
un
;
EntityType
NodesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
NameOfCoef
un3
;
EntityType
FacetsOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un4
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un5
;
EntityType
FacetsOf
;
NameOfConstraint
BlochX
;
}
...
...
@@ -171,7 +171,7 @@ FunctionSpace {
BasisFunction
{
{
Name
sn
;
NameOfCoef
un
;
Function
BF_Edge
;
Support
Region
[
Om
];
Entity
EdgesOf
[
All
];
}
{
Name
sn2
;
NameOfCoef
un2
;
Function
BF_Edge_2E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
All
];
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
Name
sn3
;
NameOfCoef
un3
;
Function
BF_Edge_3F_a
;
Support
Region
[
Om
];
Entity
FacetsOf
[
All
];
}
{
Name
sn4
;
NameOfCoef
un4
;
Function
BF_Edge_3F_b
;
Support
Region
[
Om
];
Entity
FacetsOf
[
All
];
}
{
Name
sn5
;
NameOfCoef
un5
;
Function
BF_Edge_4E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
All
];
}
...
...
@@ -183,7 +183,7 @@ FunctionSpace {
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un
;
EntityType
EdgesOf
;
NameOfConstraint
Dirichlet
;
}
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
Dirichlet
;
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
NameOfCoef
un3
;
EntityType
FacetsOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un4
;
EntityType
FacetsOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un5
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
...
...
@@ -198,7 +198,7 @@ FunctionSpace {
BasisFunction
{
{
Name
sn
;
NameOfCoef
un
;
Function
BF_Edge
;
Support
Region
[
Om_1
];
Entity
EdgesOf
[
All
];
}
{
Name
sn2
;
NameOfCoef
un2
;
Function
BF_Edge_2E
;
Support
Region
[
Om_1
];
Entity
EdgesOf
[
All
];
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
Name
sn3
;
NameOfCoef
un3
;
Function
BF_Edge_3F_a
;
Support
Region
[
Om_1
];
Entity
FacetsOf
[
All
];
}
{
Name
sn4
;
NameOfCoef
un4
;
Function
BF_Edge_3F_b
;
Support
Region
[
Om_1
];
Entity
FacetsOf
[
All
];
}
{
Name
sn5
;
NameOfCoef
un5
;
Function
BF_Edge_4E
;
Support
Region
[
Om_1
];
Entity
EdgesOf
[
All
];
}
...
...
@@ -211,7 +211,7 @@ FunctionSpace {
BasisFunction
{
{
Name
sn
;
NameOfCoef
un
;
Function
BF_Edge
;
Support
Region
[{
Om_1
,
Bound
}];
Entity
EdgesOf
[
All
];
}
{
Name
sn2
;
NameOfCoef
un2
;
Function
BF_Edge_2E
;
Support
Region
[{
Om_1
,
Bound
}];
Entity
EdgesOf
[
All
];
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
Name
sn3
;
NameOfCoef
un3
;
Function
BF_Edge_3F_a
;
Support
Region
[{
Om_1
,
Bound
}];
Entity
FacetsOf
[
All
];
}
{
Name
sn4
;
NameOfCoef
un4
;
Function
BF_Edge_3F_b
;
Support
Region
[{
Om_1
,
Bound
}];
Entity
FacetsOf
[
All
];
}
{
Name
sn5
;
NameOfCoef
un5
;
Function
BF_Edge_4E
;
Support
Region
[{
Om_1
,
Bound
}];
Entity
EdgesOf
[
All
];
}
...
...
@@ -222,7 +222,7 @@ FunctionSpace {
BasisFunction
{
{
Name
sn
;
NameOfCoef
un
;
Function
BF_Edge
;
Support
Region
[{
Om_2
,
Bound
}];
Entity
EdgesOf
[
All
];
}
{
Name
sn2
;
NameOfCoef
un2
;
Function
BF_Edge_2E
;
Support
Region
[{
Om_2
,
Bound
}];
Entity
EdgesOf
[
All
];
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
Name
sn3
;
NameOfCoef
un3
;
Function
BF_Edge_3F_a
;
Support
Region
[{
Om_2
,
Bound
}];
Entity
FacetsOf
[
All
];
}
{
Name
sn4
;
NameOfCoef
un4
;
Function
BF_Edge_3F_b
;
Support
Region
[{
Om_2
,
Bound
}];
Entity
FacetsOf
[
All
];
}
{
Name
sn5
;
NameOfCoef
un5
;
Function
BF_Edge_4E
;
Support
Region
[{
Om_2
,
Bound
}];
Entity
EdgesOf
[
All
];
}
...
...
@@ -233,7 +233,7 @@ FunctionSpace {
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un
;
EntityType
EdgesOf
;
NameOfConstraint
Dirichlet
;
}
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
Dirichlet
;
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
NameOfCoef
un3
;
EntityType
FacetsOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un4
;
EntityType
FacetsOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un5
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
...
...
@@ -247,7 +247,7 @@ FunctionSpace {
BasisFunction
{
{
Name
sn
;
NameOfCoef
un
;
Function
BF_Edge
;
Support
Region
[
Bound
];
Entity
EdgesOf
[
All
];
}
{
Name
sn2
;
NameOfCoef
un2
;
Function
BF_Edge_2E
;
Support
Region
[
Bound
];
Entity
EdgesOf
[
All
];
}
If
(
flag_o2
==
1
)
If
(
flag_o2
i
==
1
)
{
Name
sn5
;
NameOfCoef
un5
;
Function
BF_Edge_4E
;
Support
Region
[
Bound
];
Entity
EdgesOf
[
All
];
}
EndIf
}
...
...
This diff is collapsed.
Click to expand it.
NonLinearEVP/NonLinearEVP_data.geo
+
1
−
1
View file @
c9293bd6
...
...
@@ -55,7 +55,7 @@ DefineConstant[
paramaille
=
{
4
,
Name
StrCat
[
pp4
,
"0number of mesh elements per period []"
]
,
Highlight
Str
[
colorpp4
],
Min
2
,
Max
10
}
,
flag_Tmesh
=
{
0
,
Name
StrCat
[
pp4
,
"2locally structured mesh?"
]
,
Choices
{
0
=
"unstruct"
,
1
=
"struct"
}
},
flag_o2
=
{
1
,
Name
StrCat
[
pp4
,
"3FEM order"
]
,
Choices
{
0
=
"o1"
,
1
=
"o2"
}
},
flag_o2
i
=
{
1
,
Name
StrCat
[
pp4
,
"3FEM order"
]
,
Choices
{
0
=
"o1"
,
1
=
"o2"
}
},
flag_res
=
{
2
,
Name
StrCat
[
pp5
,
"0resolution type"
],
// Choices {0="Aux_E" ,1="PEP_E" ,2="NEP_E" ,3="Lag_E" ,4="PEP_h", 5="all"},ServerAction "ResetDatabase"},
...
...
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