Dylan Copeland
|
38bc40bf2b
|
Fixing contact example.
adding x field
|
2023-07-13 15:34:41 -07:00 |
|
Frank Wang
|
f8ea695e13
|
add contactcpp
|
2023-03-08 12:02:01 -08: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 |
|
Socratis Petrides
|
38c60734b6
|
fix typo, increase maxit in CG and remove slow sample run
|
2022-06-10 10:37:38 -07:00 |
|
Yohann Dudouit
|
3ed49a8ccf
|
Merge remote-tracking branch 'origin/master' into yohann/fa-form-system
|
2022-06-10 10:18:15 -07:00 |
|
Tobias Duswald
|
e91c582d03
|
Apply changes from review
Co-authored-by:
brendankeith <keith10@llnl.gov>
Co-authored-by: psocratis <petrides1@llnl.gov>
|
2022-05-27 18:04:57 -07:00 |
|
Tobias Duswald
|
863638bb47
|
Make serial and parallel example identical
|
2022-05-26 17:36:05 -07:00 |
|
Tobias Duswald
|
c9685df178
|
Update ex33p to new logic
|
2022-05-26 17:35:40 -07:00 |
|
Tobias Duswald
|
d59281d801
|
Astyle Format
|
2022-05-25 16:28:12 -07:00 |
|
Tobias Duswald
|
043b338fee
|
Add explanation for computation of coefficients
|
2022-05-25 16:26:32 -07:00 |
|
Tobias Duswald
|
83074c4c0a
|
Generalize ex33 to alpha > 0
|
2022-05-25 16:19:10 -07:00 |
|
Yohann Dudouit
|
333e7dc512
|
Merge branch 'master' into yohann/fa-form-system
|
2022-05-16 13:53:50 -07:00 |
|
Will Pazner
|
aef972353a
|
Merge pull request #3002 from mfem/simplify_ex18
[Simplify] Remove redundant class in ex18
|
2022-05-16 08:58:29 -07:00 |
|
Keith
|
afa9ddac83
|
remove redundant class in ex18
|
2022-05-10 16:45:56 -07:00 |
|
Cheung
|
ef85361108
|
fixing code-style
|
2022-04-28 15:13:19 -07:00 |
|
Cheung
|
b27f23b2eb
|
Notify user about pause
|
2022-04-28 15:04:31 -07:00 |
|
Yohann Dudouit
|
ecf3c10c08
|
Add support for FA in ex1 and ex1p.
|
2022-04-27 15:20:36 -07:00 |
|