We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe190f commit 3119913Copy full SHA for 3119913
src/t8_geometry/t8_geometry_implementations/t8_geometry_analytic.h
@@ -27,6 +27,9 @@
27
#ifndef T8_GEOMETRY_ANALYTIC_H
28
#define T8_GEOMETRY_ANALYTIC_H
29
30
+#include <t8.h>
31
+#include <t8_cmesh.h>
32
+
33
/**
34
* Definition of an analytic geometry function.
35
* This function maps reference coordinates to physical
src/t8_geometry/t8_geometry_with_vertices.h
@@ -28,6 +28,7 @@
#ifndef T8_GEOMETRY_WITH_VERTICES_H
#define T8_GEOMETRY_WITH_VERTICES_H
#include <t8_cmesh.h>
T8_EXTERN_C_BEGIN ();
0 commit comments