Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
tutorials
Commits
21a36764
There was a problem fetching the pipeline summary.
Commit
21a36764
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
7bb16369
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Electrostatics/microstrip.pro
+7
-3
7 additions, 3 deletions
Electrostatics/microstrip.pro
with
7 additions
and
3 deletions
Electrostatics/microstrip.pro
+
7
−
3
View file @
21a36764
...
...
@@ -118,7 +118,7 @@ FunctionSpace {
where the "vn_k" coefficients are the nodal values (connectors) and
"sn_k(x,y)" the nodal basis functions. Not all connectors are unknowns of
the FE problem, due to the "Constraint", which assigns particular values to
the FE problem, due to the "Constraint", which assigns particular values to
the nodes of the Ground and Electrode regions. GetDP deals with that
automatically on basis of the definition of the FunctionSpace. */
...
...
@@ -245,7 +245,7 @@ Formulation {
Both choices are commonly used in different contexts, and we shall come
back on this often in subsequent tutorials. */
{
Name
Electrostatics_v
;
Type
FemEquation
;
Quantity
{
{
Name
v
;
Type
Local
;
NameOfSpace
Hgrad_v_Ele
;
}
...
...
@@ -257,6 +257,10 @@ Formulation {
}
}
/* What to do with a weak formulation is specified in the Resolution: here we
simply generale a linear system, solve it and save the solution (.res file)
to disk. */
Resolution
{
{
Name
EleSta_v
;
System
{
...
...
@@ -273,7 +277,7 @@ Resolution {
The first part defines, in terms of the Formulation, which itself refers to
the FunctionSpace, a number of quantities that can be evaluated at the
postprocessing stage. The three quantities defined here are:
- the scalar
v
ect
o
r potential,
- the scalar
el
ectr
ic
potential,
- the electric field,
- the electric displacement.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment