#include <patches.hh>
Public Member Functions | |
template<class F > | |
VtxToPatchMaps (const Space< F > &spc, BoundaryConditions &bc) | |
const VtxToEdgeSupportMap & | vtxToEdgeSupportMap () const |
const VtxToElmSupportMap & | vtxToElmSupportMap () const |
const concepts::BoundaryConditions & | boundaryInfo () const |
bool | appearingSizes (concepts::Set< uint > &set, const enum ElementPatch::PatchType type) const |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Class to build up maps form Vertexkeys to EdgePatches or ElementPatches. The Space should consist of regular quadrilation with boundary edges defined in the BoundaryConditions via attributes, that differ from attributes of innerEdges. Domains with holes are allowed.
Definition at line 486 of file patches.hh.
|
inlinevirtual |
Definition at line 493 of file patches.hh.
bool geometry::VtxToPatchMaps::appearingSizes | ( | concepts::Set< uint > & | set, |
const enum ElementPatch::PatchType | type | ||
) | const |
Method returns the appearing sizes of a given PatchType given in the
set |
|
inline |
Definition at line 506 of file patches.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
Definition at line 496 of file patches.hh.
|
inline |
Definition at line 501 of file patches.hh.