The Kokkos FE system class. More...
#include <KokkosFESystem.h>
Public Member Functions | |
| FESystem (SystemBase &system) | |
| Constructor for standalone use (pure FE simulations) More... | |
| FESystem (System &base, SystemBase &system) | |
| Constructor for mixed FE+FV simulations, sharing device memory with an existing System. More... | |
| void | reinit () |
| Allocate the quadrature point vectors for active variable and tags and cache quadrature point values. More... | |
| KOKKOS_FUNCTION const auto & | getCoupling (unsigned int var) const |
| Get the list of off-diagonal coupled variable numbers of a variable. More... | |
| KOKKOS_FUNCTION bool | hasNodalBCMatrixTag (dof_id_type dof, TagID tag) const |
| Check whether a local DOF index is associated with a nodal BC for an extra matrix tag. More... | |
| KOKKOS_FUNCTION unsigned int | getFETypeID (unsigned int var) const |
| Get the FE type ID of a variable. More... | |
| KOKKOS_FUNCTION dof_id_type | getNodeLocalDofIndex (ContiguousNodeID node, unsigned int i, unsigned int var) const |
| Get the local DOF index of a variable for a node. More... | |
| KOKKOS_FUNCTION dof_id_type | getNodeGlobalDofIndex (ContiguousNodeID node, unsigned int var) const |
| Get the global DOF index of a variable for a node. More... | |
| KOKKOS_FUNCTION bool | isNodalDefined (ContiguousNodeID node, unsigned int var) const |
| Get whether a variable is defined on a node. More... | |
| KOKKOS_FUNCTION ADReal | getVectorDofADValue (const dof_id_type dof, const TagID tag, const Real seed) const |
| Get the DOF value of a tagged vector for automatic differentiation (AD) More... | |
| KOKKOS_FUNCTION Real & | getVectorQpValue (const ElementInfo info, const dof_id_type qp, const unsigned int var, const TagID tag) const |
| Get the quadrature point value of a variable from a tagged vector. More... | |
| KOKKOS_FUNCTION ADReal | getVectorQpADValue (const ElementInfo info, const dof_id_type offset, const dof_id_type qp, const unsigned int var, const TagID tag, const Real seed) const |
| Get the quadrature point value of a variable from a tagged vector for automatic differentiation (AD) More... | |
| KOKKOS_FUNCTION Real3 & | getVectorQpGrad (const ElementInfo info, const dof_id_type qp, const unsigned int var, const TagID tag) const |
| Get the quadrature point gradient of a variable from a tagged vector. More... | |
| KOKKOS_FUNCTION ADReal3 | getVectorQpADGrad (const ElementInfo info, const Real33 jacobian, const dof_id_type offset, const dof_id_type qp, const unsigned int var, const TagID tag, const Real seed) const |
| Get the quadrature point gradient of a variable from a tagged vector for automatic differentiation (AD) More... | |
| KOKKOS_FUNCTION Real | getVectorQpValueFace (const ElementInfo info, const unsigned int side, const unsigned int qp, const unsigned int var, const TagID tag) const |
| Get the face quadrature point value of a variable from a tagged vector. More... | |
| KOKKOS_FUNCTION ADReal | getVectorQpADValueFace (const ElementInfo info, const unsigned int side, const unsigned int qp, const unsigned int var, const TagID tag, const Real seed) const |
| Get the face quadrature point value of a variable from a tagged vector for automatic differentiation (AD) More... | |
| KOKKOS_FUNCTION Real3 | getVectorQpGradFace (const ElementInfo info, const unsigned int side, const Real33 jacobian, const unsigned int qp, const unsigned int var, const TagID tag) const |
| Get the face quadrature point gradient of a variable from a tagged vector. More... | |
| KOKKOS_FUNCTION ADReal3 | getVectorQpADGradFace (const ElementInfo info, const unsigned int side, const Real33 jacobian, const unsigned int qp, const unsigned int var, const TagID tag, const Real seed) const |
| Get the face quadrature point gradient of a variable from a tagged vector for automatic differentiation (AD) More... | |
| KOKKOS_FUNCTION void | operator() (const ThreadID tid) const |
| Kokkos function for caching variable values on element quadrature points. More... | |
| void | sync (const MemcpyType dir) |
| Synchronize the active tagged vectors and matrices between host and device. More... | |
| void | setActiveVariables (const std::set< MooseVariableFieldBase *> &vars) |
| Set the active variables. More... | |
| void | setActiveSolutionTags (const std::set< TagID > &tags) |
| Set the active solution tags. More... | |
| void | setActiveResidualTags (const std::set< TagID > &tags) |
| Set the active residual tags. More... | |
| void | setActiveMatrixTags (const std::set< TagID > &tags) |
| Set the active matrix tags. More... | |
| void | clearActiveVariables () |
| Clear the cached active variables. More... | |
| void | clearActiveSolutionTags () |
| Clear the cached active solution tags. More... | |
| void | clearActiveResidualTags () |
| Clear the cached active residual tags. More... | |
| void | clearActiveMatrixTags () |
| Clear the cached active matrix tags. More... | |
| const libMesh::DofMap & | getDofMap () const |
| Get the libMesh DOF map. More... | |
| const Parallel::Communicator & | getComm () const |
| Get the libMesh communicator. More... | |
| const Array< Array< dof_id_type > > & | getLocalCommList () const |
| Get the list of local DOF indices to communicate. More... | |
| const Array< Array< dof_id_type > > & | getGhostCommList () const |
| Get the list of ghost DOF indices to communicate. More... | |
| const Sparsity & | getSparsity () const |
| Get the sparisty pattern data. More... | |
| KOKKOS_FUNCTION bool | isVariableActive (unsigned int var, ContiguousSubdomainID subdomain) const |
| Check whether a variable is active on a subdomain. More... | |
| KOKKOS_FUNCTION bool | isResidualTagActive (TagID tag) const |
| Check whether a residual tag is active. More... | |
| KOKKOS_FUNCTION bool | isMatrixTagActive (TagID tag) const |
| Check whether a matrix tag is active. More... | |
| KOKKOS_FUNCTION dof_id_type | getNumLocalDofs () const |
| Get the number of local DOFs. More... | |
| KOKKOS_FUNCTION dof_id_type | getNumGhostDofs () const |
| Get the number of ghost DOFs. More... | |
| KOKKOS_FUNCTION dof_id_type | getElemLocalDofIndex (ContiguousElementID elem, unsigned int i, unsigned int var) const |
| Get the local DOF index of a variable for an element. More... | |
| KOKKOS_FUNCTION dof_id_type | getElemGlobalDofIndex (ContiguousElementID elem, unsigned int i, unsigned int var) const |
| Get the global DOF index of a variable for an element. More... | |
| KOKKOS_FUNCTION dof_id_type | localToGlobalDofIndex (dof_id_type dof) const |
| Get the global DOF index of a local DOF index. More... | |
| KOKKOS_FUNCTION Vector & | getVector (TagID tag) const |
| Get a tagged Kokkos vector. More... | |
| KOKKOS_FUNCTION Matrix & | getMatrix (TagID tag) const |
| Get a tagged Kokkos matrix. More... | |
| KOKKOS_FUNCTION Real & | getVectorDofValue (const dof_id_type dof, const TagID tag) const |
| Get the DOF value of a tagged vector. More... | |
| KOKKOS_FUNCTION Real & | getMatrixValue (dof_id_type row, dof_id_type col, TagID tag) const |
| Get an entry from a tagged matrix. More... | |
| PerfGraph & | perfGraph () |
| Get the PerfGraph. More... | |
| KOKKOS_FUNCTION const Mesh & | kokkosMesh () const |
| Get the const reference of the Kokkos mesh. More... | |
| KOKKOS_FUNCTION const Assembly & | kokkosAssembly () const |
| Get the const reference of the Kokkos assembly. More... | |
| void | sync (const std::set< TagID > &tags, const MemcpyType dir) |
| Synchronize the specified tagged vectors between host and device. More... | |
| void | sync (const std::vector< TagID > &tags, const MemcpyType dir) |
| void | sync (const TagID tag, const MemcpyType dir) |
| SystemBase & | getSystem () |
| Get the MOOSE system. More... | |
| const SystemBase & | getSystem () const |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level) const |
| Call to register a named section for timing. More... | |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const |
| Call to register a named section for timing. More... | |
| std::string | timedSectionName (const std::string §ion_name) const |
Protected Attributes | |
| SystemBase & | _system |
| Reference of the MOOSE system. More... | |
| const MooseMesh & | _mesh |
| Reference of the MOOSE mesh. More... | |
| const libMesh::DofMap & | _dof_map |
| Reference of the libMesh DOF map. More... | |
| const Parallel::Communicator & | _comm |
| Reference of the libMesh communicator. More... | |
| const unsigned int | _num_vars |
| Number of variables. More... | |
| const dof_id_type | _num_local_dofs |
| Number of local DOFs. More... | |
| const dof_id_type | _num_ghost_dofs |
| Number of ghost DOFs. More... | |
| Array< Array2D< dof_id_type > > | _local_elem_dof_index |
| Local element DOF indices of each variable. More... | |
| Array< dof_id_type > | _local_to_global_dof_index |
| Map from local DOF index to global DOF index. More... | |
| Array< unsigned int > | _max_dofs_per_elem |
| Maximum number of DOFs per element for each variable. More... | |
| Array2D< bool > | _var_subdomain_active |
| Whether each variable is active on subdomains. More... | |
| Array< unsigned int > | _active_variables |
| List of active variable numbers. More... | |
| MooseApp & | _pg_moose_app |
| The MooseApp that owns the PerfGraph. More... | |
| const std::string | _prefix |
| A prefix to use for all sections. More... | |
| Array< Vector > | _vectors |
| Kokkos vectors and matrices on device. More... | |
| Array< Matrix > | _matrices |
| Array< TagID > | _active_solution_tags |
| List of active tags. More... | |
| Array< TagID > | _active_residual_tags |
| Array< TagID > | _active_matrix_tags |
| Array< bool > | _residual_tag_active |
| Flag whether each tag is active. More... | |
| Array< bool > | _matrix_tag_active |
| Array< Array< dof_id_type > > | _local_comm_list |
| List of DOFs to send and receive. More... | |
| Array< Array< dof_id_type > > | _ghost_comm_list |
Private Member Functions | |
| void | setupVariables () |
| Setup variable data. More... | |
| void | setupDofs () |
| Setup DOF data. More... | |
| void | setupCoupling () |
| Setup coupling data between variables. More... | |
| void | setupNodalBCDofs () |
| Mark the DOFs covered by nodal BCs. More... | |
| void | getNodalBCDofs (const NodalBCBase *nbc, Array< bool > &dofs) |
| Get the list of DOFs covered by a nodal BC. More... | |
Private Attributes | |
| Thread | _thread |
| Kokkos thread object. More... | |
| Array< Array< dof_id_type > > | _local_node_dof_index |
| Local nodal DOF indices of each variable. More... | |
| Array< unsigned int > | _var_fe_types |
| FE type ID of each variable. More... | |
| Array< Array< unsigned int > > | _coupling |
| Off-diagonal coupled variable numbers of each variable. More... | |
| Array< Array< bool > > | _nbc_matrix_tag_dof |
| Per-matrix-tag local-plus-ghost DOF masks for nodal BC coverage. More... | |
| Array< Array2D< Array< Real > > > | _qp_solutions |
| Cached elemental quadrature values and gradients. More... | |
| Array< Array2D< Array< Real3 > > > | _qp_solutions_grad |
The Kokkos FE system class.
Each system in MOOSE with FE variables has a corresponding Kokkos FE system.
Definition at line 27 of file KokkosFESystem.h.
| Moose::Kokkos::FESystem::FESystem | ( | SystemBase & | system | ) |
Constructor for standalone use (pure FE simulations)
| system | The associated MOOSE system |
| Moose::Kokkos::FESystem::FESystem | ( | System & | base, |
| SystemBase & | system | ||
| ) |
|
inlineinherited |
Clear the cached active matrix tags.
Definition at line 118 of file KokkosSystem.h.
|
inlineinherited |
Clear the cached active residual tags.
Definition at line 109 of file KokkosSystem.h.
|
inlineinherited |
Clear the cached active solution tags.
Definition at line 104 of file KokkosSystem.h.
|
inlineinherited |
Clear the cached active variables.
Definition at line 99 of file KokkosSystem.h.
|
inlineinherited |
Get the libMesh communicator.
Definition at line 143 of file KokkosSystem.h.
|
inline |
Get the list of off-diagonal coupled variable numbers of a variable.
| var | The variable number |
Definition at line 56 of file KokkosFESystem.h.
|
inherited |
|
inlineinherited |
Get the global DOF index of a variable for an element.
| elem | The contiguous element ID |
| i | The element-local DOF index |
| var | The variable number |
Definition at line 221 of file KokkosSystem.h.
|
inlineinherited |
Get the local DOF index of a variable for an element.
| elem | The contiguous element ID |
| i | The element-local DOF index |
| var | The variable number |
Definition at line 207 of file KokkosSystem.h.
Referenced by getVectorQpADGrad(), getVectorQpADGradFace(), getVectorQpADValue(), getVectorQpADValueFace(), getVectorQpGradFace(), and getVectorQpValueFace().
Get the FE type ID of a variable.
| var | The variable number |
Definition at line 74 of file KokkosFESystem.h.
|
inlineinherited |
Get the list of ghost DOF indices to communicate.
Definition at line 155 of file KokkosSystem.h.
|
inlineinherited |
Get the list of local DOF indices to communicate.
Definition at line 149 of file KokkosSystem.h.
Get a tagged Kokkos matrix.
| tag | The matrix tag |
Definition at line 250 of file KokkosSystem.h.
|
inlineinherited |
Get an entry from a tagged matrix.
| row | The local row index |
| col | The global column index |
| tag | The matrix tag |
Definition at line 270 of file KokkosSystem.h.
|
private |
Get the list of DOFs covered by a nodal BC.
| nbc | The Kokkos nodal BC object |
| dofs | Local-plus-ghost DOF mask; entries are set true for DOFs covered by the nodal BC |
|
inline |
Get the global DOF index of a variable for a node.
| node | The contiguous node ID |
| var | The variable number |
Definition at line 96 of file KokkosFESystem.h.
|
inline |
Get the local DOF index of a variable for a node.
| node | The contiguous node ID |
| i | The node-local DOF index |
| var | The variable number |
Definition at line 83 of file KokkosFESystem.h.
|
inlineinherited |
Get the number of ghost DOFs.
Definition at line 198 of file KokkosSystem.h.
|
inlineinherited |
Get the number of local DOFs.
Definition at line 192 of file KokkosSystem.h.
|
inlineinherited |
Get the sparisty pattern data.
Definition at line 161 of file KokkosSystem.h.
|
inlineinherited |
Get the MOOSE system.
Definition at line 129 of file KokkosSystem.h.
|
inlineinherited |
Definition at line 130 of file KokkosSystem.h.
Get a tagged Kokkos vector.
| tag | The vector tag |
Definition at line 243 of file KokkosSystem.h.
|
inline |
Get the DOF value of a tagged vector for automatic differentiation (AD)
| dof | The local DOF index |
| tag | The vector tag |
| seed | The derivative seed |
Definition at line 327 of file KokkosFESystem.h.
Referenced by getVectorQpADGrad(), getVectorQpADGradFace(), getVectorQpADValue(), and getVectorQpADValueFace().
|
inlineinherited |
Get the DOF value of a tagged vector.
| dof | The local DOF index |
| tag | The vector tag |
Definition at line 258 of file KokkosSystem.h.
Referenced by getVectorQpGradFace(), and getVectorQpValueFace().
|
inline |
Get the quadrature point gradient of a variable from a tagged vector for automatic differentiation (AD)
| info | The element information object |
| jacobian | The inverse Jacobian matrix |
| offset | The element's offset into the subdomain-local flattened quadrature point index |
| qp | The local quadrature point index |
| var | The variable number |
| tag | The vector tag |
| seed | The derivative seed |
Definition at line 363 of file KokkosFESystem.h.
|
inline |
Get the face quadrature point gradient of a variable from a tagged vector for automatic differentiation (AD)
| info | The element information object |
| side | The side index |
| jacobian | The inverse Jacobian matrix |
| qp | The local quadrature point index |
| var | The variable number |
| tag | The vector tag |
| seed | The derivative seed |
Definition at line 450 of file KokkosFESystem.h.
|
inline |
Get the quadrature point value of a variable from a tagged vector for automatic differentiation (AD)
| info | The element information object |
| offset | The element's offset into the subdomain-local flattened quadrature point index |
| qp | The local quadrature point index |
| var | The variable number |
| tag | The vector tag |
| seed | The derivative seed |
Definition at line 338 of file KokkosFESystem.h.
|
inline |
Get the face quadrature point value of a variable from a tagged vector for automatic differentiation (AD)
| info | The element information object |
| side | The side index |
| qp | The local quadrature point index |
| var | The variable number |
| tag | The vector tag |
| seed | The derivative seed |
Definition at line 409 of file KokkosFESystem.h.
|
inline |
Get the quadrature point gradient of a variable from a tagged vector.
| info | The element information object |
| qp | The subdomain-local flattened quadrature point index |
| var | The variable number |
| tag | The vector tag |
Definition at line 162 of file KokkosFESystem.h.
Referenced by getVectorQpADGrad().
|
inline |
Get the face quadrature point gradient of a variable from a tagged vector.
| info | The element information object |
| side | The side index |
| jacobian | The inverse Jacobian matrix |
| qp | The local quadrature point index |
| var | The variable number |
| tag | The vector tag |
Definition at line 429 of file KokkosFESystem.h.
|
inline |
Get the quadrature point value of a variable from a tagged vector.
| info | The element information object |
| qp | The subdomain-local flattened quadrature point index |
| var | The variable number |
| tag | The vector tag |
Definition at line 130 of file KokkosFESystem.h.
Referenced by getVectorQpADValue().
|
inline |
Get the face quadrature point value of a variable from a tagged vector.
| info | The element information object |
| side | The side index |
| qp | The local quadrature point index |
| var | The variable number |
| tag | The vector tag |
Definition at line 390 of file KokkosFESystem.h.
|
inline |
Check whether a local DOF index is associated with a nodal BC for an extra matrix tag.
| dof | The local DOF index |
| tag | The extra matrix tag |
Definition at line 64 of file KokkosFESystem.h.
|
inlineinherited |
Check whether a matrix tag is active.
| tag | The matrix tag |
Definition at line 186 of file KokkosSystem.h.
|
inline |
Get whether a variable is defined on a node.
| node | The contiguous node ID |
| var | The variable number |
Definition at line 107 of file KokkosFESystem.h.
|
inlineinherited |
Check whether a residual tag is active.
| tag | The residual tag |
Definition at line 179 of file KokkosSystem.h.
|
inlineinherited |
Check whether a variable is active on a subdomain.
| var | The variable number |
| subdomain | The contiguous subdomain ID |
Definition at line 169 of file KokkosSystem.h.
|
inlineinherited |
Get the const reference of the Kokkos assembly.
Definition at line 569 of file KokkosAssembly.h.
Referenced by getVectorQpADGrad(), getVectorQpADGradFace(), getVectorQpADValue(), getVectorQpADValueFace(), getVectorQpGradFace(), getVectorQpValueFace(), Moose::Kokkos::ElementReducer::operator()(), Moose::Kokkos::SideReducer::operator()(), Moose::Kokkos::NodalReducer::operator()(), Moose::Kokkos::NodalUserObject::operator()(), Moose::Kokkos::SideUserObject::operator()(), Moose::Kokkos::ElementUserObject::operator()(), Moose::Kokkos::ADNodalBC::operator()(), Moose::Kokkos::ADKernel::operator()(), Moose::Kokkos::ADIntegratedBC::operator()(), Moose::Kokkos::AuxKernel::operator()(), Moose::Kokkos::Material::operator()(), Moose::Kokkos::NodalBC::operator()(), Moose::Kokkos::NodalKernel::operator()(), Moose::Kokkos::IntegratedBC::operator()(), and Moose::Kokkos::Kernel::operator()().
|
inlineinherited |
Get the const reference of the Kokkos mesh.
Definition at line 651 of file KokkosMesh.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap(), Moose::Kokkos::LinearFVElementalKernel::operator()(), Moose::Kokkos::LinearFVFluxKernel::operator()(), Moose::Kokkos::Kernel::operator()(), Moose::Kokkos::IntegratedBC::operator()(), Moose::Kokkos::LinearFVBoundaryCondition::operator()(), Moose::Kokkos::Datum::q_point(), and KokkosBoundNodalKernel::skipOnBoundary().
|
inlineinherited |
Get the global DOF index of a local DOF index.
| dof | The local DOF index |
Definition at line 233 of file KokkosSystem.h.
Kokkos function for caching variable values on element quadrature points.
|
inherited |
Get the PerfGraph.
Definition at line 86 of file PerfGraphInterface.C.
Referenced by CommonOutputAction::act(), PerfGraphData::finalize(), PerfGraphReporter::finalize(), and PerfGraphOutput::output().
|
protectedinherited |
Call to register a named section for timing.
| section_name | The name of the code section to be timed |
| level | The importance of the timer - lower is more important (0 will always come out) |
Definition at line 61 of file PerfGraphInterface.C.
|
protectedinherited |
Call to register a named section for timing.
| section_name | The name of the code section to be timed |
| level | The importance of the timer - lower is more important (0 will always come out) |
| live_message | The message to be printed to the screen during execution |
| print_dots | Whether or not progress dots should be printed for this section |
Definition at line 72 of file PerfGraphInterface.C.
| void Moose::Kokkos::FESystem::reinit | ( | ) |
Allocate the quadrature point vectors for active variable and tags and cache quadrature point values.
Set the active matrix tags.
| vars | The active matrix tags |
Set the active residual tags.
| tags | The active residual tags |
Set the active solution tags.
| tags | The active solution tags |
|
inherited |
Set the active variables.
| vars | The active MOOSE variables |
|
private |
Setup coupling data between variables.
|
private |
Setup DOF data.
|
private |
Mark the DOFs covered by nodal BCs.
|
private |
Setup variable data.
|
inherited |
Synchronize the active tagged vectors and matrices between host and device.
| dir | Copy direction |
|
inherited |
Synchronize the specified tagged vectors between host and device.
| tags | The vector tags |
| dir | Copy direction |
|
inherited |
|
inherited |
|
protectedinherited |
section_name.Optionally adds a prefix if one is defined.
Definition at line 55 of file PerfGraphInterface.C.
Referenced by PerfGraphInterface::registerTimedSection().
|
staticinherited |
Definition at line 16 of file PerfGraphInterface.C.
Referenced by Convergence::validParams().
Definition at line 352 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::clearActiveMatrixTags().
Definition at line 351 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::clearActiveResidualTags().
List of active tags.
Definition at line 350 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::clearActiveSolutionTags().
List of active variable numbers.
Definition at line 344 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::clearActiveVariables().
|
protectedinherited |
Reference of the libMesh communicator.
Definition at line 296 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getComm().
Off-diagonal coupled variable numbers of each variable.
Definition at line 316 of file KokkosFESystem.h.
Referenced by getCoupling().
|
protectedinherited |
Reference of the libMesh DOF map.
Definition at line 291 of file KokkosSystem.h.
|
protectedinherited |
Definition at line 368 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getGhostCommList().
|
protectedinherited |
List of DOFs to send and receive.
Definition at line 367 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getLocalCommList().
|
protectedinherited |
Local element DOF indices of each variable.
Definition at line 324 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getElemGlobalDofIndex(), and Moose::Kokkos::System::getElemLocalDofIndex().
|
private |
Local nodal DOF indices of each variable.
Definition at line 306 of file KokkosFESystem.h.
Referenced by getNodeGlobalDofIndex(), getNodeLocalDofIndex(), and isNodalDefined().
|
protectedinherited |
Map from local DOF index to global DOF index.
Definition at line 329 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getElemGlobalDofIndex(), getNodeGlobalDofIndex(), getVectorDofADValue(), and Moose::Kokkos::System::localToGlobalDofIndex().
Definition at line 318 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getMatrix(), and Moose::Kokkos::System::getMatrixValue().
|
protectedinherited |
Definition at line 360 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::clearActiveMatrixTags(), and Moose::Kokkos::System::isMatrixTagActive().
Maximum number of DOFs per element for each variable.
Definition at line 334 of file KokkosSystem.h.
|
protectedinherited |
Reference of the MOOSE mesh.
Definition at line 286 of file KokkosSystem.h.
Per-matrix-tag local-plus-ghost DOF masks for nodal BC coverage.
Definition at line 321 of file KokkosFESystem.h.
Referenced by hasNodalBCMatrixTag().
|
protectedinherited |
Number of ghost DOFs.
Definition at line 311 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getNumGhostDofs().
|
protectedinherited |
Number of local DOFs.
Definition at line 306 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getNumLocalDofs().
|
protectedinherited |
Number of variables.
Definition at line 301 of file KokkosSystem.h.
|
protectedinherited |
The MooseApp that owns the PerfGraph.
Definition at line 135 of file PerfGraphInterface.h.
Referenced by PerfGraphInterface::perfGraph().
|
protectedinherited |
A prefix to use for all sections.
Definition at line 138 of file PerfGraphInterface.h.
Referenced by PerfGraphInterface::timedSectionName().
Cached elemental quadrature values and gradients.
Definition at line 299 of file KokkosFESystem.h.
Referenced by getVectorQpValue().
Definition at line 300 of file KokkosFESystem.h.
Referenced by getVectorQpGrad().
|
protectedinherited |
Flag whether each tag is active.
Definition at line 359 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::clearActiveResidualTags(), and Moose::Kokkos::System::isResidualTagActive().
|
protectedinherited |
Reference of the MOOSE system.
Definition at line 281 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getSystem().
|
private |
Kokkos thread object.
Definition at line 293 of file KokkosFESystem.h.
FE type ID of each variable.
Definition at line 311 of file KokkosFESystem.h.
Referenced by getFETypeID(), getVectorQpADGrad(), getVectorQpADGradFace(), getVectorQpADValue(), getVectorQpADValueFace(), getVectorQpGradFace(), and getVectorQpValueFace().
|
protectedinherited |
Whether each variable is active on subdomains.
Definition at line 339 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::isVariableActive().
Kokkos vectors and matrices on device.
Definition at line 317 of file KokkosSystem.h.
Referenced by Moose::Kokkos::System::getVector(), getVectorDofADValue(), and Moose::Kokkos::System::getVectorDofValue().
1.8.14