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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
models
Commits
2e7cdcef
"README.txt" did not exist on "3c562304324932826cbfa70d9eb472dec2e8da37"
Commit
2e7cdcef
authored
5 years ago
by
Guillaume Demesy
Browse files
Options
Downloads
Patches
Plain Diff
BF_Node_2E seem to cause the problem...
parent
eba0911c
No related branches found
No related tags found
1 merge request
!1
Debug curved mesh
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NonLinearEVP/NonLinearEVP.pro
+4
-4
4 additions, 4 deletions
NonLinearEVP/NonLinearEVP.pro
with
4 additions
and
4 deletions
NonLinearEVP/NonLinearEVP.pro
+
4
−
4
View file @
2e7cdcef
...
...
@@ -164,7 +164,7 @@ FunctionSpace {
BasisFunction
{
{
Name
un
;
NameOfCoef
un
;
Function
BF_PerpendicularEdge_1N
;
Support
Region
[
Om
];
Entity
NodesOf
[
Om
];
}
{
Name
un2
;
NameOfCoef
un2
;
Function
BF_PerpendicularEdge_2E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
Om
];
}
//
{ Name un2; NameOfCoef un2; Function BF_PerpendicularEdge_2E; Support Region[Om]; Entity EdgesOf[Om]; }
If
(
flag_o2i
==
1
)
{
Name
un3
;
NameOfCoef
un3
;
Function
BF_PerpendicularEdge_2F
;
Support
Region
[
Om
];
Entity
FacetsOf
[
Om
];
}
{
Name
un4
;
NameOfCoef
un4
;
Function
BF_PerpendicularEdge_3E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
Om
];
}
...
...
@@ -173,7 +173,7 @@ FunctionSpace {
}
Constraint
{
{
NameOfCoef
un
;
EntityType
NodesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
//
{ NameOfCoef un2; EntityType EdgesOf ; NameOfConstraint BlochX; }
If
(
flag_o2i
==
1
)
//{ NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint BlochX; }
{
NameOfCoef
un4
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
...
...
@@ -185,7 +185,7 @@ FunctionSpace {
{
Name
Hgrad
;
Type
Form0
;
BasisFunction
{
{
Name
un
;
NameOfCoef
un
;
Function
BF_Node
;
Support
Region
[
Om
];
Entity
NodesOf
[
Om
];
}
{
Name
un2
;
NameOfCoef
un2
;
Function
BF_Node_2E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
Om
];
}
//
{ Name un2; NameOfCoef un2; Function BF_Node_2E; Support Region[Om]; Entity EdgesOf[Om]; }
If
(
flag_o2i
==
1
)
{
Name
un3
;
NameOfCoef
un3
;
Function
BF_Node_2F
;
Support
Region
[
Om
];
Entity
FacetsOf
[
Om
];
}
{
Name
un4
;
NameOfCoef
un4
;
Function
BF_Node_3E
;
Support
Region
[
Om
];
Entity
EdgesOf
[
Om
];
}
...
...
@@ -194,7 +194,7 @@ FunctionSpace {
}
Constraint
{
{
NameOfCoef
un
;
EntityType
NodesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un2
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
//
{ NameOfCoef un2; EntityType EdgesOf ; NameOfConstraint BlochX; }
If
(
flag_o2i
==
1
)
//{ NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint BlochX; }
{
NameOfCoef
un4
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
...
...
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