Skip to content
Snippets Groups Projects
Commit 36d8c354 authored by Ruth Sabariego (U0089683)'s avatar Ruth Sabariego (U0089683)
Browse files

typo

parent 9dbcb905
No related branches found
No related tags found
No related merge requests found
Pipeline #10600 passed
...@@ -4,9 +4,10 @@ FunctionSpace { ...@@ -4,9 +4,10 @@ FunctionSpace {
BasisFunction { BasisFunction {
{ Name se; NameOfCoef ee; Function BF_Edge; { Name se; NameOfCoef ee; Function BF_Edge;
Support Dom_FW ; Entity EdgesOf[All, Not Sur_FW]; } Support Dom_FW ; Entity EdgesOf[All, Not Sur_FW]; }
// additional basis functions for 2nd order interpolation (hierachical)
If(FE_Order == 2) If(FE_Order == 2)
{ Name se2; NameOfCoef ee2; Function BF_Edge_2E; // additional basis functions for 2nd order interpolation (hierachical)
{ Name se2; NameOfCoef ee2; Function BF_Edge_2E;
Support Dom_FW; Entity EdgesOf[All, Not Sur_FW]; } Support Dom_FW; Entity EdgesOf[All, Not Sur_FW]; }
// Reduced 2nd order // Reduced 2nd order
{ Name se3a ; NameOfCoef ee3a ; Function BF_Edge_3F_a ; { Name se3a ; NameOfCoef ee3a ; Function BF_Edge_3F_a ;
...@@ -19,16 +20,16 @@ FunctionSpace { ...@@ -19,16 +20,16 @@ FunctionSpace {
EndIf EndIf
{ Name sn; NameOfCoef vn; Function BF_GradNode; { Name sn; NameOfCoef vn; Function BF_GradNode;
Support Dom_FW ; Entity NodesOf[Sur_FW, Not Sur_Terminals_FWece]; } Support Dom_FW ; Entity NodesOf[Sur_FW, Not Sur_Terminals_FWece]; }
If(FE_Order == 2) If(FE_Order == 2)
// GradNode BFs // GradNode BFs
{ Name sn2; NameOfCoef vn2; Function BF_GradNode_2E; { Name sn2; NameOfCoef vn2; Function BF_GradNode_2E;
Support Dom_FW ; Entity EdgesOf[Sur_FW, Not Sur_Terminals_FWece]; } Support Dom_FW ; Entity EdgesOf[Sur_FW, Not Sur_Terminals_FWece]; }
EndIf EndIf
{ Name sf; NameOfCoef vf; Function BF_GradGroupOfNodes; { Name sf; NameOfCoef vf; Function BF_GradGroupOfNodes;
Support Dom_FW ; Entity GroupsOfNodesOf[Sur_Terminals_FWece]; } Support Dom_FW ; Entity GroupsOfNodesOf[Sur_Terminals_FWece]; }
} }
GlobalQuantity { GlobalQuantity {
{ Name TerminalPotential; Type AliasOf ; NameOfCoef vf; } { Name TerminalPotential; Type AliasOf ; NameOfCoef vf; }
...@@ -39,13 +40,12 @@ FunctionSpace { ...@@ -39,13 +40,12 @@ FunctionSpace {
{ Name dv ; NameOfBasisFunction {sn}; } // Subspace, it maybe use in equations or post-pro { Name dv ; NameOfBasisFunction {sn}; } // Subspace, it maybe use in equations or post-pro
{ Name dvf ; NameOfBasisFunction {sf}; } { Name dvf ; NameOfBasisFunction {sf}; }
} }
S
Constraint { Constraint {
{ NameOfCoef TerminalPotential; EntityType GroupsOfNodesOf; { NameOfCoef TerminalPotential; EntityType GroupsOfNodesOf;
NameOfConstraint SetTerminalPotential; } NameOfConstraint SetTerminalPotential; }
{ NameOfCoef TerminalCurrent; EntityType GroupsOfNodesOf; { NameOfCoef TerminalCurrent; EntityType GroupsOfNodesOf;
NameOfConstraint SetTerminalCurrent; } NameOfConstraint SetTerminalCurrent; }
} }
} }
} }
...@@ -61,7 +61,6 @@ Formulation { ...@@ -61,7 +61,6 @@ Formulation {
{ Name I; Type Global; NameOfSpace Hcurl_E[TerminalCurrent]; } { Name I; Type Global; NameOfSpace Hcurl_E[TerminalCurrent]; }
} }
Equation { Equation {
// \int_D curl(\vec{E}) \cdot curl(\vec{e}) dv // \int_D curl(\vec{E}) \cdot curl(\vec{e}) dv
Galerkin { [ nu[] * Dof{d e} , {d e} ]; In Vol_FW; Jacobian Vol; Integration Int; } Galerkin { [ nu[] * Dof{d e} , {d e} ]; In Vol_FW; Jacobian Vol; Integration Int; }
...@@ -73,7 +72,7 @@ Formulation { ...@@ -73,7 +72,7 @@ Formulation {
// GlobalTerm {DtDof [ -Dof{I} , {V} ]; In SurBCec; } // GlobalTerm {DtDof [ -Dof{I} , {V} ]; In SurBCec; }
// j*\omega*sum (vk Ik); for k - all terminals so that the currents through the terminals will be computed as well // j*\omega*sum (vk Ik); for k - all terminals so that the currents through the terminals will be computed as well
GlobalTerm {DtDof [ -Dof{I} , {V} ]; In Sur_Terminals_FWece; } GlobalTerm { DtDof [ -Dof{I} , {V} ]; In Sur_Terminals_FWece; }
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment