#include <singularSet.hh>
Public Member Functions | |
void | add (const concepts::Attribute &attrib, concepts::Mesh2 &msh) |
concepts::Scan< SingularVertex > * | verticesScan () const |
Scanner over all singular vertices. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SingularSet &s) |
Class for handling a set of singular vertices
Definition at line 63 of file singularSet.hh.
|
inline |
Definition at line 66 of file singularSet.hh.
void hp2D::SingularSet::add | ( | const concepts::Attribute & | attrib, |
concepts::Mesh2 & | msh | ||
) |
Add all vertices and edges in the mesh with attrib
to the set of singular vertices and edges
|
inline |
Scanner over all singular vertices.
Definition at line 73 of file singularSet.hh.