#include <KokkosIntegralMaterialProperty.h>
Public Member Functions | |
| KokkosIntegralMaterialProperty (const InputParameters ¶meters) | |
| KOKKOS_FUNCTION Real | computeQpIntegral (const unsigned int qp, Datum &datum) const |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Attributes | |
| const Moose::Kokkos::MaterialProperty< Real > | _scalar |
Definition at line 15 of file KokkosIntegralMaterialProperty.h.
| KokkosIntegralMaterialProperty< Base >::KokkosIntegralMaterialProperty | ( | const InputParameters & | parameters | ) |
Definition at line 39 of file KokkosIntegralMaterialProperty.h.
| KOKKOS_FUNCTION Real KokkosIntegralMaterialProperty< Base >::computeQpIntegral | ( | const unsigned int | qp, |
| Datum & | datum | ||
| ) | const |
Definition at line 47 of file KokkosIntegralMaterialProperty.h.
|
static |
Definition at line 30 of file KokkosIntegralMaterialProperty.h.
|
protected |
Definition at line 25 of file KokkosIntegralMaterialProperty.h.
1.8.14