Skip to content

Commit

Permalink
Panzer tangent unit tests (Blocked Gather) (trilinos#13576)
Browse files Browse the repository at this point in the history
Refresh Gather_BlockedTpetra evaluator, put tangent capability on device, and update the unit test.

---------

Signed-off-by: Bryan Reuter <[email protected]>
  • Loading branch information
reuterb authored Nov 6, 2024
1 parent f933853 commit 4e6e2ca
Show file tree
Hide file tree
Showing 4 changed files with 853 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
NUM_MPI_PROCS 2
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
tGatherSolution_BlockedTpetra
SOURCES tpetra_blocked_gather_solution.cpp ${UNIT_TEST_DRIVER}
COMM serial mpi
NUM_MPI_PROCS 2
)

TRIBITS_ADD_EXECUTABLE_AND_TEST(
tScatterResidual_Tpetra
SOURCES tpetra_scatter_residual.cpp ${UNIT_TEST_DRIVER}
Expand Down
Loading

0 comments on commit 4e6e2ca

Please sign in to comment.