![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
boundarydofs.hh
Go to the documentation of this file.
44 requires (Dune::Fufem::Forms::IsBoundaryDomain<IntersectionSet>::value or Dune::Fufem::Forms::IsSkeletonDomain<IntersectionSet>::value)
auto subEntityDOFs(const T &)
auto istlVectorBackend(Vector &v)
void markBoundaryPatchDofs(const BoundaryPatch< GridView > &boundaryPatch, const Basis &basis, Vector &vector)
For a given basis and boundary patch, determine all degrees of freedom on the patch.
Definition boundarydofs.hh:104
void markIntersectionDofs(const IntersectionSet &intersectionSet, const Basis &basis, Vector &vector)
For a given basis and intersection set, determine all degrees of freedom on the patch.
Definition boundarydofs.hh:45
void markBoundaryDofs(const Basis &basis, Vector &vector)
For a given basis determine all degrees of freedom on the boundary.
Definition boundarydofs.hh:128
constexpr Boundary boundary
Object representing the full grid view boundary as integration domain.
Definition domains.hh:242
Definition dunefunctionsboundaryfunctionalassembler.hh:29
Encapsulate a subset of the boundary intersections of a GridView.
Definition domains/boundarypatch.hh:37
Traits class to identify boundary integration domains.
Definition domains.hh:49
Traits class to identify skeleton integration domains.
Definition domains.hh:62
