Commit Graph
512 Commits
Author SHA1 Message Date
Justin Laughlin d06558db12 Merge branch 'master' into nurbs_nodal_interp 2025-05-05 15:59:41 -07:00
Dylan Copeland 969ba74440 Merge branch 'master' of github.com:mfem/mfem into nurbs-nc 2025-04-22 12:32:29 -07:00
Ketan Mittal 9f153f9fcb Merge branch 'master' into plbound 2025-04-20 18:59:08 +12:00
Mittal, Ketan 433f9a4c51 minor 2025-04-17 11:36:37 -07:00
Mittal, Ketan 08856158ce fix for some static constexpr definitions in hpp 2025-04-17 11:18:20 -07:00
Mittal, Ketan 6468880b2a minor 2025-04-16 12:58:07 -07:00
Mittal, Ketan 89a0e08f29 remove some unused methods 2025-04-16 12:57:50 -07:00
Mittal, Ketan 7471a22505 resolve conflicts 2025-04-16 12:56:40 -07:00
Mittal, Ketan 1a332939a0 initial capability 2025-04-16 12:45:11 -07:00
Will Pazner ac66d17c67 Add more options to GridFunction::SaveVTKHDF 2025-04-15 12:48:33 -07:00
Will Pazner c0ce07fb2d Enable VTKHDF functionality only when HDF5 is enabled 2025-04-11 10:22:03 -07:00
Will Pazner 754cc7a4f8 Handle HDF5 built without parallel support 2025-04-11 10:22:03 -07:00
Will Pazner e1a18c2868 Add Mesh::SaveVTKHDF and GridFunction::SaveVTKHDF member functions 2025-04-11 10:22:03 -07:00
Dylan Copeland 8578bf4918 Merge branch 'master' of github.com:mfem/mfem into nurbs-nc 2025-04-08 12:35:39 -07:00
Tzanio Kolev d1b85413f5 Merge pull request #4691 from mfem/issue_4403
Small fixes for (ND,RT)_R(1,2)D visualization [issue_4403]
2025-03-26 10:23:41 -07:00
Tzanio Kolev b6a0ef770a Merge branch 'master' into issue_4403 2025-03-12 13:13:53 -07:00
Jan Nikl 0354670dab Cleaned decoding of dofs in GridFunction::ProjectVectorFieldOn. 2025-03-06 02:24:28 -08:00
Jan Nikl 06e6cdc94d Updated GridFunction::ProjectVectorFieldOn() for RT/ND_R1/2D elements. 2025-03-01 12:16:07 -08:00
Dylan Copeland 4153ae8584 Made UpdatePRef a protected function. 2025-02-28 09:51:39 -08:00
Dylan Copeland 12896cd9ed Merge branch 'master' of github.com:mfem/mfem into nurbs-nc 2025-02-12 12:29:48 -08:00
Dylan Copeland f519d59644 More documentation. Simplified ProlongateToMaxOrder and GridFunction updates. 2025-02-11 13:12:57 -08:00
Dylan Copeland 4c62788e60 Merge branch 'master' of github.com:mfem/mfem into ppr 2025-02-04 16:18:17 -08:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
adam-sim-dev e186ca4e30 Merge branch 'master' into ppr 2025-01-23 21:37:14 +08:00
Dylan Copeland 2a035e92d2 Merge branch 'master' of github.com:mfem/mfem into ppr 2025-01-22 15:12:49 -08:00
Philipp Dumitrescu c0ad0924cd Merge branch 'master' into fes-move-dim-fns-dev 2025-01-15 16:35:18 -08:00
Will Pazner 6ddea3ff47 Merge remote-tracking branch 'origin/master' into pa-empty-partitions 2025-01-03 09:36:06 -08:00
Dylan Copeland b62aa1491f Merge branch 'master' of github.com:mfem/mfem into nurbs-nc 2024-12-30 17:54:54 -08:00
Tzanio Kolev c45b3ef3ee Merge pull request #4578 from mfem/positive-lp-err-dev
Returning positive errors from GridFunction::ComputeLpError etc...
2024-12-27 22:00:49 -08:00
Mark L. Stowell ce0bda7a35 Ensuring positive integrals in GridFunction::ComputeW11Error 2024-12-19 10:50:49 -08:00
Mark L. Stowell acb91a69ab Merge branch 'positive-lp-err-dev' of github.com:mfem/mfem into positive-lp-err-dev 2024-12-10 13:26:48 -08:00
Mark L. Stowell 4305f39092 Repalcing if/else blocks with fabs where appropriate 2024-12-10 10:59:17 -08:00
Mark L. StowellandJan Nikl 367266ee95 Update fem/gridfunc.cpp
Co-authored-by: Jan Nikl <nikl1@llnl.gov>
2024-12-10 10:51:05 -08:00
Dylan Copeland d0f0e2c392 Merge branch 'master' of github.com:mfem/mfem into nurbs-nc 2024-11-25 14:58:54 -08:00
Will Pazner 2ac825abe8 Merge remote-tracking branch 'origin/master' into pa-empty-partitions
# Conflicts:
#	fem/bilininteg.cpp
#	fem/quadinterpolator.cpp
2024-11-22 11:05:49 -08:00
Philipp Dumitrescu 211baab557 Move VectorDim, CurlDim to FiniteElementSpace 2024-11-21 16:50:50 -08:00
Mark L. Stowell d06d5e2a5a Taking absolute value in each element to avoid cancellation between elements 2024-11-13 13:51:56 -08:00
Mark L. Stowell 86b2599e50 Returning positive errors from GridFunction::ComputeLpError and related functions 2024-11-09 15:07:11 -08:00
Dylan Copeland 4dc9708669 Address some PR comments. 2024-09-25 12:20:55 -07:00
dylan-copeland 8532980ef8 Changed PTh to shared_ptr. 2024-09-20 15:12:08 -07:00
dylan-copeland c7f632e548 Merge branch 'master' of github.com:mfem/mfem into ppr 2024-09-18 10:04:58 -07:00
Ido Akkerman bb52bc02ac Merge branch 'master' into nurbs_nodal_interp 2024-09-17 12:19:29 +02:00
Dylan Copeland fd270b6c5f Merge branch 'master' of github.com:mfem/mfem into ncmesh-spacing 2024-09-12 12:16:56 -07:00
Dylan Copeland 910e840fda Documentation and minor fixes. 2024-09-12 12:15:06 -07:00
Dylan Copeland b47ec8d14d Merge branch 'master' of github.com:mfem/mfem into nurbs-nc 2024-09-04 20:03:51 -07:00
Dylan Copeland 41807f5444 Minor fixes. 2024-08-19 20:41:45 -07:00
Dylan Copeland c00f044824 Documented and cleaned up various things. Added the new miniapp hpref. 2024-08-19 17:24:52 -07:00
Dylan Copeland a4c097f47c Merge branch 'master' of github.com:mfem/mfem into ppr 2024-08-16 18:15:41 -07:00
Joseph Signorelli 4877bf12d1 Deprecate BuildDofToArrays, make build array fxns protected + automatic 2024-08-08 10:45:19 -05:00
Tzanio Kolev acc8ba9df3 Merge pull request #4088 from mfem/najlkin/integral-els
Support for integral finite elements at multiple places
2024-07-28 15:38:54 -07:00