_active_matrix_tags | Moose::Kokkos::System | private |
_active_residual_tags | Moose::Kokkos::System | private |
_active_variable_tags | Moose::Kokkos::System | private |
_active_variables | Moose::Kokkos::System | private |
_comm | Moose::Kokkos::System | private |
_coupling | Moose::Kokkos::System | private |
_dof_map | Moose::Kokkos::System | private |
_ghost_comm_list | Moose::Kokkos::System | private |
_local_comm_list | Moose::Kokkos::System | private |
_local_elem_dof_index | Moose::Kokkos::System | private |
_local_node_dof_index | Moose::Kokkos::System | private |
_local_to_global_dof_index | Moose::Kokkos::System | private |
_matrices | Moose::Kokkos::System | private |
_matrix_tag_active | Moose::Kokkos::System | private |
_max_dofs_per_elem | Moose::Kokkos::System | private |
_mesh | Moose::Kokkos::System | private |
_nbc_dof | Moose::Kokkos::System | private |
_nbc_matrix_tag_dof | Moose::Kokkos::System | private |
_nbc_residual_tag_dof | Moose::Kokkos::System | private |
_num_ghost_dofs | Moose::Kokkos::System | private |
_num_local_dofs | Moose::Kokkos::System | private |
_num_vars | Moose::Kokkos::System | private |
_qp_solutions | Moose::Kokkos::System | private |
_qp_solutions_grad | Moose::Kokkos::System | private |
_residual_tag_active | Moose::Kokkos::System | private |
_sparsity | Moose::Kokkos::System | private |
_system | Moose::Kokkos::System | private |
_thread | Moose::Kokkos::System | private |
_var_fe_types | Moose::Kokkos::System | private |
_var_subdomain_active | Moose::Kokkos::System | private |
_vectors | Moose::Kokkos::System | private |
AssemblyHolder(const Assembly &assembly) | Moose::Kokkos::AssemblyHolder | inline |
AssemblyHolder(const AssemblyHolder &holder) | Moose::Kokkos::AssemblyHolder | inline |
checkNodalBCs() | Moose::Kokkos::System | private |
clearActiveMatrixTags() | Moose::Kokkos::System | inline |
clearActiveResidualTags() | Moose::Kokkos::System | inline |
clearActiveVariables() | Moose::Kokkos::System | inline |
clearActiveVariableTags() | Moose::Kokkos::System | inline |
getComm() const | Moose::Kokkos::System | inline |
getCoupling(unsigned int var) const | Moose::Kokkos::System | inline |
getDofMap() const | Moose::Kokkos::System | inline |
getElemGlobalDofIndex(ContiguousElementID elem, unsigned int i, unsigned int var) const | Moose::Kokkos::System | inline |
getElemLocalDofIndex(ContiguousElementID elem, unsigned int i, unsigned int var) const | Moose::Kokkos::System | inline |
getFETypeID(unsigned int var) const | Moose::Kokkos::System | inline |
getGhostCommList() const | Moose::Kokkos::System | inline |
getLocalCommList() const | Moose::Kokkos::System | inline |
getMatrix(TagID tag) const | Moose::Kokkos::System | inline |
getMatrixValue(dof_id_type row, dof_id_type col, TagID tag) const | Moose::Kokkos::System | inline |
getMaxDofsPerElem(unsigned int var) const | Moose::Kokkos::System | inline |
getNodalBCDofs(const NodalBCBase *nbc, Array< bool > &dofs) | Moose::Kokkos::System | private |
getNodeGlobalDofIndex(ContiguousNodeID node, unsigned int var) const | Moose::Kokkos::System | inline |
getNodeLocalDofIndex(ContiguousNodeID node, unsigned int var) const | Moose::Kokkos::System | inline |
getNumGhostDofs() const | Moose::Kokkos::System | inline |
getNumLocalDofs() const | Moose::Kokkos::System | inline |
getSparsity() const | Moose::Kokkos::System | inline |
getSystem() const | Moose::Kokkos::System | inline |
getVector(TagID tag) const | Moose::Kokkos::System | inline |
getVectorDofValue(dof_id_type dof, TagID tag) const | Moose::Kokkos::System | inline |
getVectorQpGrad(ElementInfo info, dof_id_type qp, unsigned int var, TagID tag) const | Moose::Kokkos::System | inline |
getVectorQpGradFace(const ElementInfo info, const unsigned int side, const Real33 jacobian, const unsigned int qp, const unsigned int var, const TagID tag) const | Moose::Kokkos::System | inline |
getVectorQpValue(ElementInfo info, dof_id_type qp, unsigned int var, TagID tag) const | Moose::Kokkos::System | inline |
getVectorQpValueFace(const ElementInfo info, const unsigned int side, const unsigned int qp, const unsigned int var, const TagID tag) const | Moose::Kokkos::System | inline |
hasNodalBC(dof_id_type dof) const | Moose::Kokkos::System | inline |
hasNodalBCMatrixTag(dof_id_type dof, TagID tag) const | Moose::Kokkos::System | inline |
hasNodalBCResidualTag(dof_id_type dof, TagID tag) const | Moose::Kokkos::System | inline |
isMatrixTagActive(TagID tag) const | Moose::Kokkos::System | inline |
isNodalDefined(ContiguousNodeID node, unsigned int var) const | Moose::Kokkos::System | inline |
isResidualTagActive(TagID tag) const | Moose::Kokkos::System | inline |
isVariableActive(unsigned int var, ContiguousSubdomainID subdomain) const | Moose::Kokkos::System | inline |
kokkosAssembly() const | Moose::Kokkos::AssemblyHolder | inline |
kokkosMesh() const | Moose::Kokkos::MeshHolder | inline |
localToGlobalDofIndex(dof_id_type dof) const | Moose::Kokkos::System | inline |
MeshHolder(const Mesh &mesh) | Moose::Kokkos::MeshHolder | inline |
MeshHolder(const MeshHolder &holder) | Moose::Kokkos::MeshHolder | inline |
operator()(const ThreadID tid) const | Moose::Kokkos::System | |
reinit() | Moose::Kokkos::System | |
setActiveMatrixTags(const std::set< TagID > &tags) | Moose::Kokkos::System | |
setActiveResidualTags(const std::set< TagID > &tags) | Moose::Kokkos::System | |
setActiveVariables(const std::set< MooseVariableFieldBase *> &vars) | Moose::Kokkos::System | |
setActiveVariableTags(const std::set< TagID > &tags) | Moose::Kokkos::System | |
setupDofs() | Moose::Kokkos::System | private |
setupSparsity() | Moose::Kokkos::System | private |
setupVariables() | Moose::Kokkos::System | private |
sync(const MemcpyKind dir) | Moose::Kokkos::System | |
sync(const std::set< TagID > &tags, const MemcpyKind dir) | Moose::Kokkos::System | |
System(SystemBase &system) | Moose::Kokkos::System | |