Classes | |
| struct | phelm::Point |
| Point class represents a 2-dimensional point on a plane. More... | |
| struct | phelm::MeshPoint |
| A point of a manifold can be included into multiple subdomains. More... | |
| struct | phelm::Triangle |
| Triangle class. More... | |
| struct | phelm::Mesh |
| Mesh class. More... | |
Modules | |
| Mesh functions output. | |
| Inner products, norms, distances. | |
| Converters and projectors. | |
Functions | |
| Point | phelm::Point::operator+ (const Point &p1, const Point &p2) |
| Sum of two points. | |