https://mooseframework.inl.gov
Public Attributes | List of all members
Moose::Kokkos::LinearFVBoundaryCondition::BoundaryRelation Struct Reference

Affine boundary relation used by Kokkos linear FV kernels: boundary_quantity = coefficient * cell_unknown + source. More...

#include <KokkosLinearFVBoundaryCondition.h>

Public Attributes

Real coefficient = 0
 
Real source = 0
 

Detailed Description

Affine boundary relation used by Kokkos linear FV kernels: boundary_quantity = coefficient * cell_unknown + source.

Definition at line 72 of file KokkosLinearFVBoundaryCondition.h.

Member Data Documentation

◆ coefficient

Real Moose::Kokkos::LinearFVBoundaryCondition::BoundaryRelation::coefficient = 0

Definition at line 74 of file KokkosLinearFVBoundaryCondition.h.

◆ source

Real Moose::Kokkos::LinearFVBoundaryCondition::BoundaryRelation::source = 0

Definition at line 75 of file KokkosLinearFVBoundaryCondition.h.


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