Commit Graph
8 Commits
Author SHA1 Message Date
camierjs 999d6e9e94 Merge branch 'master' into bltp 2025-02-04 12:53:53 -08:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
camierjs 27c526578d Use device vectors in solvers 2025-01-29 11:45:24 -08:00
Will Pazner 006e348182 Merge remote-tracking branch 'origin/master' into face-geom-jacobians 2025-01-21 11:51:36 -08:00
Will Pazner 0345861c6f Compute derivatives in FaceQuadratureInterpolator, compute Jacobian matrices in FaceGeometricFactors
Also add "Face geometric factor Jacobians" unit test
2024-12-31 09:32:12 -08:00
Will Pazner ef9043a122 Replace many instances of GetFE(0) with GetTypicalFE()
Also replace many instances of GetElementTransformation(0) with
GetTypicalElementTransformation() and instances of GetElementGeometry(0) with
GetTypicalElementGeometry().

Remove some "early returns" in PA code with empty partitions. The reasoning is
that the early returns create divergent code paths among different MPI ranks,
which can cause deadlocks if e.g. collectives are used in code paths on not all
ranks.
2024-04-23 14:45:30 -07:00
Tzanio Kolev f5f62ac93c Update tests/unit/mesh/test_geometric_factors.cpp 2024-02-08 10:42:53 -08:00
Will Pazner 7a8294dd42 Make GeometricFactors::DETERMINANTS work with surface meshes 2024-01-25 23:38:33 -08:00