#include <KokkosSideIntegralMaterialProperty.h>
◆ KokkosSideIntegralMaterialProperty()
| KokkosSideIntegralMaterialProperty::KokkosSideIntegralMaterialProperty |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpIntegral()
◆ 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
◆ _scalar
The documentation for this class was generated from the following file: