Skip to content

Commit

Permalink
#132: intergrate Laplace2D developments into Teuchos unit tests for t…
Browse files Browse the repository at this point in the history
…petra
  • Loading branch information
tlamonthezie committed Aug 24, 2023
1 parent 6e6f597 commit 22a9881
Show file tree
Hide file tree
Showing 23 changed files with 577 additions and 3,502 deletions.
9 changes: 6 additions & 3 deletions packages/nox/test/tpetra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ IF(NOX_ENABLE_ABSTRACT_IMPLEMENTATION_THYRA AND
SOURCES ${UNIT_TEST_DRIVER} ME_Tpetra_Heq.hpp ME_Tpetra_Heq_def.hpp Tpetra_Heq.cpp
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Tpetra_Laplace2D
SOURCES ${UNIT_TEST_DRIVER} Tpetra_Laplace2D.cpp
)

IF(NOX_ENABLE_LOCA)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
Expand All @@ -67,6 +72,4 @@ IF(NOX_ENABLE_ABSTRACT_IMPLEMENTATION_THYRA AND

ENDIF()

ENDIF()

ADD_SUBDIRECTORY(NOX_Operators)
ENDIF()
17 changes: 0 additions & 17 deletions packages/nox/test/tpetra/NOX_Operators/CMakeLists.txt

This file was deleted.

244 changes: 0 additions & 244 deletions packages/nox/test/tpetra/NOX_Operators/Laplace2D_Tpetra.cpp

This file was deleted.

Loading

0 comments on commit 22a9881

Please sign in to comment.