Skip to content

Commit

Permalink
Merge pull request #1433 from DLR-AMR/remove_mesh
Browse files Browse the repository at this point in the history
Remove unimplemented t8_mesh
  • Loading branch information
Davknapp authored Feb 27, 2025
2 parents 22cbdc6 + 6680a55 commit 544c32f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 186 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ target_sources( T8 PRIVATE
t8_eclass.c
t8_element_shape.c
t8_element.cxx
t8_mesh.c
t8_netcdf.c
t8_refcount.c
t8_version.c
Expand Down Expand Up @@ -195,7 +194,6 @@ install( FILES
t8_element_shape.h
t8_forest_netcdf.h
t8_mat.h
t8_mesh.h
t8_netcdf.h
t8_refcount.h
t8_types/t8_vec.hxx
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaultpyramidincludedir = $(schemesdefaultincludedir)/t8_default_pyramid

libt8_generated_headers = src/t8_config.h
libt8_installed_headers = \
src/t8.h src/t8_eclass.h src/t8_mesh.h \
src/t8.h src/t8_eclass.h \
src/t8_element.hxx src/t8_element.h \
src/t8_element_c_interface.h \
src/t8_refcount.h src/t8_cmesh.hxx src/t8_cmesh.h src/t8_cmesh_triangle.h \
Expand Down Expand Up @@ -108,7 +108,7 @@ libt8_internal_headers = \
src/t8_vtk/t8_vtk_writer_helper.hxx \
src/t8_vtk/t8_vtk_write_ASCII.hxx
libt8_compiled_sources = \
src/t8.c src/t8_eclass.c src/t8_mesh.c \
src/t8.c src/t8_eclass.c \
src/t8_element.cxx \
src/t8_vec.cxx \
src/t8_element_c_interface.cxx \
Expand Down
2 changes: 1 addition & 1 deletion src/t8_cmesh/t8_cmesh_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ typedef struct t8_cmesh

int set_partition; /**< If nonzero the cmesh is partitioned.
If zero each process has the whole cmesh. */
int face_knowledge; /**< If partitioned the level of face knowledge that is expected. \ref t8_mesh_set_partitioned;
int face_knowledge; /**< If partitioned the level of face knowledge that is expected. \ref t8_cmesh_set_partitioned;
see \ref t8_cmesh_set_partition.
*/

Expand Down
51 changes: 0 additions & 51 deletions src/t8_mesh.c

This file was deleted.

130 changes: 0 additions & 130 deletions src/t8_mesh.h

This file was deleted.

0 comments on commit 544c32f

Please sign in to comment.