29 #ifndef T8_GEOMETRY_ZERO_HXX
30 #define T8_GEOMETRY_ZERO_HXX
73 double *out_coords)
const;
87 double *jacobian)
const;
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:88
Definition: t8_geometry_zero.hxx:36
virtual void t8_geom_evaluate(t8_cmesh_t cmesh, t8_gloidx_t gtreeid, const double *ref_coords, const size_t num_coords, double *out_coords) const
Maps points in the reference space .
Definition: t8_geometry_zero.cxx:42
virtual void t8_geom_load_tree_data(t8_cmesh_t cmesh, t8_gloidx_t gtreeid)
Update a possible internal data buffer for per tree data.
Definition: t8_geometry_zero.cxx:62
virtual void t8_geom_evaluate_jacobian(t8_cmesh_t cmesh, t8_gloidx_t gtreeid, const double *ref_coords, const size_t num_coords, double *jacobian) const
Compute the jacobian of the t8_geom_evaluate map at a point in the reference space .
Definition: t8_geometry_zero.cxx:54
virtual ~t8_geometry_zero()
The destructor.
Definition: t8_geometry_zero.cxx:36
t8_geometry_type_t t8_geom_get_type() const
Get the type of this geometry.
Definition: t8_geometry_zero.hxx:57
t8_geometry_zero(int dimension)
Constructor of the zero geometry with a given dimension.
Definition: t8_geometry_zero.cxx:25
Definition: t8_geometry_base.hxx:37
int dimension
The dimension of reference space for which this is a geometry.
Definition: t8_geometry_base.hxx:127
This is the administrative header file for t8code.
int64_t t8_gloidx_t
A type for global indexing that holds really big numbers.
Definition: t8.h:98
@ T8_GEOMETRY_TYPE_ZERO
The zero geometry maps all points to zero.
Definition: t8_geometry.h:37
enum t8_geometry_type t8_geometry_type_t
This enumeration contains all possible geometries.
Implements the base pure virtual class t8_geometry which provides a general template for all geometri...