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
fe525828ab
Merge pull request #3501 from mfem/task/2023_02_windows_macro_fixes
...
changes to enums to avoid windows macro conflicts
2023-03-08 11:22:57 -08:00
Tzanio Kolev
a275e75549
Merge pull request #3427 from mfem/FindPointsGSLIB-update
...
Fix logic for points near but outside domain boundary
2023-03-07 12:45:23 -08:00
Veselin Dobrev
119451df1a
Rename NO_ERROR_ to No_Error and REGISTERED_ to Registered
2023-03-06 16:26:45 -08:00
Veselin Dobrev
c8801d0d27
Merge pull request #3515 from mfem/bugfix/generalize-addelemvec
...
Relax the assert requirement in AddElementVector
2023-03-04 20:24:48 -08:00
Ben Chung Yee
ff993ffb1b
Loosen assert in SetSubVector as well
2023-02-28 18:05:58 -08:00
Ben Chung Yee
69d96008ae
Relax the assert requirement in AddElementVector
...
The implementation is fine if we just want the dofs.Size() entries of
elemvect, so we only need <= rather than ==
This is currently causing an issue in
ParLinearForm::AssembleSharedFaces, where the integrator returns an
elemvect of size 2x dofs, but we are only appending the local portion of
that vector.
2023-02-28 17:52:26 -08:00
Ketan Mittal
72b0bdbcef
serial sample run
2023-02-28 11:50:12 -08:00
Mark L. Stowell
ea5c466486
Merge pull request #3314 from mfem/sjg/dof-to-quad-dev
...
Non-tensor H(curl) and H(div) FiniteElement::GetDofToQuad
2023-02-24 16:27:35 -08:00
Mark L. Stowell
82bc4f058d
Merge branch 'master' into sjg/dof-to-quad-dev
2023-02-24 14:34:18 -08:00
Tzanio Kolev
c416dddeae
Merge pull request #3253 from mfem/parGF-grad
...
GetGradient methods for face-neighbor elements.
2023-02-24 14:23:37 -08:00
Tzanio Kolev
7aa6e58d07
Merge branch 'master' into parGF-grad
2023-02-24 14:23:29 -08:00
Mark L. Stowell
df01ea1554
Merge branch 'master' into sjg/dof-to-quad-dev
2023-02-24 13:43:25 -08:00
Mark L. Stowell
563b8d455a
Merge pull request #3503 from mfem/fe-coll--fe-for-dim--fix
...
Fix an issue in `FiniteElementCollection::FiniteElementForDim`
2023-02-24 13:42:08 -08:00
Mark L. Stowell
e28ed04f52
Merge branch 'master' into sjg/dof-to-quad-dev
2023-02-24 13:05:26 -08:00
Mark L. Stowell
1406569993
Merge branch 'master' into fe-coll--fe-for-dim--fix
2023-02-24 13:00:10 -08:00
Veselin Dobrev
c5b77f1dca
Merge pull request #3474 from mfem/mass-pa-geom
...
Use GeometricFactors::DETERMINANTS in PA mass integrator
2023-02-24 12:30:54 -08:00
Veselin Dobrev
220b22f33b
Merge pull request #3462 from mfem/cmake-global-flag-fix
...
Cmake global flag fix
2023-02-23 09:41:33 -08:00
Tzanio Kolev
1789cb6d3f
Merge pull request #3468 from mfem/origin/ms-fix
...
Bug fixes in GSLib and TMOP
2023-02-23 07:41:55 -08:00
Ketan Mittal
d1689afc84
Merge branch 'master' of https://github.com/mfem/mfem into FindPointsGSLIB-update
2023-02-22 17:59:07 -08:00
Cyrus Harrison
023552d99f
Merge branch 'master' into task/2023_02_windows_macro_fixes
2023-02-21 16:38:44 -08:00
Will Pazner
1f89a88844
Merge pull request #3363 from mfem/mesh-reflect
...
Mesh reflector miniapp
2023-02-21 14:38:00 -08:00
Will Pazner
d3d3b6b1c5
Merge pull request #3452 from mfem/static_glvis_init
...
Avoid global initialization issues in (p)minimal-surface
2023-02-21 14:37:34 -08:00
Tzanio Kolev
5a0414146c
Merge pull request #3275 from mfem/add_default_constructor
...
Add default constructor to ParFiniteElementSpaceHierarchy [add_default_constructor]
2023-02-21 13:51:11 -08:00
Tzanio Kolev
e90514c51f
Merge pull request #3458 from mfem/goto-dev
...
Change intersect algorithm to not use goto
2023-02-21 13:50:33 -08:00
Veselin Dobrev
715175844d
Merge pull request #3412 from mfem/tmop-auto-gamma
...
TMOP - balancing of compound metrics
2023-02-21 12:46:27 -08:00
Veselin Dobrev
af73e58ffc
Fix an issue in FiniteElementCollection::FiniteElementForDim for
...
sub-classes that raise errors instead of returning NULL from
calls to FiniteElementForGeometry.
2023-02-21 12:27:59 -08:00
Mathias Rainer Schmidt
534194bb74
- removed comm_free() call from this PR. Should be investigated in future PR to resolve the corresponding memory leak.
2023-02-21 12:07:48 -08:00
Cyrus Harrison
13cccd6c66
style
2023-02-21 11:19:12 -08:00
Cyrus Harrison
06beca6d83
changes to enums to avoid windows macro conflicts
2023-02-21 10:59:20 -08:00
Will Pazner
fb2b2f0067
Use GeometricFactors::DETERMINANTS in PA mass integrator
2023-02-17 13:57:15 -08:00
Mathias Rainer Schmidt
9484091bce
- fixed memory corruption bug
...
- fixed parallel bug
- fixed memory leak
2023-02-16 11:19:41 -08:00
Hugh Carson
78706f96dc
Further unwind the nested if branch
2023-02-15 13:25:19 -05:00
Dylan Copeland
92e11e48f8
Merge branch 'master' into mesh-reflect
2023-02-14 22:25:55 -08:00
Dylan Copeland
42102085ec
Another attempt.
2023-02-14 21:30:51 -08:00
Dylan Copeland
4d95303bf3
Attempting to fix reflector serial test.
2023-02-14 21:01:04 -08:00
Ketan Mittal
1399f10675
change sample runs in miniapp
2023-02-14 13:13:30 -08:00
Frank Wang
d4b6deeeb7
fix bugs
2023-02-14 12:26:03 -08:00
Ketan Mittal
93f7e778cd
Merge branch 'FindPointsGSLIB-update' of https://github.com/mfem/mfem into FindPointsGSLIB-update
2023-02-14 11:54:24 -08:00
Ketan Mittal
8c62969dc7
disable FD+GSLIB+DiscreteAdaptivity
2023-02-14 11:53:09 -08:00
Vladimir Z Tomov
29ec82fcb9
changelog
2023-02-14 11:08:53 -08:00
Tzanio Kolev
1303b3e251
Merge branch 'master' into FindPointsGSLIB-update
2023-02-14 10:13:55 -08:00
Tzanio Kolev
93940754a3
Merge branch 'master' into add_default_constructor
2023-02-14 10:12:33 -08:00
Hugh Carson
69541be811
Change intersect algorithm to not use goto
2023-02-13 12:17:21 -05:00
Vladimir Z Tomov
5937a85546
small fix for sum=1.
2023-02-12 15:37:59 -08:00
Vladimir Z Tomov
5061dbd214
avoid possible div by zero
2023-02-10 17:55:26 -08:00
Dylan Copeland
7ded5aae7a
FindFaceNeighbors now returns an Array instead of a set.
2023-02-10 10:21:14 -08:00
Tzanio Kolev
e110cd4554
Merge branch 'master' into parGF-grad
2023-02-09 20:40:38 -08:00
Dylan Copeland
e163306242
Documenting ownership of some tables.
2023-02-09 18:52:13 -08:00