Skip to content
Snippets Groups Projects
Commit 41ad8ac7 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Dmitri Naumov
Browse files

Copy documentation from nonuniform Neumann.

parent ec9b9cf5
No related branches found
No related tags found
No related merge requests found
Declares a Dirichlet boundary condition that is non-uniform in space.
The values are read from the given boundary mesh.
This specifies a nodal field defined on the surface mesh (see the \c mesh
parameter of the nonuniform Dirichlet BC) and the values used for the boundary
condition.
Path to the surface mesh vtu file.
The surface mesh must contain a nodal integer-valued field (unsigned 64bit)
named \c OriginalSubsurfaceNodeIDs. That field establishes the mapping between
the nodes of the surface mesh to some notes in the bulk mesh.
\warning It is not checked if the surface mesh and the bulk mesh correspond to each
other; in particular it is not checked if surface and bulk nodes coincide and if
surface elements coincide with the faces of bulk elements.
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