Commit Graph
16 Commits
Author SHA1 Message Date
Tzanio Kolev 8a474b7365 Renamed Laplace to Poisson where appropriate 2025-03-31 20:56:40 -07:00
Will Pazner 62dc04c5ca Use std::string in ex0 and ex0p 2023-08-04 14:53:19 -07:00
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
Julian Andrej 58a9a861f8 int -> BigInt 2021-04-22 15:00:59 -07:00
Will Pazner 7718379825 Replace SaveWithMesh with separate Save functions 2021-03-24 15:17:47 -07:00
Tzanio 3ed31d57a0 Comments adjustments in Example 0/0p 2021-03-21 14:59:13 -07:00
Will Pazner 6ad0620806 Add GridFunction::SaveWithMesh
Simplify ex0 and ex0p
2021-03-16 17:16:25 -07:00
Will Pazner 2b5edbb055 Add OptionsParser::ParseCheck to simplify parsing and checking command line options 2021-03-16 12:41:21 -07:00
Will Pazner 5d00a046ac Remove casts in ex0 and ex0p 2021-03-16 12:26:56 -07:00
Will Pazner 9e1ed9b5a3 Minor 2021-03-14 09:39:31 -07:00
Will Pazner a8a52033d1 Minor modifications to ex0 and ex0p 2021-03-12 11:53:09 -08:00
Will Pazner c845614361 Add parallel example 0 2021-03-12 10:09:10 -08:00