Skip to content

Commit

Permalink
Intrepid2: Further improvements to Projections method
Browse files Browse the repository at this point in the history
Now we are fully working in the reference element and map back to the oriented frame at the end of the projection.
This allows significant savings.
  • Loading branch information
mperego committed Sep 8, 2023
1 parent 413a351 commit 75a8b21
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 724 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class ProjectionTools {
static void
getHVolBasisCoeffs(Kokkos::DynRankView<basisCoeffsValueType,basisCoeffsProperties...> basisCoeffs,
const Kokkos::DynRankView<funValsValueType,funValsProperties...> targetAtEvalPoints,
const Kokkos::DynRankView<ortValueType, ortProperties...> cellOrientations,
[[maybe_unused]] const Kokkos::DynRankView<ortValueType, ortProperties...> cellOrientations,
const BasisType* cellBasis,
ProjectionStruct<DeviceType, typename BasisType::scalarType> * projStruct);

Expand Down
Loading

0 comments on commit 75a8b21

Please sign in to comment.