Commit Graph
22 Commits
Author SHA1 Message Date
Keith afa9ddac83 remove redundant class in ex18 2022-05-10 16:45:56 -07:00
Tzanio 34d387c628 Small styling updates 2022-04-17 17:52:00 -07:00
Tzanio eb2594cbad Small final adjustments 2022-03-14 11:24:59 -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
Veselin Dobrev 785486f12f Update examples, miniapps, tests to use HYPRE_BigInt instead
of HYPRE_Int where appropriate.
2020-07-25 20:47:06 -07:00
Veselin Dobrev 089c03576c Adjust a few sample runs to get rid of LOBPCG errors (ex12p) and
warnings about empty partitions (ex18p).
2017-12-17 21:21:04 -08:00
Veselin Dobrev c2aceccc38 In examples/ex18.hpp, expand a few of the comments.
In examples/ex18p.cpp, print the global size of the system, instead of
the local system size on rank 0.
2017-11-01 19:18:09 -07:00
Johann Dahm d767dc25d1 Incorporate comments from @tzanio 2017-10-20 10:31:05 -07:00
Tzanio 1a7cfa5a06 Small updates related to Example 18. 2017-10-17 17:27:27 -07:00
Johann Dahm 34009d2d8d Add comments from @YohannDudouit 2017-10-06 10:02:11 -07:00
Johann Dahm a352e55235 Remove TODOs and address @tzanio comments 2017-10-01 22:26:13 -07:00
Tzanio 10c27dd942 Some small changes 2017-10-01 21:42:41 -07:00
Tzanio e88994e444 make style 2017-09-22 07:34:11 -07:00
Johann Dahm 4c01eed5a4 Move shared code in ex18{,p} to a "header" file 2017-09-21 13:48:25 -07:00
Johann Dahm a988d654c3 Fix ex18p and make consistent with ex18 2017-09-19 15:57:03 -07:00
Johann Dahm d463258c88 Attempt #1 at adding shared face support for nonlinearforms 2017-09-15 21:05:03 -04:00
Johann Dahm 83550244bb GLVis output in parallel version and misc tweaks
Parallel version still only works with a single processor.
2017-09-06 21:26:59 -07:00
Johann Dahm 65d7277f04 Add ex18p.
Does not yet work with multiple processors, but seems to work with a
single process.
2017-09-05 22:43:47 -07:00