Arturo Vargas
|
12a8849f8e
|
minor adjustments to the driver
|
2023-05-22 16:46:19 -07:00 |
|
Arturo Vargas
|
3163adc509
|
clean up pass for pipeline solver
|
2023-05-22 16:02:24 -07:00 |
|
Arturo Vargas
|
fe790e581d
|
monitor convergence on gamma variable -- clean up driver
|
2023-05-22 14:17:08 -07:00 |
|
Arturo Vargas
|
0e6212e4a9
|
first cut at PipelinedPCGSolver
|
2023-05-18 16:43:24 -07:00 |
|
Arturo Vargas
|
3055686fd4
|
first cut at PipelinedPCGSolver
|
2023-05-18 16:43:02 -07:00 |
|
camierjs
|
95e379e5cc
|
Revert ex1.cpp fec leak
|
2023-04-11 10:54:27 -07:00 |
|
camierjs
|
bddd685949
|
Simplify mfem-sanitizer.yml
|
2023-04-11 09:12:47 -07:00 |
|
camierjs
|
c283d4b6c2
|
Merge master in serial-asan
|
2023-04-10 08:32:12 -07:00 |
|
camierjs
|
a0e624f05f
|
Sanitize ex25, ex25p
|
2023-04-03 13:50:22 -07:00 |
|
Tzanio Kolev
|
fa603e6793
|
Merge branch 'master' into ex20p-determinism-dev
|
2023-03-25 17:57:55 -07:00 |
|
Tzanio Kolev
|
96e00dc815
|
Updated COPYRIGHT to 2010-2023
|
2023-03-11 16:58:18 -08:00 |
|
Veselin Dobrev
|
5335942a92
|
Merge branch 'master' into mfem-4.5.2-dev
|
2023-03-08 18:44:07 -08:00 |
|
Veselin Dobrev
|
e941c8ba91
|
More tweaks in .gitignore and 'make clean'
|
2023-03-06 02:43:07 -08:00 |
|
Veselin Dobrev
|
fa142c9b59
|
Small tweaks to .gitignore and 'make clean'
|
2023-03-06 01:14:53 -08:00 |
|
 Veselin DobrevandKenny Weiss
|
c3dbd8041b
|
Add support for shared builds on Windows with MSVC using CMake.
This commit based to a large extend on PR #1401.
Co-authored-by: Kenny Weiss <kennyweiss@users.noreply.github.com>
|
2023-02-27 19:31:21 -08:00 |
|
Stowell, Mark L
|
122061b0ed
|
Switch to using MPI_Gather
|
2023-01-11 09:37:55 -05:00 |
|
Veselin Dobrev
|
0ee0e55a92
|
Fix the Caliper tests defined in CMake
|
2022-12-15 18:33:42 -08:00 |
|
Will Pazner
|
8ee9011b29
|
Merge pull request #3172 from mfem/yohann/sort+test
Add sorting of sparse matrix when assembled on device.
|
2022-11-14 09:37:30 -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 |
|
Stefano Zampini
|
c5c9a002c0
|
PetscLinearSolver: respect command line option for nonzero initial guess
|
2022-11-07 10:40:39 +03:00 |
|
Will Pazner
|
a6830a367a
|
Merge remote-tracking branch 'origin/master' into yohann/sort+test
|
2022-11-04 09:55:29 -07:00 |
|
Veselin Dobrev
|
f494da76f7
|
Merge branch 'master' into hypre-2-26-0-fixes
Resolved conflicts:
CHANGELOG
|
2022-10-20 16:12:58 -07:00 |
|
Veselin Dobrev
|
1482864193
|
Remove the need to explicitly call EnsureMultTranspose in the
classes SparseMatrix and HypreParMatrix.
Added new methood HypreParMatrix::ResetTranspose.
Added some crarifying doxygen documentation.
|
2022-10-20 16:03:23 -07:00 |
|
Yohann Dudouit
|
612a94aef7
|
Add EnableSparseMatrixSorting in ex1 and ex1p.
|
2022-10-20 09:47:05 -07:00 |
|
Tzanio Kolev
|
0504397b96
|
Merge pull request #3179 from mfem/stefanozampini/block-split
Exploit PETSc matrix block structure
|
2022-10-19 15:46:22 -07:00 |
|
Veselin Dobrev
|
b89de70dd1
|
A few small fixes for warnings and a command line argument.
|
2022-10-18 12:57:41 -07:00 |
|
Veselin Dobrev
|
d7db3de9af
|
Some fixes for hypre v2.26.0
|
2022-10-18 12:13:49 -07:00 |
|
Veselin Dobrev
|
d6155a2259
|
Merge branch 'master' into sundials-v6-dev
Resolved conflicts:
CHANGELOG
|
2022-10-06 01:24:02 -07:00 |
|
Will Pazner
|
74a04838fa
|
Merge remote-tracking branch 'origin/master' into typos
|
2022-09-09 09:57:48 -07:00 |
|
Stefano Zampini
|
04afec9eda
|
remove unused variable
|
2022-08-31 10:49:11 +03:00 |
|
Stefano Zampini
|
589eefedfb
|
Add block size support
|
2022-08-31 10:48:57 +03:00 |
|
Yohann Dudouit
|
dabae076c5
|
Reactivate full assembly sample runs in ex1 and ex1p.
|
2022-08-25 13:36:46 -07:00 |
|
Chris Vogl
|
4803dfa020
|
applied astyle changes
|
2022-08-25 12:04:57 -07:00 |
|
Chris Vogl
|
7457eeea1a
|
added call to Sundials::Init to all Sundials examples
|
2022-08-23 19:50:05 -07:00 |
|
Chris Vogl
|
eff25a6b30
|
refactor deprecated calls to enum Butcher table values in Sundials examples
|
2022-08-23 19:46:37 -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 |
|
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 Kolev
|
b3a37687a0
|
Merge pull request #3023 from mfem/yohann/explicit-cast-mandel
Add an explicit cast to avoid implicit cast warning.
|
2022-07-29 07:56:28 -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 |
|
Will Pazner
|
773ea0cc5d
|
Merge pull request #3056 from mfem/yohann/fa-form-system
Full Assembly BC elimination and HypreParMatrix
|
2022-07-12 10:32:42 -07:00 |
|
Tzanio Kolev
|
9dc2495906
|
Merge branch 'master' into yohann/mixed-mesh
|
2022-07-12 08:09:50 -07:00 |
|
Tzanio Kolev
|
a46cf91039
|
Fixed additional instances of implicit type conversion
|
2022-06-24 09:43:50 -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 |
|
Socratis Petrides
|
f40aa8985b
|
parallel example 1D,3D support
|
2022-06-10 11:27:07 -07:00 |
|
Socratis Petrides
|
0917cebd10
|
adding support for 1D, 3D and AMR mesh
|
2022-06-10 11:16:39 -07:00 |
|