Cardinal
|
#include <CellIDAux.h>
Public Member Functions | |
CellIDAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
bool | mappedElement () |
Protected Attributes | |
OpenMCCellAverageProblem * | _openmc_problem |
Auxkernel to display the mapping of OpenMC cell IDs to elements.
CellIDAux::CellIDAux | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
Implements OpenMCAuxKernel.
|
protectedinherited |
Determine whether the MOOSE element maps to an OpenMC cell to make sure we don't call accessor methods that rely on valid values for the cell instance and index
|
static |
|
protectedinherited |