28 #ifndef T8_GEOMETRY_LINEAR_AXIS_ALIGNED_HXX
29 #define T8_GEOMETRY_LINEAR_AXIS_ALIGNED_HXX
81 double *out_coords)
const;
94 double *jacobian)
const;
Definition: t8_geometry_with_vertices.hxx:38
This structure holds the connectivity data of the coarse mesh.
Definition: t8_cmesh_types.h:88
Definition: t8_geometry_linear_axis_aligned.hxx:36
t8_geometry_type_t t8_geom_get_type() const
Get the type of this geometry.
Definition: t8_geometry_linear_axis_aligned.hxx:66
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_linear_axis_aligned.cxx:44
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_linear_axis_aligned.cxx:52
virtual ~t8_geometry_linear_axis_aligned()
The destructor.
Definition: t8_geometry_linear_axis_aligned.cxx:38
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_LINEAR_AXIS_ALIGNED
The linear, axis aligned geometry uses only 2 vertices, since it is axis aligned.
Definition: t8_geometry.h:41
enum t8_geometry_type t8_geometry_type_t
This enumeration contains all possible geometries.
This header file provides a C interface for functions for the t8_geometry_with_vertices class.
Implements the inherited class t8_geometry_with_vertices, which can be used for geometries that use v...