Commit Graph
47 Commits
Author SHA1 Message Date
John Camier ea3bed0a91 Merge branch 'master' into lor_dg_preconditioner 2025-09-19 07:41:30 -07:00
Will Pazner 1181253c61 Disable LOR device sample runs
Results can be non-determinstic on device because of atomics in the matrix
assembly algorithm.
2025-06-16 12:12:52 -07:00
dylan-copeland 2df1b13811 Fixing some miniapp sample runs. 2025-05-21 17:04:00 -07:00
Will Pazner 35040b0336 Remove AMR + DG LOR sample runs
AMR + DG diffusion + PA is not yet implemented
2025-05-16 20:25:12 -07:00
Will Pazner 808f5c94db In LOR solvers, use fast assembly for RHS only for H1 2025-04-28 17:57:22 -07:00
Will Pazner 9103db88b6 DG+LOR updates 2025-04-28 15:14:18 -07:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Dylan Copeland 046a874cfb Merge branch 'master' of github.com:mfem/mfem into float 2024-02-06 10:56:41 -08:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev d983b34924 Renamed ftype -> real_t 2023-12-13 12:51:43 -08:00
dylan-copeland b78275e79e Merge branch 'master' of github.com:mfem/mfem into float 2023-11-13 07:41:47 -08:00
Dylan Copeland 686756d73f Generalized the remaining miniapps, except gslib. 2023-11-09 14:39:59 -08:00
Will Pazner 13bd25ea34 Support surface meshes in parallel LOR solvers miniapp 2023-09-20 09:09:11 -07:00
Tzanio Kolev 0052dd6faf Merge branch 'master' into hdiv-solvers-miniapp 2023-04-09 13:13:10 -07:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Will Pazner 7a7355643a Parameterize lor_mms coefficients using std::function 2023-01-26 19:17:36 -08:00
Will Pazner 0a7dd5e156 Batched LOR: add device sample runs 2022-04-25 16:42:58 -07:00
Will Pazner 5407c7842c Clean up plor_solvers miniapp 2022-04-11 09:58:36 -07:00
Will Pazner d2537ec087 Batched LOR: ADS in plor_solvers 2022-03-29 21:59:51 -07:00
Will Pazner 2212ba044a Batched LOR: add MPI ifdefs 2022-03-23 10:47:58 -07:00
Will Pazner c3ea6f4344 Merge remote-tracking branch 'origin/master' into lor-batched-gpu-no-mesh
# Conflicts:
#	miniapps/solvers/plor_solvers.cpp
2022-03-21 11:26:48 -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
Will Pazner 0b84c3e142 Batched LOR AMS: separate AMS setup 2022-03-10 17:14:57 -08:00
Will Pazner 81b6849a47 Batched LOR AMS: implementation and unit test 2022-03-10 14:25:06 -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
Will Pazner 1e8367fc43 Batched LOR: cleanup 2022-03-07 13:35:14 -08:00
Will Pazner 1fb26145b1 Merge remote-tracking branch 'origin/master' into lor-batched-gpu-no-mesh
# Conflicts:
#	general/cuda.hpp
#	tests/unit/CMakeLists.txt
2022-03-01 17:54:15 -08:00
Will Pazner 5ca6aa169d Batched LOR: miniapp simplifications 2022-03-01 15:14:03 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
camierjs 8dbe09906b Switch to nvtx header 2021-12-08 09:47:25 -08:00
camierjs 6caccacbec BC outside the kernel for parallel/sequential 2021-11-30 18:09:07 -08:00
camierjs b64d57c06e Parallel cuda through RAP 2021-11-30 17:22:22 -08:00
camierjs fdb5d7d627 Parallel debug device 2021-11-30 15:53:26 -08:00
camierjs 84c6ffc623 Back to Legacy/Full/Deviced & lor_solvers w/ precond 2021-11-29 19:05:05 -08:00
Will Pazner 1fce1b6306 Add device configuration to plor_solvers 2021-08-31 14:44:20 -07:00
Will Pazner 44e89feb2f Typos and minor edits to comments 2021-05-19 08:37:25 -07:00
Will Pazner 3f5e69dbac Rename LOR to LORDiscretization
Similarly, rename ParLOR to ParLORDiscretization.
2021-05-06 15:08:29 -07:00
Will Pazner d42d3dab76 Rename BasisType::Integrated to BasisType::IntegratedGLL 2021-05-06 14:48:03 -07:00
Will Pazner 7aa16cda07 Use visualization flag in LOR miniapps 2021-05-06 12:10:04 -07:00
Will Pazner d602366f8d Add paper references to LOR solvers miniapp 2021-04-28 20:46:12 -07:00
Will Pazner a440b67c01 Add AMR sample runs to LOR solvers miniapp 2021-04-26 21:09:40 -07:00
Will Pazner 74fb021007 Improve and document LOR solvers miniapps 2021-04-26 18:30:13 -07:00
Will Pazner ff84a70a04 Bug fix 2021-04-22 17:08:12 -07:00
Will Pazner b3a30fbd1e Rename LOR solvers miniapp 2021-04-20 22:30:08 -07:00