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
04b9e902
Commit
04b9e902
authored
5 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
stress that there is a single (fixed) dof for js
parent
0690d538
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Magnetostatics/electromagnet.pro
+4
-4
4 additions, 4 deletions
Magnetostatics/electromagnet.pro
with
4 additions
and
4 deletions
Magnetostatics/electromagnet.pro
+
4
−
4
View file @
04b9e902
...
...
@@ -218,10 +218,10 @@ Integration {
/* The function space "Hregion_j_Mag_2D" provides one basis function, and hence
one degree of freedom, per physical region in the abstract region
"Vol_S_Mag". The constraint "SourceCurrentDensityZ" fixes all these dofs
, so
the FunctionSpace "Hregion_j_Mag_2D" is fully fixed and has
no FE unknowns.
One could thus have replaced it by a simple function and the
Integral term
below in the weak formulation could have been written as
"Vol_S_Mag". The constraint "SourceCurrentDensityZ" fixes all these dofs
(a
single one!), so
the FunctionSpace "Hregion_j_Mag_2D" is fully fixed and has
no FE unknowns.
One could thus have replaced it by a simple function and the
Integral term
below in the weak formulation could have been written as
Integral { [ Vector[ 0,0,-js_fct[] ] , {a} ];
In Vol_S_Mag; Jacobian Vol; Integration Int; }
...
...
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