Skip to content
Snippets Groups Projects
Commit bb5ec1e7 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix boundary condition for a-v formulation

parent 09b7241f
No related branches found
No related tags found
No related merge requests found
Pipeline #8216 passed
...@@ -16,11 +16,11 @@ Group { ...@@ -16,11 +16,11 @@ Group {
Cut1TO = Region[{Cut1TO}]; Cut1TO = Region[{Cut1TO}];
Cut2TO = Region[{Cut2TO}]; Cut2TO = Region[{Cut2TO}];
BdOmega = Region[{2004}];
Term1 = Region[{2002}]; Term1 = Region[{2002}];
Term2 = Region[{2003}]; Term2 = Region[{2003}];
Terms = Region[{Term1, Term2}]; Terms = Region[{Term1, Term2}];
BdOmega = Region[{2004, 2002, 2003}];
DefineConstant[ Cut1AV = {2005, Min 1, Step 1, Closed 1, DefineConstant[ Cut1AV = {2005, Min 1, Step 1, Closed 1,
Name "Cohomology/H^1(M_c,S_j)/Cut 1 for AV formulation"} ]; Name "Cohomology/H^1(M_c,S_j)/Cut 1 for AV formulation"} ];
...@@ -521,6 +521,7 @@ PostProcessing { ...@@ -521,6 +521,7 @@ PostProcessing {
{ Name MagDynAV ; NameOfPostProcessing MagDynAV ; { Name MagDynAV ; NameOfPostProcessing MagDynAV ;
Operation { Operation {
Print[ e, OnElementsOf Omega_c , File "eAV.pos"] ; Print[ e, OnElementsOf Omega_c , File "eAV.pos"] ;
Print[ a, OnElementsOf Omega , File "aAV.pos"] ;
Print[ b, OnElementsOf Omega , File "bAV.pos"] ; Print[ b, OnElementsOf Omega , File "bAV.pos"] ;
Print[ v, OnElementsOf Omega_c , File "vAV.pos"] ; Print[ v, OnElementsOf Omega_c , File "vAV.pos"] ;
Print[ j, OnElementsOf Omega_c , File "jAV.pos"] ; Print[ j, OnElementsOf Omega_c , File "jAV.pos"] ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment