Commit Graph
235 Commits
Author SHA1 Message Date
Mittal, Ketan 164ee942c8 Merge branch 'plbound-extremum' of https://github.com/mfem/mfem into plbound-extremum 2026-02-10 10:59:44 -08:00
Mittal, Ketan 16c4fbdd29 reviewer comments 2026-02-10 10:59:33 -08:00
Ketan Mittal 5546250963 Merge branch 'master' into plbound-extremum 2026-01-21 11:00:02 -08:00
Tzanio Kolev dc74fa2aeb Merge branch 'master' into nurbs_nodal_interp 2025-12-21 11:58:30 -08:00
Mittal, Ketan f956c6b2de function for pargridfunction 2025-12-14 16:33:38 -08:00
Mittal, Ketan 05d5294709 fix const-ness for bounding related methods 2025-11-12 23:09:44 -08:00
Ido Akkerman 13727dace4 Change projection name in parallel 2025-10-08 13:35:14 +02:00
Ido Akkerman 26937bdd2b Small cosmetic changes 2025-10-02 11:50:59 +02:00
Ido Akkerman 70b021c228 Add projection type flag 2025-08-13 16:29:27 +02:00
Ido Akkerman c390f35b95 Add L2 local projection for the VectorFE case -- also in parallel 2025-07-18 09:34:03 +02:00
Ido Akkerman a96f2e5227 Adding local L2 projection for vectorcoeff on array of FE. Also add parallel LocalL2 Projection 2025-07-17 14:36:34 +02:00
Ido Akkerman 095cc69a45 Adding preliminary implementation of LocalL2 projection 2025-07-16 17:11:55 +02:00
Veselin Dobrev 7023ecd83b Merge branch 'master' into nurbs_nodal_interp 2025-06-24 15:26:54 -07:00
Veselin Dobrev 34fdcddb8d Merge pull request #4810 from mfem/plbound
Bounding high-order FEM functions
2025-06-24 12:31:47 -07:00
Veselin Dobrev 05c5bae7bf Merge branch 'master' into nurbs_nodal_interp
Resolved conflicts:
   fem/gridfunc.cpp
2025-06-17 21:27:19 -07:00
Justin Laughlin 96f6292915 Add NURBSext check to GroupComm in GridFunction::ProjectCoefficient 2025-06-10 14:21:37 -07:00
Will Pazner 11b878612b Use three-argument version of GetElementDofs…
…and related functions that return a pointer to an internal DofTransformation
object that may be invalidated unexpectedly.
2025-06-02 21:04:31 -07:00
Ketan MittalandWill Pazner 6f882ed87e Update fem/pgridfunc.cpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2025-05-27 11:23:26 -07:00
Mittal, Ketan 59edd7255c separate out PLBound from gridfunc.hpp 2025-05-23 15:56:46 -07:00
Ketan MittalandWill Pazner bd0fa51539 Update fem/pgridfunc.cpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2025-05-21 13:40:59 -07:00
Justin Laughlin d06558db12 Merge branch 'master' into nurbs_nodal_interp 2025-05-05 15:59:41 -07:00
Mittal, Ketan 6468880b2a minor 2025-04-16 12:58:07 -07:00
Mittal, Ketan 7471a22505 resolve conflicts 2025-04-16 12:56:40 -07:00
Mittal, Ketan 54b24da610 missing files 2025-04-16 12:45:30 -07: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
Dylan Copeland 2a035e92d2 Merge branch 'master' of github.com:mfem/mfem into ppr 2025-01-22 15:12:49 -08:00
Will Pazner 6ddea3ff47 Merge remote-tracking branch 'origin/master' into pa-empty-partitions 2025-01-03 09:36:06 -08:00
Stowell, Mark L. 085f779379 Trying another way to bypass a deprecation error 2024-12-20 17:24:52 -08:00
Stowell, Mark L. 48ce125336 Moving implementation involving newly deprecated function to avoid compiler errors 2024-12-20 17:00:52 -08:00
Tzanio Kolev 06e7948445 Merge branch 'master' into positive-lp-err-dev 2024-12-17 11:29:53 -08:00
Dylan Copeland 80df37426f Merge branch 'master' of github.com:mfem/mfem into ppr 2024-12-10 21:29:51 -08:00
Dylan Copeland d2a94aa354 Eliminated non-local DOFs in parallel variable-order spaces. Implemented non-boolean restriction matrix Rvar. Added option to test vector coefficient projection in hpref miniapp. 2024-12-10 21:09:01 -08:00
Mark L. Stowell 4305f39092 Repalcing if/else blocks with fabs where appropriate 2024-12-10 10:59:17 -08:00
Mark L. Stowell 71a25ca7fa Adding documentation explaining this new behavior 2024-11-13 14:30:16 -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 05fef0a0d2 Documentation and minor changes. 2024-10-16 16:06:10 -07:00
Will Pazner c99c7581d8 Add version of ParGridFunction::GetSerialGridFunction using existing FiniteElementSpace
Also update the associated unit test
2024-10-15 16:15:40 -07:00
Ido Akkerman 1eb05fe75c Fix bug 2024-10-03 11:06:27 +02:00
Ido Akkerman 6a3cfb85c3 Add parallel vector projection case 2024-09-12 14:24:22 +02: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
Dylan Copeland 7198ad8872 Eliminated some discontinuities by fixing a bug in PackDofVar, calling VariableOrderMinimumRule before applying h-refinement constraints, and propagating minimum order from master to slave entities. Added H1 continuity check in unit tests. 2024-08-16 16:40:46 -07:00
IdoAkkerman 67e13d9c40 Fix parallel solve + comment + remove pointer + make style 2024-07-11 10:25:40 +02:00
IdoAkkerman 0f85bd80c3 Typos + L2 global projection in parallel 2024-07-10 10:31:07 +02:00
Will Pazner 1241960dc4 Merge remote-tracking branch 'origin/master' into pa-empty-partitions
# Conflicts:
#	fem/gridfunc.cpp
2024-06-24 10:16:56 -07:00
IdoAkkerman 69bf849af8 Merge branch 'master' into nurbs_nodal_interp 2024-06-12 17:24:33 +02:00
IdoAkkerman d2cb937744 Merge remote-tracking branch 'origin/master' into nurbs_nodal_interp 2024-06-04 10:28:08 +02:00