Commit Graph
24 Commits
Author SHA1 Message Date
Tzanio Kolev d983b34924 Renamed ftype -> real_t 2023-12-13 12:51:43 -08:00
Dylan Copeland b89222762d Generalized floating point type for all remaining examples. 2023-11-06 15:34:42 -08:00
luz paz 476c855bd7 Fix various typos
Found via `codespell -q 3 -L allright,ba,equil,esy,fo,hda,lod,nd,ned,numer,ot,pres,ro,seh,shat,solfes,strat,tbe,te,warmup`
2022-08-05 20:50:51 -04: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
Stowell, Mark L 74fc2de695 Adjusting names in function declarations 2022-01-04 17:34:47 -08:00
Stowell, Mark L ca3e2b3098 make style 2021-12-27 10:42:01 -08:00
Stowell, Mark L b14bd1f237 Fixing shadow variables in examples 2021-12-27 10:41:09 -08:00
Stowell, Mark L d4f4016c12 Removing unnecessary mass matrix from example 27 2021-09-03 17:25:13 -07:00
Julian Andrej a9ea9cba15 Merge branch 'master' into hypre-mixedint 2021-04-09 12:00:35 -07:00
Tzanio a53d9c1299 Changes in the examples/ directory before the mfem-4.2 release 2020-10-25 17:07:24 -07: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
Stowell, Mark L cdcc519f6e Replacing error measure with a proper l2 error and average in one function 2020-04-15 13:23:27 -07:00
Stowell, Mark L 764784e597 Switching error measure to l1 norm 2020-04-04 13:21:55 -07:00
Stowell, Mark L 26096315a0 Adding normalization factor to helper function 2020-04-04 12:56:25 -07:00
Stowell, Mark L b07f2963a6 Fixing boundary element orientations 2020-04-04 10:46:09 -07:00
Veselin Dobrev 260f1c40a3 Some small edits in comments and documentation. 2020-04-03 23:57:36 -07:00
Stowell, Mark L 41e7758098 Adding comments to highlight the need for diffusion coefficient in Neumann and Robin BCs 2020-04-01 22:26:06 -07:00
Stowell, Mark L 6b9c607961 Removing unneeded spaces in argument list for consistency 2020-04-01 22:25:24 -07:00
Stowell, Mark L 8a56de18f3 Renumbering example 26 to example 27 2020-03-29 12:51:00 -07:00