Skip to content
Snippets Groups Projects
Commit d0ebf353 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

up

parent a063d46d
No related branches found
No related tags found
1 merge request!1Debug curved mesh
...@@ -184,21 +184,21 @@ FunctionSpace { ...@@ -184,21 +184,21 @@ FunctionSpace {
{ Name Hgrad; Type Form0; { Name Hgrad; Type Form0;
BasisFunction { BasisFunction {
{ Name un; NameOfCoef un; Function BF_Node ; Support Region[Om]; Entity NodesOf[All]; } { 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[All]; } { Name un2; NameOfCoef un2; Function BF_Node_2E; Support Region[Om]; Entity EdgesOf[Om]; }
If(flag_o2i==1) If(flag_o2i==1)
{ Name un3; NameOfCoef un3; Function BF_Node_2F; Support Region[Om]; Entity FacetsOf[All]; } { 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[All]; } { Name un4; NameOfCoef un4; Function BF_Node_3E; Support Region[Om]; Entity EdgesOf[Om]; }
{ Name un5; NameOfCoef un5; Function BF_Node_3F; Support Region[Om]; Entity FacetsOf[All]; } { Name un5; NameOfCoef un5; Function BF_Node_3F; Support Region[Om]; Entity FacetsOf[Om]; }
EndIf EndIf
} }
Constraint { Constraint {
{ NameOfCoef un; EntityType NodesOf ; NameOfConstraint BlochX; } { NameOfCoef un; EntityType NodesOf ; NameOfConstraint BlochX; }
{ NameOfCoef un2; EntityType EdgesOf ; NameOfConstraint BlochX; } { NameOfCoef un2; EntityType EdgesOf ; NameOfConstraint BlochX; }
If(flag_o2i==1) If(flag_o2i==1)
{ NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint BlochX; } //{ NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint BlochX; }
{ NameOfCoef un4; EntityType EdgesOf ; NameOfConstraint BlochX; } { NameOfCoef un4; EntityType EdgesOf ; NameOfConstraint BlochX; }
{ NameOfCoef un5; EntityType FacetsOf ; NameOfConstraint BlochX; } //{ NameOfCoef un5; EntityType FacetsOf ; NameOfConstraint BlochX; }
EndIf EndIf
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment