#include <KokkosIntegralPostprocessor.h>
template<typename Base>
class KokkosIntegralPostprocessor< Base >
Definition at line 16 of file KokkosIntegralPostprocessor.h.
◆ KokkosIntegralPostprocessor()
◆ finalize()
◆ getValue()
◆ init()
template<typename Base >
template<typename Derived >
◆ initialize()
◆ join()
template<typename Base >
template<typename Derived >
◆ reduce()
template<typename Base >
template<typename Derived >
Definition at line 41 of file KokkosIntegralPostprocessor.h.
46 for (
unsigned int qp = 0; qp < datum.
n_qps(); ++qp)
48 sum += datum.
JxW(qp) *
static_cast<const Derived *
>(
this)->computeQpIntegral(qp, datum);
KOKKOS_FUNCTION unsigned int n_qps() const
Get the number of local quadrature points.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
KOKKOS_FUNCTION Real JxW(const unsigned int qp)
Get the transformed Jacobian weight.
◆ validParams()
◆ _average
The documentation for this class was generated from the following file: