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 23 of file KokkosFunctorWrapper.h.

Constructor & Destructor Documentation

◆ FunctorWrapperDeviceBase()

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

Constructor.

Definition at line 29 of file KokkosFunctorWrapper.h.

29 {}

◆ ~FunctorWrapperDeviceBase()

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

Virtual destructor.

Definition at line 33 of file KokkosFunctorWrapper.h.

33 {}

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