Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/tests/tribol_enzyme_poly_intersect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "mfem.hpp"

#include "tribol/common/Enzyme.hpp"
#include "tribol/geom/GeomUtilities.hpp"

namespace tribol {
Expand Down
1 change: 0 additions & 1 deletion src/tribol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set(tribol_headers
common/ArrayTypes.hpp
common/BasicTypes.hpp
common/Containers.hpp
common/Enzyme.hpp
common/ExecModel.hpp
common/LoopExec.hpp
common/Parameters.hpp
Expand Down
40 changes: 0 additions & 40 deletions src/tribol/common/Enzyme.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion src/tribol/geom/GeomUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "tribol/utils/Math.hpp"

#ifdef TRIBOL_USE_ENZYME
#include "tribol/common/Enzyme.hpp"
#include "mfem/general/enzyme.hpp"
#endif

#include "axom/core.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/tribol/geom/NodalNormal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "tribol/utils/Math.hpp"

#ifdef TRIBOL_USE_ENZYME
#include "tribol/common/Enzyme.hpp"
#include "mfem/general/enzyme.hpp"
#endif

namespace tribol {
Expand Down
2 changes: 1 addition & 1 deletion src/tribol/physics/Mortar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <iomanip>

#ifdef TRIBOL_USE_ENZYME
#include "tribol/common/Enzyme.hpp"
#include "mfem/general/enzyme.hpp"
#endif

namespace tribol {
Expand Down