Skip to content

Commit

Permalink
Rename: transfer -> multigrid
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase committed Dec 28, 2024
1 parent 4d133ff commit 4f328d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 721 deletions.
2 changes: 1 addition & 1 deletion cpp/dolfinx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ set(DOLFINX_DIRS
io
la
mesh
multigrid
nls
refinement
transfer
)

# Add source to dolfinx target, and get sets of header files
Expand Down
4 changes: 0 additions & 4 deletions cpp/dolfinx/transfer/CMakeLists.txt

This file was deleted.

259 changes: 0 additions & 259 deletions cpp/dolfinx/transfer/transfer_matrix.h

This file was deleted.

2 changes: 1 addition & 1 deletion cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ add_executable(
mesh/refinement/interval.cpp
mesh/refinement/option.cpp
mesh/refinement/rectangle.cpp
transfer/transfer_matrix.cpp
multigrid/transfer_matrix.cpp
${CMAKE_CURRENT_BINARY_DIR}/poisson.c
)
target_link_libraries(unittests PRIVATE Catch2::Catch2WithMain dolfinx)
Expand Down
Loading

0 comments on commit 4f328d1

Please sign in to comment.