Skip to content
Snippets Groups Projects
Commit bf511038 authored by François Henrotte's avatar François Henrotte
Browse files

Merge branch 'master' of http://gitlab.onelab.info/doc/tutorials

parents 5f52022f 8264b15f
No related branches found
No related tags found
No related merge requests found
Pipeline #5759 passed
......@@ -144,7 +144,7 @@ FunctionSpace {
carried by that electrode. Indeed, let us consider the electrostatic weak
formulation derived in Tutorial 1: find v in Hgrad_v_Ele such that
(epsilon grad v, grad v')_Vol_Ele + (n . (epsilon grad v), v')_Bnd_Vol_Ele = 0
(epsilon grad v, grad v')_Vol_Ele - (n . (epsilon grad v), v')_Bnd_Vol_Ele = 0
holds for all test functions v'. When the test-function v' is BF_electrode,
the boundary term reduces to
......@@ -179,7 +179,7 @@ FunctionSpace {
}
Constraint {
{ NameOfCoef vn; EntityType NodesOf;
NameOfConstraint Dirichlet_Ele; } // unused in this model, left for completeness
NameOfConstraint Dirichlet_Ele; }
{ NameOfCoef GlobalPotential; EntityType GroupsOfNodesOf;
NameOfConstraint SetGlobalPotential; }
{ NameOfCoef ArmatureCharge; EntityType GroupsOfNodesOf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment