Files | |
| file | apply_voronoi.cpp |
| file | apply_voronoi.hpp [code] |
Implement algorithm apply_voronoi. | |
| file | cell_centroid.cpp |
| file | cell_centroid.hpp [code] |
| Implement calculation of the centroid of a cell. | |
| file | cell_circumcenter.cpp |
| file | cell_circumcenter.hpp [code] |
| Implement calculation of the circumcenter of a cell. | |
| file | cell_refine.cpp |
| file | cell_refine.hpp [code] |
| Implement cell refinement. | |
| file | cell_surface.cpp |
| file | cell_surface.hpp [code] |
| Implement calculation of the surface of a cell. | |
| file | cell_volume.cpp |
| file | cell_volume.hpp [code] |
| Implement calculation of the volume of a cell. | |
| file | domain_surface.cpp |
| file | domain_surface.hpp [code] |
| Implement calculation of the surface of a domain. | |
| file | domain_volume.cpp |
| file | domain_volume.hpp [code] |
| Implement calculation of the volume of a domain. | |
| file | is_boundary.cpp |
| file | is_boundary.hpp [code] |
Implement algorithm is_boundary to check if a facet, edge or vertex is a boundary element of a domain or segment. | |
| file | is_interface.cpp |
| file | is_interface.hpp [code] |
Implement algorithm is_interface to check if a facet, edge or vertex is an interface element of two segments. | |
| file | refine.cpp |
| file | refine.hpp [code] |
| Implement domain refinement. | |
| file | refine_uniformly.cpp |
| file | refine_uniformly.hpp [code] |
| Implement uniform refinement of a domain. | |
| file | scale.cpp |
| file | scale.hpp [code] |
| Implement function to scale domains by a given factor. | |
| file | segment_surface.cpp |
| file | segment_surface.hpp [code] |
| Implement calculation of the surface of a segment. | |
| file | segment_volume.cpp |
| file | segment_volume.hpp [code] |
| Implement calculation of the volume of a segment. | |
| file | spanned_volume.cpp |
| file | spanned_volume.hpp [code] |
| Implement calculation of volume spanned by a set of points. | |
1.8.1.2