https://mooseframework.inl.gov
Public Member Functions | List of all members
Moose::Kokkos::FunctorWrapperDeviceBase Class Reference

Base class for device functor wrapper. More...

#include <KokkosFunctorWrapper.h>

Inheritance diagram for Moose::Kokkos::FunctorWrapperDeviceBase:
[legend]

Public Member Functions

KOKKOS_FUNCTION FunctorWrapperDeviceBase ()
 Constructor. More...
 
virtual KOKKOS_FUNCTION ~FunctorWrapperDeviceBase ()
 Virtual destructor. More...
 

Detailed Description

Base class for device functor wrapper.

Definition at line 25 of file KokkosFunctorWrapper.h.

Constructor & Destructor Documentation

◆ FunctorWrapperDeviceBase()

KOKKOS_FUNCTION Moose::Kokkos::FunctorWrapperDeviceBase::FunctorWrapperDeviceBase ( )
inline

Constructor.

Definition at line 31 of file KokkosFunctorWrapper.h.

31 {}

◆ ~FunctorWrapperDeviceBase()

virtual KOKKOS_FUNCTION Moose::Kokkos::FunctorWrapperDeviceBase::~FunctorWrapperDeviceBase ( )
inlinevirtual

Virtual destructor.

Definition at line 35 of file KokkosFunctorWrapper.h.

35 {}

The documentation for this class was generated from the following file: