aprioriRef.hh
concepts::Set< concepts::Attribute > attribVtx_
Attribute of entity to which should be refined.
Definition: aprioriRef.hh:84
concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > & spc_
Space to be refined.
Definition: aprioriRef.hh:82
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
concepts::AdaptiveAdjustP< 3 > computeRef_(const concepts::Hexahedron &h) const
Computes the refinement solely using topological information.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
APrioriRefinement(concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > &spc, concepts::Set< concepts::Attribute > &attribVtx, concepts::Set< concepts::Attribute > &attribEdge, concepts::Set< concepts::Attribute > &attribFace, const int *const p)
Constructor.
Definition: aprioriRef.hh:66
virtual void operator()(const concepts::Element< Real > &elm)
concepts::Set< concepts::Attribute > attribEdge_
Definition: aprioriRef.hh:84
Class to describe adjustments to elements in an adaptive space.
Definition: hpMethod.hh:59
concepts::Set< concepts::Attribute > attribFace_
Definition: aprioriRef.hh:84
APrioriRefinement(concepts::AdaptiveSpace< Real, concepts::AdaptiveAdjustP< 3 > > &spc, concepts::Attribute attribVtx, concepts::Attribute attribEdge, concepts::Attribute attribFace, const int *const p)
Constructor.
Definition: aprioriRef.hh:51