Commit Graph
11 Commits
Author SHA1 Message Date
Will Pazner 4ace41773d Remove Mpi::Session, access directly using static member functions 2022-03-11 15:41:07 -08:00
Will Pazner 8d812ec8c3 Rename MPI class to Mpi to avoid conflict with (deprecated) C++ MPI namespace 2022-03-11 13:43:14 -08:00
Tzanio f2cad1e55b MPI_Session -> MPI singleton in examples, miniapps and tests 2022-03-08 19:29:45 -08:00
Tzanio 8f7cb0b3db Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();' 2022-03-08 18:06:43 -08:00
Tzanio 447f00d80b Added a HYPRE_Session class to hypre.?pp and examples/miniapps 2022-03-07 14:22:22 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Veselin Dobrev d1ea0ecbab In the testing of the (p)lor_solvers miniapps, test H(curl)
problems instead of H1.

Co-authored-by: @pazner

In the block-solvers miniapp, fix typos and add a message that
the miniapp is not supported with the GPU builds on HYPRE.
2022-02-07 13:15:09 -08:00
Veselin Dobrev 3bde9775c7 In miniapps/solvers, replace usage of Array<T> with
std::vector<T> when T is non-trivial.
2021-05-01 00:25:51 -07:00
Tzanio a54957ade6 Final adjustments 2021-02-07 15:24:45 -08:00
Tzanio d572dc2ad6 Small adjustments 2021-01-27 18:51:46 -08:00
chakshinglee 5598afbf09 rename directory blocksolvers to solvers 2021-01-27 12:37:07 -08:00