Intrepid2
Todo List
Class Intrepid2::Basis< DeviceType, OutputType, PointType >
restore test for inclusion of reference points in their resective reference cells in getValues_HGRAD_Args, getValues_CURL_Args, getValues_DIV_Args
Class Intrepid2::ProjectionTools< DeviceType >
There is room for improvement. One could separate the computation of the basis function values and derivatives from the functions getXXXBasisCoeffs, so that they can be stored and reused for projecting other target functions. Similarly one could store all the QR factorizations and reuse them for other target functions.
Member Intrepid2::RealSpaceTools< DeviceType >::vecprod (Kokkos::DynRankView< vecProdValueType, vecProdProperties...> vecProd, const Kokkos::DynRankView< inLeftValueType, inLeftProperties...> inLeft, const Kokkos::DynRankView< inRightValueType, inRightProperties...> inRight)
Need to decide on how to handle vecprod in 2D: is the result a vector, i.e., there's dimension D or a scalar?