Mark L. Stowell
0248720eeb
Merge branch 'master' into phys-range-dim
2026-03-05 09:35:14 -08:00
Veselin Dobrev
75012728db
Formatting: re-wrap comment to 80 chars/line.
2026-02-14 13:10:30 -08:00
chapman39
1f5bc1c3d8
wording
2026-02-13 10:03:00 -08:00
chapman39
a92983051a
style
2026-02-11 15:14:23 -08:00
chapman39
32fb4bf244
remove return from openmp section
2026-02-05 14:56:40 -08:00
Tzanio Kolev
ea4aceeffc
Merge pull request #5134 from mfem/add_trivial_hessian
...
Fix NURBS hessians
2026-01-28 09:33:06 -08:00
Mark L. Stowell
3f9b44a9cd
Merge branch 'master' into phys-range-dim
2026-01-21 10:38:56 -08:00
Ido Akkerman
7ae7690846
Fix more numbering issues
2026-01-12 16:06:16 +01:00
Veselin Dobrev
7794557c18
Fix potential leak (redundant allocation) in FiniteElement::GetDofToQuad.
...
Un-nest OpenMP critical regions with the same name, DofToQuad, to fix a
hang issue. The nested critical regions were:
NodalFiniteElement::CreateLexicographicFullMap from its critical region
called NodalFiniteElement::GetDofToQuad which has a critical region with
the same name.
2025-12-15 12:10:46 -08:00
Victor DeCaria
1f8f2f1826
slight optimization
2025-11-13 12:55:05 -07:00
Victor DeCaria
1c9b9beb1e
change logic for storing dof2quad tables
2025-11-13 12:44:57 -07:00
Hugh Carson
36e2c896e4
Fix race condition in DofToQuad
2025-09-02 12:10:27 -04:00
Mark L. Stowell
83fd119b95
Merge branch 'master' into phys-range-dim
2025-07-01 10:16:58 -07:00
Stowell, Mark L.
8519889074
Adding new MapType entries for R2D and R1D classes
2025-05-11 14:38:50 -07:00
Gabriel Pinochet-Soto
1d7029c5d6
Add Abs to DofToQuad, needs testing
2025-05-01 17:12:14 -07:00
Vladimir Z Tomov
48a270679c
Merge branch 'master' into tmop-periodic
2025-04-01 16:18:06 -07:00
Andrew Ho
1912c74587
Merge branch 'master' into dev-inverse-transform
2025-03-28 15:12:21 -07:00
Vladimir Z Tomov
94d7d2fd0a
Merge branch 'master' into tmop-periodic
2025-03-27 09:08:04 -07:00
Vladimir Z Tomov
beb78bfddd
Review comments.
2025-03-23 23:02:13 -07:00
Vladimir Z Tomov
3cf8d47182
unused function
2025-03-12 16:39:29 -07:00
Vladimir Z Tomov
88be18f03c
Periodic advective adaptivity.
2025-02-27 13:22:41 -08:00
Vladimir Z Tomov
012036d007
Periodic limiting.
2025-02-21 17:35:58 -08:00
Vladimir Z Tomov
8f42d760fc
initial working version for periodic meshes.
2025-02-20 22:38:38 -08:00
Andrew Ho
773606139c
Merge remote-tracking branch 'base/master' into dev-inverse-transform
2025-02-09 07:35:58 -08:00
Andrew Ho
5ceda33e57
implemented edgescan
...
fixed hash finalization infinite recursion
2025-02-04 15:13:29 -08:00
Tzanio Kolev
2ceee164c5
Merge branch 'master' into pyramid-dev
2025-02-04 14:53:54 -08:00
Andrew Ho
38aaa74b52
added API for retrieving underlying array in Poly_1D
2025-02-04 11:49:26 -08:00
Andrew Ho
f6e0903d60
changed how bases_container stores the cache
2025-02-04 11:16:52 -08:00
Tzanio Kolev
e4c2152419
Update Copyright to 2010-2025
2025-02-03 12:17:26 -08:00
Andrew Ho
a6da18db40
changed GetPoints so you can request device or host pointers
2025-01-31 15:18:35 -08:00
Stowell, Mark L
05ef2ea97d
Adding derivatives of binomials without assumptions on the relation between the monomials
2024-09-18 10:46:42 -04: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
Dylan Copeland
a8090e318d
Merge branch 'master' of github.com:mfem/mfem into float
2024-01-23 11:07:47 -08:00
victor-decaria-nnl
5a34b0f236
Merge branch 'master' into full-assembly-elast-dev
2024-01-08 12:22:59 -05:00
Will Pazner
5cdfd84635
Simplify NodalFiniteElement::CreateLexicographicFullMap
2023-12-20 10:58:45 -08:00
Tzanio Kolev
d983b34924
Renamed ftype -> real_t
2023-12-13 12:51:43 -08:00
Dylan Copeland
aa4d4efc04
Merge branch 'master' of github.com:mfem/mfem into float
2023-12-07 10:05:17 -08:00
Victor DeCaria
61fc44f5ff
removed the overloads for GetDofToQuad. Changed MFEM_VERIFY conditions to reflect adding the new enum value
2023-12-05 06:28:09 -07:00
Victor DeCaria
336236eae8
implemented the LEXICOGRAPHIC_FULL idea
2023-12-04 16:55:50 -07:00
victor-decaria-nnl
13abdfafe0
Merge branch 'master' into full-assembly-elast-dev
2023-11-28 11:46:11 -05:00
Dylan Copeland
47e62a55f9
Merge branch 'master' of github.com:mfem/mfem into float
2023-11-09 21:38:06 -08:00
Sebastian Grimberg
19e016e5d0
Merge branch 'master' into sjg/global-variables-threadsafe
2023-10-27 11:17:59 -07:00
Victor DeCaria
21b0b8bcf6
added lexicographic full for the rest of the possible element and derivative configurations
2023-10-10 06:06:04 -06:00
Dylan Copeland
f106c03dd1
Generalized floating point type. So far, ex1 works for a serial build without lapack.
2023-10-09 14:19:25 -07:00
Victor DeCaria
9d65c08c77
reverting some changes to bilinear form infrastructure
2023-10-09 14:21:59 -06:00
Victor DeCaria
6cb689d6bd
make ordering part of the doftoquad map
2023-10-09 13:50:47 -06:00
Sebastian Grimberg
ba0f9bba88
Rename GetInterpDim -> GetRangeDim
2023-09-12 10:55:42 -07:00
Sebastian Grimberg
a2557a37b2
Rename FiniteElementCollection::GetVDim (and FiniteElement::GetVDim) to GetInterpDim to avoid conflict with FiniteElementSpace::GetVDim
2023-09-11 12:03:11 -07:00
Sebastian Grimberg
0c4d3e35e3
Thread-safety for MFEM classes and global instances
2023-08-27 14:12:01 -07:00