![]() |
ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
|
#include <source/geometries/geometry_geotiff_profile.h>


Public Member Functions | |
| ProfileManifold (const Callable &callable) | |
| dealii::Point< dim > | pull_back (const dealii::Point< dim > &space_point) const final |
| dealii::Point< dim > | push_forward (const dealii::Point< dim > &chart_point) const final |
| std::unique_ptr< dealii::Manifold< dim, dim > > | clone () const final |
A ChartManifold that warps the y-direction (in 2D) or z-direction (in 3D) with a given function callable. The callable lambda must take a dealii::Point<dim> as argument and return a double that is used for the shift. The computation of the shift must only depend on the x-coordinate (in 2D) or the x and y coordinates (in 3D).
Definition at line 27 of file geometry_geotiff_profile.h.
|
inline |
Definition at line 30 of file geometry_geotiff_profile.h.
|
inlinefinal |
Definition at line 36 of file geometry_geotiff_profile.h.
|
inlinefinal |
Definition at line 49 of file geometry_geotiff_profile.h.
|
inlinefinal |
Definition at line 61 of file geometry_geotiff_profile.h.