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

Interface class for controlling local DOF parallelization of kernels and integrated BCs. More...

#include <KokkosLocalParallelInterface.h>

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

Public Member Functions

 LocalParallelInterface (const MooseObject *moose_object)
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Attributes

const unsigned int _num_local_residual_threads
 Number of threads for local DOF parallelization. More...
 
const unsigned int _num_local_jacobian_threads
 

Detailed Description

Interface class for controlling local DOF parallelization of kernels and integrated BCs.

Definition at line 20 of file KokkosLocalParallelInterface.h.

Constructor & Destructor Documentation

◆ LocalParallelInterface()

Moose::Kokkos::LocalParallelInterface::LocalParallelInterface ( const MooseObject moose_object)

Member Function Documentation

◆ validParams()

static InputParameters Moose::Kokkos::LocalParallelInterface::validParams ( )
static

Member Data Documentation

◆ _num_local_jacobian_threads

const unsigned int Moose::Kokkos::LocalParallelInterface::_num_local_jacobian_threads
protected

Definition at line 32 of file KokkosLocalParallelInterface.h.

◆ _num_local_residual_threads

const unsigned int Moose::Kokkos::LocalParallelInterface::_num_local_residual_threads
protected

Number of threads for local DOF parallelization.

Definition at line 31 of file KokkosLocalParallelInterface.h.


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