| _action_factory | LinearFVElementalKernel | protected |
| _app | LinearFVElementalKernel | protected |
| _blk_material_data | LinearFVElementalKernel | protected |
| _C1_eps | LinearFVTKEDSourceSink | protected |
| _C2_eps | LinearFVTKEDSourceSink | protected |
| _C_mu | LinearFVTKEDSourceSink | protected |
| _C_pl | LinearFVTKEDSourceSink | protected |
| _communicator | libMesh::ParallelObject | protected |
| _console | LinearFVElementalKernel | |
| _current_elem_info | LinearFVElementalKernel | protected |
| _current_elem_volume | LinearFVElementalKernel | protected |
| _current_execute_flag | LinearFVElementalKernel | protected |
| _dim | LinearFVTKEDSourceSink | protected |
| _dist | LinearFVTKEDSourceSink | protected |
| _dof_id | LinearFVElementalKernel | protected |
| _dt | LinearFVElementalKernel | protected |
| _dt_old | LinearFVElementalKernel | protected |
| _enabled | LinearFVElementalKernel | protected |
| _execute_enum | LinearFVElementalKernel | protected |
| _face_infos | LinearFVTKEDSourceSink | protected |
| _factory | LinearFVElementalKernel | protected |
| _fe_problem | LinearFVElementalKernel | protected |
| _field_variable | LinearFVElementalKernel | protected |
| _fv_variable | LinearFVElementalKernel | protected |
| _is_implicit | LinearFVElementalKernel | protected |
| _is_transient | LinearFVElementalKernel | protected |
| _k | LinearFVTKEDSourceSink | protected |
| _linear_fv_variable | LinearFVElementalKernel | protected |
| _linear_system | LinearFVElementalKernel | protected |
| _linearized_model | LinearFVTKEDSourceSink | protected |
| _local_ke | LinearFVElementalKernel | protected |
| _local_re | LinearFVElementalKernel | protected |
| _matrices | LinearFVElementalKernel | protected |
| _mci_feproblem | LinearFVElementalKernel | protected |
| _mesh | LinearFVElementalKernel | protected |
| _mu | LinearFVTKEDSourceSink | protected |
| _mu_t | LinearFVTKEDSourceSink | protected |
| _mvi_assembly | LinearFVElementalKernel | protected |
| _name | LinearFVElementalKernel | protected |
| _nodal | LinearFVElementalKernel | protected |
| _nonlocal_ke | LinearFVElementalKernel | protected |
| _pars | LinearFVElementalKernel | protected |
| _restartable_app | LinearFVElementalKernel | protected |
| _restartable_read_only | LinearFVElementalKernel | protected |
| _restartable_system_name | LinearFVElementalKernel | protected |
| _restartable_tid | LinearFVElementalKernel | protected |
| _rho | LinearFVTKEDSourceSink | protected |
| _subproblem | LinearFVElementalKernel | protected |
| _sys | LinearFVElementalKernel | protected |
| _sys_num | LinearFVElementalKernel | protected |
| _t | LinearFVElementalKernel | protected |
| _t_old | LinearFVElementalKernel | protected |
| _t_step | LinearFVElementalKernel | protected |
| _ti_feproblem | LinearFVElementalKernel | protected |
| _ti_params | LinearFVElementalKernel | protected |
| _tid | LinearFVElementalKernel | protected |
| _type | LinearFVElementalKernel | protected |
| _u_var | LinearFVTKEDSourceSink | protected |
| _v_var | LinearFVTKEDSourceSink | protected |
| _var | LinearFVElementalKernel | protected |
| _var_num | LinearFVElementalKernel | protected |
| _variable | LinearFVElementalKernel | protected |
| _vectors | LinearFVElementalKernel | protected |
| _w_var | LinearFVTKEDSourceSink | protected |
| _wall_boundary_names | LinearFVTKEDSourceSink | protected |
| _wall_bounded | LinearFVTKEDSourceSink | protected |
| _wall_treatment | LinearFVTKEDSourceSink | protected |
| accumulateTaggedLocalMatrix() | LinearFVElementalKernel | protected |
| accumulateTaggedLocalMatrix(Assembly &assembly, unsigned int ivar, unsigned int jvar, const DenseMatrix< Number > &k) | LinearFVElementalKernel | protected |
| accumulateTaggedLocalMatrix(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type, const DenseMatrix< Number > &k) | LinearFVElementalKernel | protected |
| accumulateTaggedLocalResidual() | LinearFVElementalKernel | protected |
| accumulateTaggedNonlocalMatrix() | LinearFVElementalKernel | protected |
| addJacobian(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addJacobian(Assembly &assembly, const ADResidualsPacket &packet) | LinearFVElementalKernel | protected |
| addJacobian(Assembly &assembly, DenseMatrix< Real > &local_k, const std::vector< dof_id_type > &row_indices, const std::vector< dof_id_type > &column_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addJacobianElement(Assembly &assembly, Real value, dof_id_type row_index, dof_id_type column_index, Real scaling_factor) | LinearFVElementalKernel | protected |
| addJacobianWithoutConstraints(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addMatrixContribution() override | LinearFVElementalKernel | virtual |
| addMooseVariableDependency(MooseVariableFieldBase *var) | LinearFVElementalKernel | |
| addMooseVariableDependency(const std::vector< MooseVariableFieldBase * > &vars) | LinearFVElementalKernel | |
| addPostprocessorDependencyHelper(const PostprocessorName &) const | LinearFVElementalKernel | protectedvirtual |
| addResiduals(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addResiduals(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, const std::vector< Real > &scaling_factors) | LinearFVElementalKernel | protected |
| addResiduals(Assembly &assembly, const DenseVector< T > &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addResiduals(Assembly &assembly, const ADResidualsPacket &packet) | LinearFVElementalKernel | protected |
| addResidualsAndJacobian(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addResidualsAndJacobian(Assembly &assembly, const ADResidualsPacket &packet) | LinearFVElementalKernel | protected |
| addResidualsAndJacobianWithoutConstraints(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addResidualsWithoutConstraints(Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor) | LinearFVElementalKernel | protected |
| addRightHandSideContribution() override | LinearFVElementalKernel | virtual |
| addUserObjectDependencyHelper(const UserObject &) const | LinearFVElementalKernel | protectedvirtual |
| addVectorPostprocessorDependencyHelper(const VectorPostprocessorName &) const | LinearFVElementalKernel | protectedvirtual |
| app_param | LinearFVElementalKernel | static |
| assignTaggedLocalMatrix() | LinearFVElementalKernel | protected |
| assignTaggedLocalResidual() | LinearFVElementalKernel | protected |
| blockIDs() const | LinearFVElementalKernel | virtual |
| BlockRestrictable(const MooseObject *moose_object, bool initialize=true) | BlockRestrictable | |
| BlockRestrictable(const MooseObject *moose_object, const std::set< BoundaryID > &boundary_ids) | BlockRestrictable | |
| BlockRestrictable(const BlockRestrictable &object, const Moose::Kokkos::FunctorCopy &key) | BlockRestrictable | |
| blockRestricted() const | LinearFVElementalKernel | virtual |
| blocks() const | LinearFVElementalKernel | |
| blocksMaxDimension() const | LinearFVElementalKernel | |
| callMooseError(std::string msg, const bool with_prefix, const hit::Node *node=nullptr) const | LinearFVElementalKernel | |
| callMooseError(MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node) | LinearFVElementalKernel | static |
| checkAllVariables(const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_omit={}) | LinearFVElementalKernel | |
| checkFunctorSupportsSideIntegration(const std::string &name, bool qp_integration) | LinearFVElementalKernel | protected |
| checkVariable(const MooseVariableFieldBase &variable) const | LinearFVElementalKernel | virtual |
| checkVariables(const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_check) | LinearFVElementalKernel | |
| comm() const | libMesh::ParallelObject | |
| computeMatrixContribution() override | LinearFVTKEDSourceSink | virtual |
| computeRightHandSideContribution() override | LinearFVTKEDSourceSink | virtual |
| connectControllableParams(const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const | LinearFVElementalKernel | |
| ConsoleStreamInterface(MooseApp &app) | ConsoleStreamInterface | |
| coupledPostprocessors(const std::string ¶m_name) const | LinearFVElementalKernel | |
| customSetup(const ExecFlagType &) | LinearFVElementalKernel | virtual |
| DataFileInterface(const ParallelParamObject &parent) | DataFileInterface | |
| DataFileParameterType typedef | LinearFVElementalKernel | |
| declareManagedRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args) | LinearFVElementalKernel | protected |
| declareRecoverableData(const std::string &data_name, Args &&... args) | LinearFVElementalKernel | protected |
| declareRestartableData(const std::string &data_name, Args &&... args) | LinearFVElementalKernel | protected |
| declareRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args) | LinearFVElementalKernel | protected |
| declareRestartableDataWithObjectName(const std::string &data_name, const std::string &object_name, Args &&... args) | LinearFVElementalKernel | protected |
| declareRestartableDataWithObjectNameWithContext(const std::string &data_name, const std::string &object_name, void *context, Args &&... args) | LinearFVElementalKernel | protected |
| deduceFunctorName(const std::string &name, const InputParameters ¶ms) | LinearFVElementalKernel | static |
| deduceFunctorName(const std::string &name) const | LinearFVElementalKernel | protected |
| determineState() const | LinearFVElementalKernel | |
| dot() | LinearFVElementalKernel | protectedvirtual |
| dotDot() | LinearFVElementalKernel | protectedvirtual |
| dotDotDu() | LinearFVElementalKernel | protectedvirtual |
| dotDotOld() | LinearFVElementalKernel | protectedvirtual |
| dotDu() | LinearFVElementalKernel | protectedvirtual |
| dotOld() | LinearFVElementalKernel | protectedvirtual |
| enabled() const | LinearFVElementalKernel | virtual |
| errorPrefix(const std::string &) const | LinearFVElementalKernel | |
| flagInvalidSolutionInternal(const InvalidSolutionID invalid_solution_id) const | LinearFVElementalKernel | protected |
| FunctionInterface(const MooseObject *moose_object) | FunctionInterface | |
| FunctionInterface(const FunctionInterface &object, const Moose::Kokkos::FunctorCopy &key) | FunctionInterface | |
| FunctorInterface(const MooseObject *moose_object) | FunctorInterface | |
| FunctorInterface(const FunctorInterface &object, const Moose::Kokkos::FunctorCopy &key) | FunctorInterface | |
| FVRelationshipManagerInterface() | FVRelationshipManagerInterface | |
| getBase() const | LinearFVElementalKernel | |
| getBlockCoordSystem() | LinearFVElementalKernel | protected |
| getCheckedPointerParam(const std::string &name, const std::string &error_string="") const | LinearFVElementalKernel | |
| getDataFileName(const std::string ¶m) const | LinearFVElementalKernel | |
| getDataFileNameByName(const std::string &relative_path) const | LinearFVElementalKernel | |
| getDataFilePath(const std::string &relative_path) const | LinearFVElementalKernel | |
| getExecuteOnEnum() const | LinearFVElementalKernel | |
| getFunction(const std::string &name) const | LinearFVElementalKernel | |
| getFunctionByName(const FunctionName &name) const | LinearFVElementalKernel | |
| getFunctor(const std::string &name) | LinearFVElementalKernel | protected |
| getFunctor(const std::string &name, THREAD_ID tid) | LinearFVElementalKernel | protected |
| getFunctor(const std::string &name, SubProblem &subproblem) | LinearFVElementalKernel | protected |
| getFunctor(const std::string &name, SubProblem &subproblem, THREAD_ID tid) | LinearFVElementalKernel | protected |
| getHitNode() const | LinearFVElementalKernel | |
| getMasterSeed() const | LinearFVElementalKernel | |
| getMatrixTags(MatrixTagsKey) const | LinearFVElementalKernel | |
| getMooseApp() const | LinearFVElementalKernel | |
| getMooseVariableDependencies() const | LinearFVElementalKernel | |
| getParam(const std::string &name) const | LinearFVElementalKernel | |
| getParam(const std::string ¶m1, const std::string ¶m2) const | LinearFVElementalKernel | |
| getPostprocessorName(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValueByName(const PostprocessorName &name) const | LinearFVElementalKernel | virtual |
| getPostprocessorValueByName(const PostprocessorName &name) const | LinearFVElementalKernel | virtual |
| getPostprocessorValueOld(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValueOld(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValueOldByName(const PostprocessorName &name) const | LinearFVElementalKernel | |
| getPostprocessorValueOldByName(const PostprocessorName &name) const | LinearFVElementalKernel | |
| getPostprocessorValueOlder(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValueOlder(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| getPostprocessorValueOlderByName(const PostprocessorName &name) const | LinearFVElementalKernel | |
| getPostprocessorValueOlderByName(const PostprocessorName &name) const | LinearFVElementalKernel | |
| getRandomLong() const | LinearFVElementalKernel | |
| getRandomReal() const | LinearFVElementalKernel | |
| getRenamedParam(const std::string &old_name, const std::string &new_name) const | LinearFVElementalKernel | |
| getResetOnTime() const | LinearFVElementalKernel | |
| getRestartableData(const std::string &data_name) const | LinearFVElementalKernel | protected |
| getScatterVectorPostprocessorValue(const std::string ¶m_name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getScatterVectorPostprocessorValueByName(const VectorPostprocessorName &name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getScatterVectorPostprocessorValueOld(const std::string ¶m_name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getScatterVectorPostprocessorValueOldByName(const VectorPostprocessorName &name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getSeed(std::size_t id) | LinearFVElementalKernel | |
| getSharedPtr() | LinearFVElementalKernel | |
| getSharedPtr() const | LinearFVElementalKernel | |
| getUserObject(const std::string ¶m_name, bool is_dependency=true) const | LinearFVElementalKernel | |
| getUserObjectBase(const std::string ¶m_name, bool is_dependency=true) const | LinearFVElementalKernel | |
| getUserObjectBaseByName(const UserObjectName &object_name, bool is_dependency=true) const | LinearFVElementalKernel | |
| getUserObjectByName(const UserObjectName &object_name, bool is_dependency=true) const | LinearFVElementalKernel | |
| getUserObjectName(const std::string ¶m_name) const | LinearFVElementalKernel | |
| getVectorPostprocessorName(const std::string ¶m_name) const | LinearFVElementalKernel | |
| getVectorPostprocessorValue(const std::string ¶m_name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getVectorPostprocessorValue(const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const | LinearFVElementalKernel | |
| getVectorPostprocessorValueByName(const VectorPostprocessorName &name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getVectorPostprocessorValueByName(const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const | LinearFVElementalKernel | |
| getVectorPostprocessorValueOld(const std::string ¶m_name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getVectorPostprocessorValueOld(const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const | LinearFVElementalKernel | |
| getVectorPostprocessorValueOldByName(const VectorPostprocessorName &name, const std::string &vector_name) const | LinearFVElementalKernel | |
| getVectorPostprocessorValueOldByName(const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const | LinearFVElementalKernel | |
| getVectorTags(VectorTagsKey) const | LinearFVElementalKernel | |
| gradient() | LinearFVElementalKernel | protectedvirtual |
| gradientOld() | LinearFVElementalKernel | protectedvirtual |
| gradientOlder() | LinearFVElementalKernel | protectedvirtual |
| hasBase() const | LinearFVElementalKernel | |
| hasBlockMaterialProperty(const std::string &prop_name) | LinearFVElementalKernel | |
| hasBlockMaterialPropertyHelper(const std::string &prop_name) | LinearFVElementalKernel | protectedvirtual |
| hasBlocks(const SubdomainName &name) const | LinearFVElementalKernel | |
| hasBlocks(const std::vector< SubdomainName > &names) const | LinearFVElementalKernel | |
| hasBlocks(const std::set< SubdomainName > &names) const | LinearFVElementalKernel | |
| hasBlocks(SubdomainID id) const | LinearFVElementalKernel | |
| hasBlocks(const std::vector< SubdomainID > &ids) const | LinearFVElementalKernel | |
| hasBlocks(const std::set< SubdomainID > &ids) const | LinearFVElementalKernel | |
| hasFunction(const std::string ¶m_name) const | LinearFVElementalKernel | |
| hasFunctionByName(const FunctionName &name) const | LinearFVElementalKernel | |
| hasPostprocessor(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| hasPostprocessorByName(const PostprocessorName &name) const | LinearFVElementalKernel | |
| hasUserObject(const std::string ¶m_name) const | LinearFVElementalKernel | |
| hasUserObject(const std::string ¶m_name) const | LinearFVElementalKernel | |
| hasUserObject(const std::string ¶m_name) const | LinearFVElementalKernel | |
| hasUserObject(const std::string ¶m_name) const | LinearFVElementalKernel | |
| hasUserObjectByName(const UserObjectName &object_name) const | LinearFVElementalKernel | |
| hasUserObjectByName(const UserObjectName &object_name) const | LinearFVElementalKernel | |
| hasUserObjectByName(const UserObjectName &object_name) const | LinearFVElementalKernel | |
| hasUserObjectByName(const UserObjectName &object_name) const | LinearFVElementalKernel | |
| hasVectorPostprocessor(const std::string ¶m_name, const std::string &vector_name) const | LinearFVElementalKernel | |
| hasVectorPostprocessor(const std::string ¶m_name) const | LinearFVElementalKernel | |
| hasVectorPostprocessorByName(const VectorPostprocessorName &name, const std::string &vector_name) const | LinearFVElementalKernel | |
| hasVectorPostprocessorByName(const VectorPostprocessorName &name) const | LinearFVElementalKernel | |
| hasVectorTags() const | LinearFVElementalKernel | |
| initializeBlockRestrictable(const MooseObject *moose_object) | LinearFVElementalKernel | protected |
| initializeKokkosBlockRestrictable(const Moose::Kokkos::Mesh *mesh) | LinearFVElementalKernel | protected |
| initialSetup() override | LinearFVTKEDSourceSink | virtual |
| isBlockSubset(const std::set< SubdomainID > &ids) const | LinearFVElementalKernel | |
| isBlockSubset(const std::vector< SubdomainID > &ids) const | LinearFVElementalKernel | |
| isDefaultPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | LinearFVElementalKernel | |
| isFunctor(const std::string &name) const | LinearFVElementalKernel | protected |
| isFunctor(const std::string &name, const SubProblem &subproblem) const | LinearFVElementalKernel | protected |
| isImplicit() | LinearFVElementalKernel | |
| isKokkosObject(IsKokkosObjectKey &&) const | LinearFVElementalKernel | |
| isMatrixTagged() | LinearFVElementalKernel | |
| isNodal() const | LinearFVElementalKernel | |
| isParamSetByUser(const std::string &name) const | LinearFVElementalKernel | |
| isParamValid(const std::string &name) const | LinearFVElementalKernel | |
| isVectorPostprocessorDistributed(const std::string ¶m_name) const | LinearFVElementalKernel | |
| isVectorPostprocessorDistributed(const std::string ¶m_name) const | LinearFVElementalKernel | |
| isVectorPostprocessorDistributedByName(const VectorPostprocessorName &name) const | LinearFVElementalKernel | |
| isVectorPostprocessorDistributedByName(const VectorPostprocessorName &name) const | LinearFVElementalKernel | |
| isVectorTagged() | LinearFVElementalKernel | |
| jacobianSetup() | LinearFVElementalKernel | virtual |
| kokkos_object_param | LinearFVElementalKernel | static |
| kokkosBlockElementID(ThreadID tid) const | LinearFVElementalKernel | protected |
| kokkosBlockElementSideID(ThreadID tid) const | LinearFVElementalKernel | protected |
| kokkosBlockNodeID(ThreadID tid) const | LinearFVElementalKernel | protected |
| LinearFVElementalKernel(const InputParameters ¶ms) | LinearFVElementalKernel | |
| LinearFVKernel(const InputParameters ¶ms) | LinearFVKernel | |
| LinearFVTKEDSourceSink(const InputParameters ¶ms) | LinearFVTKEDSourceSink | |
| LinearSystemContributionObject(const InputParameters ¶meters) | LinearSystemContributionObject | |
| linkTaggedVectorsAndMatrices(const std::set< TagID > &vector_tags, const std::set< TagID > &matrix_tags) | LinearFVElementalKernel | |
| makeElemArg(const Elem *elem, bool correct_skewnewss=false) const | LinearFVElementalKernel | protected |
| meshBlockIDs() const | LinearFVElementalKernel | |
| meshChanged() | LinearFVElementalKernel | virtual |
| MeshChangedInterface(const InputParameters ¶ms) | MeshChangedInterface | |
| MeshChangedInterface(const MeshChangedInterface &object, const Moose::Kokkos::FunctorCopy &key) | MeshChangedInterface | |
| messagePrefix(const bool hit_prefix=true) const | LinearFVElementalKernel | |
| moose_base_param | LinearFVElementalKernel | static |
| MooseBase(const InputParameters ¶ms) | MooseBase | |
| MooseBase(MooseApp &app, const InputParameters ¶ms) | MooseBase | |
| mooseDeprecated(Args &&... args) const | LinearFVElementalKernel | |
| mooseDeprecated(Args &&... args) const | LinearFVElementalKernel | |
| mooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, Args &&... args) const | LinearFVElementalKernel | |
| mooseError(Args &&... args) const | LinearFVElementalKernel | |
| mooseErrorNonPrefixed(Args &&... args) const | LinearFVElementalKernel | |
| mooseInfo(Args &&... args) const | LinearFVElementalKernel | |
| mooseLinearVariableFV() const | LinearFVElementalKernel | |
| MooseObject(const InputParameters ¶meters) | MooseObject | |
| MooseObject(const MooseObject &object, const Moose::Kokkos::FunctorCopy &key) | MooseObject | |
| mooseVariable() const | LinearFVElementalKernel | |
| mooseVariableBase() const | LinearFVElementalKernel | |
| MooseVariableDependencyInterface(const MooseObject *) | MooseVariableDependencyInterface | |
| MooseVariableDependencyInterface(const MooseVariableDependencyInterface &, const Moose::Kokkos::FunctorCopy &key) | MooseVariableDependencyInterface | |
| mooseVariableField() | LinearFVElementalKernel | |
| mooseVariableFV() const | LinearFVElementalKernel | |
| MooseVariableInterface(const MooseObject *moose_object, bool nodal, std::string var_param_name="variable", Moose::VarKindType expected_var_type=Moose::VarKindType::VAR_ANY, Moose::VarFieldType expected_var_field_type=Moose::VarFieldType::VAR_FIELD_ANY) | MooseVariableInterface< Real > | |
| mooseWarning(Args &&... args) const | LinearFVElementalKernel | |
| mooseWarning(Args &&... args) const | LinearFVElementalKernel | |
| mooseWarningNonPrefixed(Args &&... args) const | LinearFVElementalKernel | |
| mooseWarningNonPrefixed(Args &&... args) const | LinearFVElementalKernel | |
| n_processors() const | libMesh::ParallelObject | |
| name() const | LinearFVElementalKernel | |
| name_param | LinearFVElementalKernel | static |
| NonADFunctorInterface(const MooseObject *moose_object) | NonADFunctorInterface | |
| NonADFunctorInterface(const NonADFunctorInterface &object, const Moose::Kokkos::FunctorCopy &key) | NonADFunctorInterface | |
| numBlocks() const | LinearFVElementalKernel | |
| numKokkosBlockElements() const | LinearFVElementalKernel | protected |
| numKokkosBlockNodes() const | LinearFVElementalKernel | protected |
| numKokkosBlockSides() const | LinearFVElementalKernel | protected |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
| ParallelParamObject(const InputParameters ¶ms) | ParallelParamObject | |
| paramError(const std::string ¶m, Args... args) const | LinearFVElementalKernel | |
| parameters() const | LinearFVElementalKernel | |
| paramInfo(const std::string ¶m, Args... args) const | LinearFVElementalKernel | |
| paramWarning(const std::string ¶m, Args... args) const | LinearFVElementalKernel | |
| paramWarning(const std::string ¶m, Args... args) const | LinearFVElementalKernel | |
| PostprocessorInterface(const MooseObject *moose_object) | PostprocessorInterface | |
| PostprocessorInterface(const FEProblemBase *problem) | PostprocessorInterface | |
| PostprocessorInterface(const PostprocessorInterface &object, const Moose::Kokkos::FunctorCopy &key) | PostprocessorInterface | |
| prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar) | LinearFVElementalKernel | protected |
| prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar, DenseMatrix< Number > &k) const | LinearFVElementalKernel | protected |
| prepareMatrixTagLower(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::ConstraintJacobianType type) | LinearFVElementalKernel | protected |
| prepareMatrixTagNeighbor(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type) | LinearFVElementalKernel | protected |
| prepareMatrixTagNeighbor(Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type, DenseMatrix< Number > &k) const | LinearFVElementalKernel | protected |
| prepareMatrixTagNonlocal(Assembly &assembly, unsigned int ivar, unsigned int jvar) | LinearFVElementalKernel | protected |
| prepareVectorTag(Assembly &assembly, unsigned int ivar) | LinearFVElementalKernel | protected |
| prepareVectorTag(Assembly &assembly, unsigned int ivar, ResidualTagType tag_type) | LinearFVElementalKernel | protected |
| LinearFVKernel::prepareVectorTag(Assembly &assembly, unsigned int ivar, ResidualTagType tag_type) | LinearFVKernel | protected |
| LinearSystemContributionObject::prepareVectorTag(Assembly &assembly, unsigned int ivar, ResidualTagType tag_type) | LinearSystemContributionObject | protected |
| TaggingInterface::prepareVectorTag(Assembly &assembly, unsigned int ivar, ResidualTagType tag_type) | TaggingInterface | protected |
| prepareVectorTagLower(Assembly &assembly, unsigned int ivar) | LinearFVElementalKernel | protected |
| prepareVectorTagNeighbor(Assembly &assembly, unsigned int ivar) | LinearFVElementalKernel | protected |
| processor_id() const | libMesh::ParallelObject | |
| queryParam(const std::string &name) const | LinearFVElementalKernel | |
| RandomInterface(const InputParameters ¶meters, FEProblemBase &problem, THREAD_ID tid, bool is_nodal) | RandomInterface | |
| RandomInterface(const RandomInterface &object, const Moose::Kokkos::FunctorCopy &key) | RandomInterface | |
| registerInvalidSolutionInternal(const std::string &message, const bool warning) const | LinearFVElementalKernel | protected |
| requestVariableCellGradient(const std::string &variable_name) | LinearFVElementalKernel | protected |
| residualSetup() | LinearFVElementalKernel | virtual |
| ResidualTagType enum name | LinearFVElementalKernel | |
| Restartable(const MooseObject *moose_object, const std::string &system_name) | Restartable | |
| Restartable(const MooseObject *moose_object, const std::string &system_name, THREAD_ID tid) | Restartable | |
| Restartable(MooseApp &moose_app, const std::string &name, const std::string &system_name, THREAD_ID tid, const bool read_only=false, const RestartableDataMapName &metaname="") | Restartable | |
| Restartable(const Restartable &object, const Moose::Kokkos::FunctorCopy &key) | Restartable | |
| restartableName(const std::string &data_name) const | LinearFVElementalKernel | protected |
| second() | LinearFVElementalKernel | protectedvirtual |
| secondOld() | LinearFVElementalKernel | protectedvirtual |
| secondOlder() | LinearFVElementalKernel | protectedvirtual |
| secondPhi() | LinearFVElementalKernel | protectedvirtual |
| secondPhiFace() | LinearFVElementalKernel | protectedvirtual |
| secondTest() | LinearFVElementalKernel | protectedvirtual |
| secondTestFace() | LinearFVElementalKernel | protectedvirtual |
| setCurrentElemInfo(const ElemInfo *elem_info) | LinearFVElementalKernel | virtual |
| setCurrentElemVolume(const Real volume) | LinearFVElementalKernel | |
| setRandomDataPointer(RandomData *random_data) | LinearFVElementalKernel | |
| setRandomResetFrequency(ExecFlagType exec_flag) | LinearFVElementalKernel | |
| setResidual(SystemBase &sys, const T &residual, MooseVariableFE< T > &var) | LinearFVElementalKernel | protected |
| setResidual(SystemBase &sys, Real residual, dof_id_type dof_index) | LinearFVElementalKernel | protected |
| setResidual(SystemBase &sys, SetResidualFunctor set_residual_functor) | LinearFVElementalKernel | protected |
| setRMParamsAdvection(const InputParameters &obj_params, InputParameters &rm_params, const unsigned short conditional_extended_layers) | LinearFVElementalKernel | static |
| setRMParamsDiffusion(const InputParameters &obj_params, InputParameters &rm_params, const unsigned short conditional_extended_layers) | LinearFVElementalKernel | static |
| SetupInterface(const MooseObject *moose_object) | SetupInterface | |
| SetupInterface(const SetupInterface &object, const Moose::Kokkos::FunctorCopy &key) | SetupInterface | |
| SolutionInvalidInterface(const MooseBase *const moose_base, const InputParameters ¶ms) | SolutionInvalidInterface | |
| SolutionInvalidInterface(const SolutionInvalidInterface &object, const Moose::Kokkos::FunctorCopy &key) | SolutionInvalidInterface | |
| subdomainSetup() | LinearFVElementalKernel | virtual |
| TaggingInterface(const MooseObject *moose_object) | TaggingInterface | |
| TaggingInterface(const TaggingInterface &object, const Moose::Kokkos::FunctorCopy &key) | TaggingInterface | |
| timestepSetup() | LinearFVElementalKernel | virtual |
| TransientInterface(const MooseObject *moose_object) | TransientInterface | |
| TransientInterface(const TransientInterface &object, const Moose::Kokkos::FunctorCopy &key) | TransientInterface | |
| type() const | LinearFVElementalKernel | |
| type_param | LinearFVElementalKernel | static |
| typeAndName() const | LinearFVElementalKernel | |
| unique_name_param | LinearFVElementalKernel | static |
| uniqueName() const | LinearFVElementalKernel | |
| uniqueParameterName(const std::string ¶meter_name) const | LinearFVElementalKernel | |
| useMatrixTag(const TagName &tag_name, MatrixTagsKey) | LinearFVElementalKernel | |
| useMatrixTag(TagID tag_id, MatrixTagsKey) | LinearFVElementalKernel | |
| UserObjectInterface(const MooseObject *moose_object) | UserObjectInterface | |
| UserObjectInterface(const UserObjectInterface &object, const Moose::Kokkos::FunctorCopy &key) | UserObjectInterface | |
| useVectorTag(const TagName &tag_name, VectorTagsKey) | LinearFVElementalKernel | |
| useVectorTag(TagID tag_id, VectorTagsKey) | LinearFVElementalKernel | |
| usingCombinedWarningSolutionWarnings | LinearFVElementalKernel | |
| validParams() | LinearFVTKEDSourceSink | static |
| value() | LinearFVElementalKernel | protectedvirtual |
| valueOld() | LinearFVElementalKernel | protectedvirtual |
| valueOlder() | LinearFVElementalKernel | protectedvirtual |
| variable() const override | LinearFVElementalKernel | virtual |
| VectorPostprocessorInterface(const MooseObject *moose_object, bool broadcast_by_default=false) | VectorPostprocessorInterface | |
| VectorPostprocessorInterface(const VectorPostprocessorInterface &object, const Moose::Kokkos::FunctorCopy &key) | VectorPostprocessorInterface | |
| ~BlockRestrictable() | BlockRestrictable | virtual |
| ~MeshChangedInterface()=default | MeshChangedInterface | virtual |
| ~MooseBase()=default | MooseBase | virtual |
| ~MooseObject()=default | MooseObject | virtual |
| ~MooseVariableInterface() | MooseVariableInterface< Real > | virtual |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~ParallelParamObject()=default | ParallelParamObject | virtual |
| ~RandomInterface() | RandomInterface | |
| ~SetupInterface() | SetupInterface | virtual |
| ~TaggingInterface() | TaggingInterface | virtual |
| ~TransientInterface() | TransientInterface | virtual |
| ~VectorPostprocessorInterface()=default | VectorPostprocessorInterface | virtual |