Skip to content

Commit

Permalink
removes single-variate example for semi-structured solver and address…
Browse files Browse the repository at this point in the history
…es comments
  • Loading branch information
lebuller committed Jul 6, 2023
1 parent 1048811 commit 4ddf12c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 209 deletions.
4 changes: 2 additions & 2 deletions cajita/src/Cajita_Hypre.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
****************************************************************************/

/*!
\file Cajita_HypreStructuredSolver.hpp
\brief HYPRE structured solver interface
\file Cajita_Hypre.hpp
\brief HYPRE memory space handling
*/
#ifndef CAJITA_HYPRE_HPP
#define CAJITA_HYPRE_HPP
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void hypreSemiStructuredSolverExample()
{
/*
In this example we will demonstrate building a HYPRE semi-structured
solver that solves 3, indpenedent, Poisson equations with designated
solver that solves 3, independent, Poisson equations with designated
solution tolerance,
Laplacian( lhs ) = rhs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ void hypreStructuredSolverExample()
options are shown above).
*/
std::string precond_type = "Jacobi";
// std::string precond_type = "Diagonal";
auto preconditioner =
Cajita::createHypreStructuredSolver<double, MemorySpace>(
precond_type, *vector_layout, true );
Expand Down
1 change: 0 additions & 1 deletion example/cajita_tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ endif()
add_subdirectory(11_structured_solver)
if(Cabana_ENABLE_HYPRE AND (NOT Kokkos_ENABLE_CUDA AND NOT Kokkos_ENABLE_HIP AND NOT Kokkos_ENABLE_SYCL))
add_subdirectory(11_structured_solver_hypre)
add_subdirectory(11_semi_structured_solver_hypre)
add_subdirectory(11_semi_structured_solver_multi_variate)
endif()
add_subdirectory(12_halo)
Expand Down

0 comments on commit 4ddf12c

Please sign in to comment.