Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-fufem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-fufem
Commits
106e3182
Commit
106e3182
authored
May 14, 2018
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Add some documentation
parent
0d11ecef
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/utilities/dirichletbcassembler.hh
+17
-0
17 additions, 0 deletions
dune/fufem/utilities/dirichletbcassembler.hh
with
17 additions
and
0 deletions
dune/fufem/utilities/dirichletbcassembler.hh
+
17
−
0
View file @
106e3182
...
...
@@ -21,6 +21,23 @@
/** \brief This class provides a method to assemble the leaf Dirichlet values and dofs from coarse ones.
*
* So far only P1 elements are supported.
*
* To use this assembler the parameter file should provide:
*
* 1. A patch file determining which part of the boundary is considered, either
*
* amiraPatchFile - A bitfield in Amira format
*
* or a list of criterions, see BoundaryPatchFactory for more details.
*
* 2. A file containing the nodal interpolation of the boundary function, either
*
* amiraValuesFile - A surface vector field in Amira format
* or
* constantValues - A Vector that represents a constant field
*
* If none are given, then a homogeneous zero-field is used.
*
* */
template
<
class
GridType
>
class
DirichletBCAssembler
...
...
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
sign in
to comment