Commit Graph
26 Commits
Author SHA1 Message Date
Dylan Copeland 61f950a68d Defined and documented magic number for skipped test return value. Changed errors for failing tests to return this value. 2024-02-06 12:07:29 -08:00
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
Will Pazner 6ac671baa7 Use Mpi class instead of MPI_Init and MPI_Finalize 2022-03-11 17:58:01 -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 2cd1d901a6 Fix some issues with the tests.
Sync some tests between GNU make and CMake.

Add tests for the (p)lor_solvers miniapp.
2022-02-06 15:04:17 -08:00
Arturo Vargas 4a6a421ea9 macro styling changes 2022-01-27 11:46:27 -08:00
Arturo Vargas 3dbaa74933 additional fixes for examples/mini-apps 2022-01-04 13:54:33 -08:00
Tzanio c91e0a7378 Indicate skipped examples and miniapps in make test 2021-07-23 14:54:26 -07:00
Tzanio c754730ed4 Skipping some failing tests. Removing HYPRE_Init() comments 2021-07-23 09:35:07 -07:00
Veselin Dobrev 82461f6443 For now, comment-out HYPRE_{Init,Finalize} from examples. 2021-07-03 22:37:25 -07:00
Veselin Dobrev 15465cf610 More tweaks and updates for hypre built with cuda. 2021-07-03 22:24:57 -07:00
Julian Andrej 58a9a861f8 int -> BigInt 2021-04-22 15:00:59 -07:00
Andrew T. Barker 638b7038a1 ex28, ex28p: Change to match new size interface 2021-03-11 07:37:11 -08:00
Andrew T. Barker e7dd378b38 Better .gitignore for ex28/p artifacts. 2021-03-08 09:12:07 -08:00
Andrew T. Barker a69a0da8cf ex28(p): remove sample runs with --visit-datafiles
This makes .gitignore clean with respect to artifacts from sample runs.
2021-03-08 08:42:35 -08:00
Andrew T. Barker 2ff0021fcf Comment clarifications / improvements from code review. 2021-03-04 14:40:12 -08:00
Andrew T. Barker f6fab682b9 Various changes suggested in code review. 2021-02-23 11:31:57 -08:00
Andrew T. Barker 5494693887 ex28p: add --penalty option to use PenaltyCGSolver 2021-02-18 17:07:16 -08:00
Andrew T. Barker 8944c4d7cc Move BuildNormalConstraints() function into library, document it better. 2021-02-18 16:26:22 -08:00
Andrew T. Barker a890b29de9 Move all constraint setup to one place in examples. 2021-02-17 16:37:46 -08:00
Andrew T. Barker bafc63082a ex28, ex28p: scope reorder_rows map for memory efficiency 2021-02-17 16:23:51 -08:00
Andrew T. Barker f362f33f23 lagrange_rowstarts -> constraint_rowstarts and improved documentation 2021-02-17 16:17:37 -08:00
Andrew T. Barker 9a0d7bd9ac Make serial version of ex28p 2021-02-08 11:40:10 -08:00
Andrew T. Barker 85e63e9300 ex-sliding.cpp -> ex28p.cpp 2021-02-08 09:26:53 -08:00