Commit Graph
128 Commits
Author SHA1 Message Date
camierjs 77fcf08222 Remove server, cleanup & pre SerialImpl for all 2026-03-18 10:18:40 -07:00
camierjs 7581a50d7d Melding back & bump to 128 max ranks 2026-03-17 22:02:32 -07:00
camierjs e7c80fc92a wip Parallel mode 2026-03-17 18:10:50 -07:00
Tzanio Kolev 8a474b7365 Renamed Laplace to Poisson where appropriate 2025-03-31 20:56:40 -07:00
Stowell, Mark L. 4de1e1bad3 Altering examples code comments as per Tzanio's suggestion 2025-01-22 09:49:29 -08:00
Stowell, Mark L. e2ed642f5b Correcting the comments in the examples 2025-01-21 20:26:17 -08:00
Stowell, Mark L. 5b002f9452 Using the new MarkExternalBoundary methods in ex1, ex1p, and ex11p 2025-01-21 15:47:31 -08:00
Stowell, Mark L. bd3d1b6dcc ex1p showing four proposed solutions 2025-01-16 15:54:11 -08:00
Stowell, Mark L. 3ac922ac32 Using new functions in ex1 and ex1p 2025-01-15 17:18:45 -08:00
Mark L. Stowell 0c88591848 make style 2024-12-12 15:46:07 -08:00
Mark L. Stowell c8aa01fbe6 Using new methods to find essential BC DoFs in ex1 and ex1p 2024-12-12 14:52:48 -08:00
Will Pazner b3a57feaae Use Device::IsEnabled and add explanation in ex1 and ex1p 2022-11-13 16:02:32 -08:00
Yohann Dudouit 6e70e2883b Set diagonal policy to DIAG_ONE when using Full assembly. 2022-11-07 12:32:53 -08:00
Yohann Dudouit affa9185bd Set the diagonal policy to DIAG_ONE in ex1 and ex1p. 2022-11-07 11:17:26 -08:00
Yohann Dudouit 612a94aef7 Add EnableSparseMatrixSorting in ex1 and ex1p. 2022-10-20 09:47:05 -07:00
Yohann Dudouit dabae076c5 Reactivate full assembly sample runs in ex1 and ex1p. 2022-08-25 13:36:46 -07:00
Veselin Dobrev da2b481c5b Temporarily disable the FA sample runs in ex1/ex1p due to
non-deterministic behavior.
2022-08-16 15:03:08 -07:00
Yohann Dudouit 5e235154a5 Revert "Temporarily disable 2D parallel mixed mesg runs until #2953 is fixed"
This reverts commit e3775d570f.
2022-07-26 16:33:16 -07:00
Tzanio Kolev e3775d570f Temporarily disable 2D parallel mixed mesg runs until #2953 is fixed 2022-07-26 12:52:14 -07:00
Tzanio Kolev baa438344f Merge branch 'master' into yohann/mixed-mesh 2022-07-15 07:38:14 -07:00
Yohann Dudouit a3429fa4ab Add mixed meshes sample runs with libCEED in ex1 and ex1p. 2022-06-21 12:14:29 -07:00
Yohann Dudouit 3e40a30e5d Add sample runs with "fa" in ex1 and ex1p. 2022-06-10 11:33:54 -07:00
Yohann Dudouit ecf3c10c08 Add support for FA in ex1 and ex1p. 2022-04-27 15:20:36 -07:00
Will Pazner 73ad5ba25d Small fix 2022-03-11 18:07:13 -08:00
Will Pazner 6ac671baa7 Use Mpi class instead of MPI_Init and MPI_Finalize 2022-03-11 17:58:01 -08: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
Tzanio d79f5c6c92 Added sample runs with pyramids/wedges in examples 1, 3, 4 and 22 2021-08-22 15:06:00 -07:00
Veselin Dobrev 602c2c84e7 Work in progress.
With a non-CUDA hypre build, 'make test' should work fine.

With a CUDA hypre build:
  * Only some tests in 'make test' work.
  * 'ex1p' and 'ex2p' should work with "cpu" and "cuda" devices with
    any number of processors.
  * Most of the other examples and miniapps still need work.
2021-06-17 11:53:44 -07:00
Julian Andrej a9ea9cba15 Merge branch 'master' into hypre-mixedint 2021-04-09 12:00:35 -07:00
Will Pazner 2b3dea3637 Don't need to call MPI_Finalize in ex1p since using MPI_Session 2021-03-25 14:14:21 -07:00
Tzanio d96cc98312 Small adjustements 2021-03-21 15:34:05 -07:00
Andrew T. Barker 258206cd12 ex1, ex1p: add #ifdef MFEM_USE_CEED guards around command line arguments 2021-03-17 10:04:46 -07:00
Andrew T. Barker b166eea003 Fuse WrapOperator into ceed::Operator object, reduce code duplication 2021-03-02 10:52:44 -08:00
Andrew T. Barker 342caebed0 Address code review comments. 2021-02-25 15:36:27 -08:00
Andrew T. Barker 2f9b19ce9f Clean up after merge; this compiles and runs but is largely untested.
Note in particular that some classes/functionality are duplicated in
two places after the merge, for example MFEMCeedOperator should be
combined with mfem::ceed::Operator
2021-02-19 12:39:16 -08:00
Andrew T. Barker abe5faa0d2 Make change suggested in Dylan's review. 2020-12-14 07:50:00 -08:00
Andrew T. Barker ded3a90d71 Move ceed_algebraic from linalg/ to fem/ for cleaner building. 2020-10-22 14:03:41 -07:00
Andrew T. Barker 7490978d94 Clean up ex1p.cpp 2020-10-22 13:38:14 -07:00
Andrew T. Barker 88e8e4943c Make AlgebraicCeedSolver a one-liner in ex1, ex1p
Also clean up some memory handling so this runs valgrind clean.
2020-10-19 13:01:09 -07:00
Andrew T. Barker faaf877485 CreateCeedCompositeOperatorFromBilinearForm: better error handling 2020-10-09 10:54:26 -07:00
Will Pazner 5576cd616a Compile without MPI 2020-10-07 23:39:30 -07:00
Will Pazner 49640b2210 Minor 2020-10-07 22:21:21 -07:00
Will Pazner 06e92bcfdb Allow for parallel AMG/full assemble at coarsest level 2020-10-06 23:12:38 -07:00
Will Pazner 0e3e80b412 Debugging parallel 2020-10-06 19:37:13 -07:00
Will Pazner 59e83fce2c Minor 2020-10-01 16:35:04 -07:00
Andrew T. Barker 9087c489b2 Varying coefficient in ex1p for demo. 2020-09-16 10:06:02 -07:00