Class documentation of Concepts

Loading...
Searching...
No Matches
geometry::VtxToPatchMaps Class Reference

#include <patches.hh>

Inheritance diagram for geometry::VtxToPatchMaps:
concepts::OutputOperator

Public Member Functions

template<class F >
 VtxToPatchMaps (const Space< F > &spc, BoundaryConditions &bc)
 
const VtxToEdgeSupportMapvtxToEdgeSupportMap () const
 
const VtxToElmSupportMapvtxToElmSupportMap () const
 
const concepts::BoundaryConditionsboundaryInfo () 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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~VtxToPatchMaps()

virtual geometry::VtxToPatchMaps::~VtxToPatchMaps ( )
inlinevirtual

Definition at line 493 of file patches.hh.

Member Function Documentation

◆ appearingSizes()

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

Parameters
set
Returns
false if Patch is not supported or PatchSizeArray has no entries

◆ boundaryInfo()

const concepts::BoundaryConditions & geometry::VtxToPatchMaps::boundaryInfo ( ) const
inline

Definition at line 506 of file patches.hh.

◆ info()

std::ostream & geometry::VtxToPatchMaps::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ vtxToEdgeSupportMap()

const VtxToEdgeSupportMap & geometry::VtxToPatchMaps::vtxToEdgeSupportMap ( ) const
inline

Definition at line 496 of file patches.hh.

◆ vtxToElmSupportMap()

const VtxToElmSupportMap & geometry::VtxToPatchMaps::vtxToElmSupportMap ( ) const
inline

Definition at line 501 of file patches.hh.


The documentation for this class was generated from the following file: