![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
boundarydofs.hh File Reference
#include <dune/common/concept.hh>#include <dune/fufem/boundarypatch.hh>#include <dune/fufem/forms/domains.hh>#include <dune/functions/backends/concepts.hh>#include <dune/functions/backends/istlvectorbackend.hh>#include <dune/functions/functionspacebases/subentitydofs.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| namespace | Dune::Fufem |
Functions | |
| template<class IntersectionSet , class Basis , class Vector > requires (Dune::Fufem::Forms::IsBoundaryDomain<IntersectionSet>::value or Dune::Fufem::Forms::IsSkeletonDomain<IntersectionSet>::value) | |
| void | Dune::Fufem::markIntersectionDofs (const IntersectionSet &intersectionSet, const Basis &basis, Vector &vector) |
| For a given basis and intersection set, determine all degrees of freedom on the patch. | |
| template<class GridView , class Basis , class Vector > | |
| void | Dune::Fufem::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. | |
| template<class Basis , class Vector > | |
| void | Dune::Fufem::markBoundaryDofs (const Basis &basis, Vector &vector) |
| For a given basis determine all degrees of freedom on the boundary. | |
