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,8 +4,9 @@ FunctionSpace {
BasisFunction {
{ Name se; NameOfCoef ee; Function BF_Edge;
Support Dom_FW ; Entity EdgesOf[All, Not Sur_FW]; }
// additional basis functions for 2nd order interpolation (hierachical)
If(FE_Order == 2)
// 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]; }
// Reduced 2nd order
......@@ -39,13 +40,12 @@ FunctionSpace {
{ Name dv ; NameOfBasisFunction {sn}; } // Subspace, it maybe use in equations or post-pro
{ Name dvf ; NameOfBasisFunction {sf}; }
}
S
Constraint {
{ NameOfCoef TerminalPotential; EntityType GroupsOfNodesOf;
NameOfConstraint SetTerminalPotential; }
{ NameOfCoef TerminalCurrent; EntityType GroupsOfNodesOf;
NameOfConstraint SetTerminalCurrent; }
}
}
}
......@@ -61,7 +61,6 @@ Formulation {
{ Name I; Type Global; NameOfSpace Hcurl_E[TerminalCurrent]; }
}
Equation {
// \int_D curl(\vec{E}) \cdot curl(\vec{e}) dv
Galerkin { [ nu[] * Dof{d e} , {d e} ]; In Vol_FW; Jacobian Vol; Integration Int; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment