https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
MooseError.h File Reference

Go to the source code of this file.

Classes

class  MooseRuntimeError
 Exception to be thrown whenever we have _throw_on_error set and a mooseError() is emitted. More...
 

Namespaces

namespace  MetaPhysicL
 We need to instantiate the following CompareTypes to tell the compiler that ADReal is a subtype of ChainedADReal.
 
namespace  hit
 
namespace  moose
 
namespace  moose::internal
 

Functions

template<size_t n, typename... T>
void print_tuple (std::ostream &os, const std::tuple< T... > &tup)
 
template<typename... T>
std::ostream & operator<< (std::ostream &os, const std::tuple< T... > &tup)
 
template<typename... Args>
void mooseError (Args &&... args)
 Emit an error message with the given stringified, concatenated args and terminate the application.
 
std::string moose::internal::incompatVarMsg (MooseVariableFieldBase &var1, MooseVariableFieldBase &var2)
 Builds and returns a string of the form:
 
std::string moose::internal::mooseMsgFmt (const std::string &msg, const std::string &title, const std::string &color)
 Format a message for output with a title.
 
std::string moose::internal::mooseMsgFmt (const std::string &msg, const std::string &color)
 Format a message for output without a title.
 
void moose::internal::mooseErrorRaw (std::string msg, const std::string &prefix="", const hit::Node *node=nullptr, const bool show_trace=true)
 Main callback for emitting a moose error.
 
std::string moose::internal::formatMooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, const std::string &msg)
 Formats a documented error.
 
void moose::translateMetaPhysicLError (const MetaPhysicL::LogicError &)
 emit a relatively clear error message when we catch a MetaPhysicL logic error
 
template<typename... Args>
void mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args)
 Emit a documented error message with the given stringified, concatenated args and terminate the application.
 
template<typename... Args>
void mooseWarning (Args &&... args)
 Emit a warning message with the given stringified, concatenated args.
 
template<typename... Args>
void mooseUnused (Args &&... args)
 Warning message used to notify the users of unused parts of their input files Really used internally by the parser and shouldn't really be called elsewhere.
 
template<typename... Args>
void mooseDeprecated (Args &&... args)
 Emit a deprecated code/feature message with the given stringified, concatenated args.
 
template<typename... Args>
void mooseDeprecatedNoTrace (Args &&... args)
 Emit a deprecated code/feature message with the given stringified, concatenated args.
 
template<typename... Args>
void mooseDeprecationExpired (Args &&... args)
 Emit a deprecated code/feature message with the given stringified, concatenated args.
 
template<typename... Args>
void mooseDeprecationExpiredNoTrace (Args &&... args)
 Emit a deprecated code/feature message with the given stringified, concatenated args.
 
template<typename... Args>
void mooseInfo (Args &&... args)
 Emit an informational message with the given stringified, concatenated args.
 
template<typename... Args>
void mooseInfoRepeated (Args &&... args)
 Emit an informational message with the given stringified, concatenated args.
 
void moose::internal::mooseStreamAll (std::ostringstream &ss)
 All of the following are not meant to be called directly - they are called by the normal macros (mooseError(), etc.) down below.
 
template<typename T , typename... Args>
void moose::internal::mooseStreamAll (std::ostringstream &ss, T &&val, Args &&... args)
 
template<typename S , typename... Args>
void moose::internal::mooseWarningStream (S &oss, Args &&... args)
 
template<typename S , typename... Args>
void moose::internal::mooseUnusedStream (S &oss, Args &&... args)
 
template<typename S , typename... Args>
void moose::internal::mooseInfoStreamRepeated (S &oss, Args &&... args)
 
template<typename S , typename... Args>
void moose::internal::mooseInfoStream (S &oss, Args &&... args)
 
template<typename S , typename... Args>
void moose::internal::mooseDeprecatedStream (S &oss, const bool expired, const bool print_title, const bool show_trace, Args &&... args)
 

Variables

libMesh::Threads::spin_mutex moose::internal::moose_stream_lock
 

Function Documentation

◆ mooseDeprecated()

template<typename... Args>
void mooseDeprecated ( Args &&...  args)

Emit a deprecated code/feature message with the given stringified, concatenated args.

Will include a stack trace; use mooseDeprecatedNoTrace to exclude the trace.

Definition at line 363 of file MooseError.h.

364{
366 Moose::out, false, true, true, std::forward<Args>(args)...);
367}
void mooseDeprecatedStream(S &oss, const bool expired, const bool print_title, const bool show_trace, Args &&... args)
Definition MooseError.h:252

Referenced by FEProblemBase::addAuxArrayVariable(), FEProblemBase::addAuxScalarVariable(), FEProblemBase::addAuxVariable(), Registry::addDeprecatedAppDataFilePath(), InputParameters::addDeprecatedCoupledVar(), FEProblemBase::advanceMultiApps(), Coupleable::adZeroGradient(), Coupleable::adZeroSecond(), Coupleable::adZeroValue(), ChangeOverTimestepPostprocessor::ChangeOverTimestepPostprocessor(), MultiMooseEnum::clear(), NonlinearSystemBase::computeResidual(), AppFactory::createAppShared(), Factory::createTempl(), EigenProblem::EigenProblem(), MultiMooseEnum::erase(), MultiMooseEnum::erase(), MultiMooseEnum::erase(), UserForcingFunction::f(), FaceFaceConstraint::FaceFaceConstraint(), FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl(), RandomICBase::generateRandom(), MooseVariableData< OutputType >::getElementalValue(), MultiMooseEnum::getEnum(), Coupleable::getFEVar(), FEProblemBase::getNonlinearSystem(), Registry::getRegisteredName(), InputParameters::hasCoupledValue(), FEProblemBase::hasPostprocessor(), Syntax::isActionRequired(), MultiAppNearestNodeTransfer::MultiAppNearestNodeTransfer(), MultiAppShapeEvaluationTransfer::MultiAppShapeEvaluationTransfer(), MultiAppUserObjectTransfer::MultiAppUserObjectTransfer(), NodalScalarKernel::NodalScalarKernel(), MooseEnum::operator!=(), MultiMooseEnum::operator+=(), MultiMooseEnum::operator+=(), MooseEnum::operator==(), InputParameters::paramSetByUser(), PercentChangePostprocessor::PercentChangePostprocessor(), ActionWarehouse::problem(), DerivativeMaterialPropertyNameInterface::propertyName(), DerivativeMaterialPropertyNameInterface::propertyNameFirst(), DerivativeMaterialPropertyNameInterface::propertyNameSecond(), DerivativeMaterialPropertyNameInterface::propertyNameThird(), MultiMooseEnum::push_back(), MultiMooseEnum::push_back(), MultiMooseEnum::push_back(), MultiMooseEnum::push_back(), RankTwoTensorTempl< T >::RankTwoTensorTempl(), ReferenceResidualConvergence::ReferenceResidualConvergence(), Residual::Residual(), NonlinearSystemBase::residualVector(), Exodus::setOutputDimension(), PointReduction::sqr(), TagVectorAux::TagVectorAux(), TimedPrint::TimedPrint(), UserForcingFunction::UserForcingFunction(), VariableResidual::VariableResidual(), Syntax::verifyMooseObjectTask(), Moose::Builder::walkRaw(), and Coupleable::writableCoupledValue().

◆ mooseDeprecatedNoTrace()

template<typename... Args>
void mooseDeprecatedNoTrace ( Args &&...  args)

Emit a deprecated code/feature message with the given stringified, concatenated args.

Will not include a stack trace; use mooseDeprecated to include the trace.

Definition at line 373 of file MooseError.h.

374{
376 Moose::out, false, true, false, std::forward<Args>(args)...);
377}

Referenced by Factory::deprecatedMessage().

◆ mooseDeprecationExpired()

template<typename... Args>
void mooseDeprecationExpired ( Args &&...  args)

Emit a deprecated code/feature message with the given stringified, concatenated args.

Will include a stack trace; use mooseDeprecationExpiredNoTrace to exclude the trace.

Definition at line 383 of file MooseError.h.

384{
385 moose::internal::mooseDeprecatedStream(Moose::out, true, true, true, std::forward<Args>(args)...);
386}

◆ mooseDeprecationExpiredNoTrace()

template<typename... Args>
void mooseDeprecationExpiredNoTrace ( Args &&...  args)

Emit a deprecated code/feature message with the given stringified, concatenated args.

Will not include a stack trace; use mooseDeprecationExpired to include the trace.

Definition at line 392 of file MooseError.h.

393{
395 Moose::out, true, true, false, std::forward<Args>(args)...);
396}

Referenced by Factory::deprecatedMessage().

◆ mooseDocumentedError()

template<typename... Args>
void mooseDocumentedError ( const std::string &  repo_name,
const unsigned int  issue_num,
Args &&...  args 
)

Emit a documented error message with the given stringified, concatenated args and terminate the application.

Inside static functions, you will need to explicitly scope your mooseError call - i.e. do "::mooseError(arg1, ...);".

Here, a documented error message is one with an associated issue. See formatMooseDocumentedError for more information.

Parameters
repo_nameThe repository name where the issue resides
issue_numThe number of the issue
argsThe error message to stringify

Definition at line 332 of file MooseError.h.

333{
334 std::ostringstream oss;
335 moose::internal::mooseStreamAll(oss, std::forward<Args>(args)...);
337 moose::internal::formatMooseDocumentedError(repo_name, issue_num, oss.str()));
338}
void mooseErrorRaw(std::string msg, const std::string &prefix="", const hit::Node *node=nullptr, const bool show_trace=true)
Main callback for emitting a moose error.
Definition MooseError.C:53
std::string formatMooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, const std::string &msg)
Formats a documented error.
Definition MooseError.C:142
void mooseStreamAll(std::ostringstream &ss)
All of the following are not meant to be called directly - they are called by the normal macros (moos...
Definition MooseError.C:137

Referenced by ArrayDGLowerDKernel::ArrayDGLowerDKernel(), ArrayHFEMDirichletBC::ArrayHFEMDirichletBC(), ArrayLowerDIntegratedBC::ArrayLowerDIntegratedBC(), NonlinearSystemBase::computeResidualAndJacobianInternal(), DGLowerDKernel::DGLowerDKernel(), HFEMDirichletBC::HFEMDirichletBC(), and LowerDIntegratedBC::LowerDIntegratedBC().

◆ mooseError()

template<typename... Args>
void mooseError ( Args &&...  args)

Emit an error message with the given stringified, concatenated args and terminate the application.

Inside static functions, you will need to explicitly scope your mooseError call - i.e. do "::mooseError(arg1, ...);".

Definition at line 311 of file MooseError.h.

312{
313 std::ostringstream oss;
314 moose::internal::mooseStreamAll(oss, std::forward<Args>(args)...);
316}

Referenced by MultiAppGeneralFieldTransfer::acceptPointInOriginMesh(), FEProblemBase::adaptMesh(), Adaptivity::adaptMesh(), ADArrayReaction::ADArrayReaction(), Coupleable::adCoupledCurl(), Coupleable::adCoupledDofValues(), Coupleable::adCoupledDot(), Coupleable::adCoupledDotDot(), Coupleable::adCoupledGradient(), Coupleable::adCoupledGradientDot(), Coupleable::adCoupledLowerValue(), NeighborCoupleable::adCoupledNeighborGradient(), NeighborCoupleable::adCoupledNeighborValue(), NeighborCoupleable::adCoupledNeighborValueDot(), Coupleable::adCoupledNodalValue(), ScalarCoupleable::adCoupledScalarValue(), Coupleable::adCoupledSecond(), Coupleable::adCoupledValue(), Coupleable::adCoupledVectorDot(), Coupleable::adCoupledVectorGradient(), NeighborCoupleable::adCoupledVectorNeighborValue(), adCoupledVectorSecond(), Coupleable::adCoupledVectorValue(), MooseVariableFV< OutputType >::adCurlSln(), MooseVariableFV< OutputType >::adCurlSlnNeighbor(), Moose::WebServerControlTypeRegistry::add(), VariableWarehouse::add(), Moose::ParameterRegistry::add(), MooseLinearVariableFV< OutputType >::add(), ActionWarehouse::addActionBlock(), Registry::addAppCitation(), FEProblemBase::addBoundaryCondition(), NonlinearSystemBase::addBoundaryCondition(), MFEMProblem::addBoundaryCondition(), DiffusionCG::addBoundaryConditionsFromComponents(), CSG::CSGCellList::addCell(), CSG::CSGBase::addCellToList(), CSG::CSGBase::addCellToUniverse(), Moose::MFEM::CoefficientMap< T, Tpw >::addCoefficient(), FEProblemBase::addConstraint(), InputParameterWarehouse::addControllableParameterAlias(), InputParameterWarehouse::addControllableParameterConnection(), FEProblemBase::addDamper(), NonlinearSystemBase::addDamper(), FormattedTable::addData(), Registry::addDataFilePath(), Syntax::addDependency(), FEProblemBase::addDGKernel(), FEProblemBase::addDiracKernel(), MooseEnumBase::addDocumentation(), CSG::CSGEngUnitList::addEngUnit(), CSG::CSGBase::addEngUnit(), MooseEnumBase::addEnumerationItem(), MooseEnumBase::addEnumerationName(), MFEMProblem::addFESpace(), MFEMProblem::addFESpaceHierarchy(), FEProblemBase::addFunction(), FEProblemBase::addFVInitialCondition(), ADDGKernel::ADDGKernel(), FEProblemBase::addHDGKernel(), NonlinearSystemBase::addImplicitGeometricCouplingEntries(), FEProblemBase::addInitialCondition(), InputParameterWarehouse::addInputParameters(), FEProblemBase::addInterfaceKernel(), FEProblemBase::addKernel(), AuxiliarySystem::addKernel(), MFEMProblem::addKernel(), CSG::CSGLatticeList::addLattice(), CSG::CSGBase::addLattice(), Moose::LibtorchArtificialNeuralNet::addLayer(), FEProblemBase::addLineSearch(), FEProblem::addLineSearch(), MFEMProblem::addMaterial(), SystemBase::addMatrix(), LinearFVFluxKernel::addMatrixContribution(), MFEMProblem::addMFEMFESpaceFromMOOSEVariable(), ConstraintWarehouse::addObject(), FVInitialConditionWarehouse::addObject(), InitialConditionWarehouse::addObject(), ExecuteMooseObjectWarehouse< T >::addObject(), FEProblemBase::addObjectParamsHelper(), FEProblemBase::addOutput(), OutputWarehouse::addOutputFilename(), Moose::PetscSupport::addPetscFlagsToPetscOptions(), Moose::MFEM::CoefficientMap< T, Tpw >::addPiecewiseBlocks(), FEProblemBase::addPredictor(), MaterialPropertyStorage::addProperty(), Registry::addRepository(), LinearFVFluxKernel::addRightHandSideContribution(), FEProblemBase::addScalarKernel(), CSG::CSGBase::addSurface(), CSG::CSGSurfaceList::addSurface(), CSG::CSGBase::addTransformation(), CSG::CSGTransformationHelper::addTransformation(), CSG::CSGUniverseList::addUniverse(), CSG::CSGBase::addUniverseToList(), MFEMEigenproblem::addVariable(), SystemBase::addVector(), MooseLinearVariableFV< OutputType >::adError(), MooseVariableData< OutputType >::adGradPhi(), MooseVariableData< OutputType >::adGradPhiFace(), MooseVariableDataFV< OutputType >::adGradSlnDot(), ADInterfaceKernelTempl< T >::ADInterfaceKernelTempl(), ADMaterialProperty< T >::ADMaterialProperty(), Moose::adOffset(), ADPiecewiseLinearInterpolationMaterial::ADPiecewiseLinearInterpolationMaterial(), NEML2ModelExecutor::advanceState(), AdvectiveFluxAux::AdvectiveFluxAux(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::aliasDevice(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::aliasHost(), AllLocalDofIndicesThread::AllLocalDofIndicesThread(), ExecFlagEnum::appendCurrent(), MeshGeneratorSystem::appendMeshGenerator(), Syntax::appendTaskName(), CSG::CSGBase::applyAxisRotation(), Moose::MFEM::EquationSystem::ApplyBoundaryNLFIntegrators(), Moose::MFEM::EquationSystem::ApplyDomainNLFIntegrators(), CSG::CSGTransformationHelper::applyReverseTransformsToPoint(), Registry::appNameFromAppPath(), ArrayConstantIC::ArrayConstantIC(), ArrayDGKernel::ArrayDGKernel(), ArrayDiffusion::ArrayDiffusion(), ArrayFunctionIC::ArrayFunctionIC(), ArrayReaction::ArrayReaction(), ArrayTimeDerivative::ArrayTimeDerivative(), ArrayVariableValueVolumeHistogram::ArrayVariableValueVolumeHistogram(), NEML2Utils::assertNEML2Enabled(), MooseEnum::assign(), MooseEnum::assign(), MooseEnum::assign(), MultiMooseEnum::assignValues(), SystemBase::associateMatrixToTag(), SystemBase::associateVectorToTag(), TheWarehouse::attribID(), LinearSystem::augmentSparsity(), Axisymmetric2D3DSolutionFunction::Axisymmetric2D3DSolutionFunction(), BicubicSplineFunction::BicubicSplineFunction(), BlockDeletionGenerator::BlockDeletionGenerator(), MFEMBoundaryRestrictable::boundariesToAttributes(), boundaryIntegrityCheckError(), MooseMeshXYCuttingUtils::boundaryTriElemImprover(), BoundingValueElementDamper::BoundingValueElementDamper(), BoundingValueNodalDamper::BoundingValueNodalDamper(), ReporterContext< T >::broadcast(), SplineUtils::bSplineControlPoints(), RegistryEntry< T >::build(), Moose::FV::Limiter< T >::build(), RegistryEntry< T >::buildAction(), MooseMeshUtils::buildBoundaryMesh(), MooseMeshUtils::buildBoundaryNodeToElemMap(), TimedSubdomainModifier::buildFromFile(), TimedSubdomainModifier::buildFromParameters(), Moose::Kokkos::FunctorRegistry::buildFunction(), Moose::Kokkos::FunctorRegistry::buildFunctor(), CommandLine::buildHitParams(), PiecewiseLinearBase::buildInterpolation(), Moose::BSpline::buildKnotVector(), MooseMeshUtils::buildLoopBoundaryOf2DMesh(), ImageMesh::buildMesh3D(), ImageMeshGenerator::buildMesh3D(), AutomaticMortarGeneration::buildMortarSegmentMesh(), AutomaticMortarGeneration::buildMortarSegmentMesh3d(), MFEMGeometricMultigridSolver::BuildMultigrid(), AutomaticMortarGeneration::buildNodeToElemMaps(), ParsedFunctorMaterialTempl< is_ad >::buildParsedFunction(), RegistryEntry< T >::buildShared(), ChangeOverFixedPointPostprocessor::ChangeOverFixedPointPostprocessor(), ChangeOverTimePostprocessor::ChangeOverTimePostprocessor(), MooseObjectName::check(), ReporterData::check(), MooseObjectParameterName::check(), MaterialPropertyInterface::checkBlockAndBoundaryCompatibility(), DM_Moose::checkChildSize(), Registry::checkDataFilePathName(), FEProblemBase::checkDependMaterialsHelper(), FEProblemBase::checkDisplacementOrders(), FEProblemBase::checkDuplicatePostprocessorVariableNames(), FEProblemBase::checkExceptionAndStopSolve(), ControllableParameter::checkExecuteOnType(), MaterialPropertyInterface::checkExecutionStage(), NEML2ModelExecutor::checkExecutionStage(), Moose::FunctorBase< T >::checkFace(), Moose::MFEM::NamedFieldsMap< T >::CheckFieldIsRegistered(), MooseUtils::checkFileReadable(), MooseUtils::checkFileWriteable(), TaggingInterface::checkForNans(), FunctorInterface::checkFunctorSupportsSideIntegration(), Coupleable::checkFuncType(), FEProblemBase::checkICRestartError(), MFEMQuadratureFunctionCoefficientBase::CheckIntegrationRule(), Moose::MFEM::NLScaleIntegrator::CheckIntegrator(), Moose::MFEM::ScaleIntegrator::CheckIntegrator(), Steady::checkIntegrity(), NonlinearEigenSystem::checkIntegrity(), DefaultMultiAppFixedPointConvergence::checkIterationType(), DefaultNonlinearConvergence::checkIterationType(), DefaultSteadyStateConvergence::checkIterationType(), NonlinearSystemBase::checkKernelCoverage(), MeshBaseDiagnosticsUtils::checkNonConformalMesh(), OutputWarehouse::checkOutputs(), FEProblemBase::checkProblemIntegrity(), CSG::CSGSphere::checkRadius(), CSG::CSGXCylinder::checkRadius(), CSG::CSGYCylinder::checkRadius(), CSG::CSGZCylinder::checkRadius(), CSG::CSGBase::checkRegionSurfaces(), MultiAppGeneralFieldKDTreeTransferBase::checkRestrictionsForSource(), ColumnMajorMatrixTempl< T >::checkShapeEquality(), MultiAppMFEMCopyTransfer::checkSiblingsTransferSupported(), MultiAppCopyTransfer::checkSiblingsTransferSupported(), MultiAppPostprocessorToAuxScalarTransfer::checkSiblingsTransferSupported(), MultiAppPostprocessorTransfer::checkSiblingsTransferSupported(), MultiAppReporterTransfer::checkSiblingsTransferSupported(), MultiAppScalarToAuxScalarTransfer::checkSiblingsTransferSupported(), checkSize(), Moose::MFEM::LORLinearSolverBase< MFEMSolverType >::CheckSpectralEquivalence(), ColumnMajorMatrixTempl< T >::checkSquareness(), ActionWarehouse::checkUnsatisfiedActions(), FEProblemBase::checkUserObjectNameCollision(), FEProblemBase::checkUserObjects(), CSGUtils::checkValidCSGName(), MFEMMultiAppTransfer::checkValidTransferProblemTypes(), ScalarCoupleable::checkVar(), Coupleable::checkVar(), BlockRestrictable::checkVariable(), DomainUserObject::checkVariable(), Moose::Kokkos::checkVariable(), Coupleable::checkWritableVar(), SplineUtils::circularControlPoints(), MathUtils::circumcenter2D(), MathUtils::circumcenter3D(), ReporterGeneralContext< T >::clear(), AppFactory::clearAppParams(), MooseUtils::clearSymlink(), Factory::clone(), SplineUtils::closestPoints(), SystemBase::closeTaggedVector(), CSG::CSGPlane::coeffsFromPoints(), ComparisonPostprocessor::comparisonIsTrue(), PenetrationThread::competeInteractions(), MFEMComplexAuxKernel::complexAdd(), CompositeFunction::CompositeFunction(), CompositeTensorBase< T, U >::CompositeTensorBase(), ElementH1ErrorFunctionAux::compute(), NodalPatchRecovery::compute(), ComputeJacobianThread::compute(), ComputeJacobianThread::compute(), ComputeJacobianThread::compute(), LinearFVAnisotropicDiffusionFunctorNeumannBC::computeBoundaryNormalGradient(), FEProblemBase::computeBounds(), SplineInterpolationBase::computeCoeffs(), ADInterfaceKernelTempl< T >::computeElemNeighJacobian(), InterfaceKernelTempl< T >::computeElemNeighJacobian(), ArrayDGKernel::computeElemNeighJacobian(), ArrayDGKernel::computeElemNeighResidual(), MooseVariableFV< RealEigenVector >::computeElemValues(), InternalSideIntegralPostprocessor::computeFaceInfoIntegral(), SideIntegralPostprocessor::computeFaceInfoIntegral(), BoundaryLinearFVFluxIntegral::computeFaceInfoIntegral(), Assembly::computeFaceMap(), MooseVariableFV< OutputType >::computeFaceValues(), HistogramVectorPostprocessor::computeHistogram(), AutomaticMortarGeneration::computeInactiveLMNodes(), AutomaticMortarGeneration::computeIncorrectEdgeDroppingInactiveLMNodes(), MooseVariableData< OutputType >::computeIncrementAtNode(), MooseVariableData< OutputType >::computeIncrementAtNode(), ElementIntegralFunctorPostprocessorTempl< is_ad >::computeIntegral(), ADIntegratedBCTempl< T >::computeJacobian(), ArrayIntegratedBC::computeJacobian(), FVFluxKernel::computeJacobian(), ADKernelTempl< T >::computeJacobian(), ArrayKernel::computeJacobian(), NodalConstraint::computeJacobian(), FEProblemBase::computeJacobianTags(), Moose::LibtorchArtificialNeuralNetTrainer< SamplerType >::computeLocalBatchSize(), ArrayLowerDIntegratedBC::computeLowerDOffDiagJacobian(), LowerDIntegratedBC::computeLowerDOffDiagJacobian(), EigenProblem::computeMatricesTags(), AutomaticMortarGeneration::computeMsmStatistics(), ArrayDGKernel::computeOffDiagElemNeighJacobian(), ArrayIntegratedBC::computeOffDiagJacobian(), ArrayKernel::computeOffDiagJacobian(), FVElementalKernel::computeOffDiagJacobian(), MortarScalarBase::computeOffDiagJacobianScalar(), ArrayDGLowerDKernel::computeOffDiagLowerDJacobian(), DGLowerDKernel::computeOffDiagLowerDJacobian(), BoundaryLinearFVFluxIntegral::computeQpIntegral(), SideAdvectiveFluxIntegralTempl< is_ad >::computeQpIntegral(), SideFVFluxBCIntegral::computeQpIntegral(), ADArrayNodalKernel::computeQpJacobian(), ScalarKernel::computeQpJacobian(), ConservativeAdvectionTempl< is_ad >::computeQpJacobian(), NodalEqualValueConstraint::computeQpJacobian(), NodeElemConstraint::computeQpJacobian(), CoupledTiedValueConstraint::computeQpJacobian(), EqualValueBoundaryConstraint::computeQpJacobian(), EqualValueEmbeddedConstraintTempl< is_ad >::computeQpJacobian(), LinearNodalConstraint::computeQpJacobian(), TiedValueConstraint::computeQpJacobian(), PenaltyEqualValueConstraintTempl< is_ad >::computeQpJacobian(), CoupledTiedValueConstraint::computeQpOffDiagJacobian(), EqualValueEmbeddedConstraintTempl< is_ad >::computeQpOffDiagJacobian(), ConservativeAdvectionTempl< is_ad >::computeQpOffDiagJacobian(), ScalarKernel::computeQpResidual(), KernelValue::computeQpResidual(), DiffusionLHDGDirichletBC::computeQpResidual(), DiffusionLHDGPrescribedGradientBC::computeQpResidual(), ElementAndTraceScalarHDGBC::computeQpResidual(), HDGKernel::computeQpResidual(), MassMatrix::computeQpResidual(), NodalEqualValueConstraint::computeQpResidual(), ADKernelGradTempl< T >::computeQpResidual(), ADKernelStabilizedTempl< T >::computeQpResidual(), ADKernelValueTempl< T >::computeQpResidual(), TorchScriptMaterial::computeQpValues(), InterfaceQpValueUserObject::computeRealValue(), InterfaceQpMaterialPropertyBaseUserObject< T >::computeRealValue(), ArrayIntegratedBC::computeResidual(), FVFluxKernel::computeResidual(), ArrayKernel::computeResidual(), NodalConstraint::computeResidual(), FVFluxKernel::computeResidualAndJacobian(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualInternal(), FEProblemBase::computeResidualTag(), FEProblemBase::computeResidualTags(), FEProblemBase::computeResidualType(), KernelScalarBase::computeScalarOffDiagJacobian(), ADMortarScalarBase::computeScalarQpResidual(), MortarScalarBase::computeScalarQpResidual(), ADKernelScalarBase::computeScalarQpResidual(), KernelScalarBase::computeScalarQpResidual(), NonlinearSystemBase::computeScaling(), ActuallyExplicitEuler::computeTimeDerivatives(), CentralDifference::computeTimeDerivatives(), MultiAppGeometricInterpolationTransfer::computeTransformation(), NearestNodeValueAux::computeValue(), PenetrationAux::computeValue(), ProjectionAux::computeValue(), BuildArrayVariableAux::computeValue(), TagVectorArrayVariableAux::computeValue(), ControllableItem::connect(), ConservativeAdvectionBCTempl< is_ad >::ConservativeAdvectionBCTempl(), NonlinearSystemBase::constraintJacobians(), MooseUnits::convert(), MooseMeshElementConversionUtils::convert3DMeshToAllTet4(), MooseMeshElementConversionUtils::convert3DMeshToAllTet4(), MooseMeshUtils::convertBlockToMesh(), MemoryUtils::convertBytes(), MooseUtils::convertLatestCheckpoint(), MooseMeshUtils::coordTransformFactor(), Factory::copyConstruct(), Assembly::copyFaceShapes(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::copyIn(), Assembly::copyNeighborShapes(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::copyOut(), Assembly::copyShapes(), NEML2Utils::copyTensorToMOOSEData(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::copyToDevice(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::copyToHost(), SystemBase::copyVars(), LazyCoupleable::coupled(), NeighborCoupleable::coupledArrayNeighborGradient(), NeighborCoupleable::coupledArrayNeighborGradientOld(), NeighborCoupleable::coupledArrayNeighborGradientOlder(), CoupledForceNodalKernel::CoupledForceNodalKernel(), Coupleable::coupledMatrixTagValue(), Coupleable::coupledMatrixTagValue(), Coupleable::coupledMatrixTagValues(), Coupleable::coupledName(), NeighborCoupleable::coupledNeighborDofValues(), NeighborCoupleable::coupledNeighborDofValuesOld(), NeighborCoupleable::coupledNeighborDofValuesOlder(), NeighborCoupleable::coupledNeighborGradient(), NeighborCoupleable::coupledNeighborGradientOld(), NeighborCoupleable::coupledNeighborGradientOlder(), NeighborCoupleable::coupledNeighborSecond(), NeighborCoupleable::coupledNeighborValueOlder(), Coupleable::coupledNodalDot(), Coupleable::coupledNodalValue(), Coupleable::coupledNodalValueOld(), Coupleable::coupledNodalValueOlder(), ScalarCoupleable::coupledScalarComponents(), ScalarCoupleable::coupledScalarValueOlder(), Coupleable::coupledValueLower(), NeighborCoupleable::coupledVectorNeighborGradient(), NeighborCoupleable::coupledVectorNeighborGradientOld(), NeighborCoupleable::coupledVectorNeighborGradientOlder(), Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagArrayGradients(), Coupleable::coupledVectorTagArrayValues(), Coupleable::coupledVectorTagDofValues(), Coupleable::coupledVectorTagGradient(), Coupleable::coupledVectorTagGradient(), Coupleable::coupledVectorTagGradients(), ScalarCoupleable::coupledVectorTagScalarValue(), Coupleable::coupledVectorTagValues(), AppFactory::create(), MeshGeneratorSystem::createAddedMeshGenerators(), CSG::CSGBase::createCell(), CSG::CSGBase::createCell(), Factory::createCheckObjectType(), AppFactory::createdAppCount(), MFEML2ZienkiewiczZhuIndicator::createEstimator(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::createInternal(), MeshGeneratorSystem::createMeshGeneratorOrder(), Moose::createMooseApp(), MortarInterfaceWarehouse::createMortarInterface(), MooseMeshUtils::createSubdomainFromSidesets(), MooseUtils::createSymlink(), CSG::CSGCartesianLattice::CSGCartesianLattice(), CSG::CSGCartesianLattice::CSGCartesianLattice(), CSG::CSGHexagonalLattice::CSGHexagonalLattice(), CSG::CSGHexagonalLattice::CSGHexagonalLattice(), CSG::CSGNPolygonUnit::CSGNPolygonUnit(), CSG::CSGRegion::CSGRegion(), CSG::CSGRegion::CSGRegion(), MooseLinearVariableFV< OutputType >::curlPhi(), MooseVariableFV< OutputType >::curlPhi(), MooseVariableData< OutputType >::curlSln(), MooseVariableDataFV< OutputType >::curlSln(), CutMeshByPlaneGenerator::CutMeshByPlaneGenerator(), DependencyResolverInterface::cyclicDependencyError(), CyclicDependencyException< T, Compare >::CyclicDependencyException(), RankTwoTensorTempl< T >::d2sin3Lode(), RestartableDataMap::data(), SidesetInfoVectorPostprocessor::dataHelper(), dataLoad(), Moose::Kokkos::dataLoad(), dataLoad(), dataLoad(), dataLoad(), dataLoad(), dataLoad(), dataLoad(), dataStore(), dataStore(), dataStore(), dataStore(), dataStore(), dataStore(), dataStore(), ChainControlDataSystem::declareChainControlData(), ReporterVectorContext< T >::declareClone(), MaterialData::declareKokkosProperty(), Moose::MFEM::CoefficientManager::declareMatrixProperty(), Moose::MFEM::CoefficientManager::declareScalarProperty(), ReporterVectorContext< T >::declareVectorClone(), Moose::MFEM::CoefficientManager::declareVectorProperty(), FunctorInterface::deduceFunctorName(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::deepCopy(), DefaultSteadyStateConvergence::DefaultSteadyStateConvergence(), CSG::CSGBase::deleteCell(), CSG::CSGBase::deleteEngUnit(), CSG::CSGBase::deleteLattice(), CSG::CSGBase::deleteSurface(), Syntax::deleteTaskDependencies(), CSG::CSGBase::deleteUniverse(), MooseEnumBase::deprecate(), Syntax::deprecatedActionSyntaxMessage(), BicubicSplineFunction::derivative(), DerivativeSumMaterialTempl< is_ad >::DerivativeSumMaterialTempl(), RestartableDataReader::deserializeValue(), Registry::determineDataFilePath(), ComputeResidualAndJacobianThread::determineObjectWarehouses(), FEProblemBase::determineSolverSystem(), AuxKernelTempl< ComputeValueType >::determineWhetherCoincidentLowerDCalc(), DGKernel::DGKernel(), Moose::Kokkos::MaterialPropertyBase::dim(), Moose::Kokkos::MaterialPropertyBase::dimSize(), SystemBase::disassociateMatrixFromTag(), SystemBase::disassociateMatrixFromTag(), SystemBase::disassociateVectorFromTag(), SystemBase::disassociateVectorFromTag(), DistributedPositions::DistributedPositions(), MooseLinearVariableFV< OutputType >::divPhi(), MooseVariableFV< OutputType >::divPhi(), MooseVariableData< OutputType >::divSln(), DMMooseFunction(), DMMooseGetEmbedding_Private(), DMMooseJacobian(), DMSetUp_Moose_Pre(), EigenProblem::doFreeNonlinearPowerIterations(), MooseVariableData< OutputType >::dofValuesDot(), MooseVariableDataFV< OutputType >::dofValuesDot(), MooseVariableData< OutputType >::dofValuesDotDot(), MooseVariableDataFV< OutputType >::dofValuesDotDot(), MooseVariableData< OutputType >::dofValuesDotDotOld(), MooseVariableDataFV< OutputType >::dofValuesDotDotOld(), MooseVariableData< OutputType >::dofValuesDotOld(), MooseVariableDataFV< OutputType >::dofValuesDotOld(), MooseVariableInterface< RealEigenVector >::dotOld(), RankTwoTensorTempl< T >::dsin3Lode(), SymmetricRankTwoTensorTempl< T >::dsin3Lode(), FEProblemBase::duplicateVariableCheck(), ColumnMajorMatrixTempl< T >::eigen(), ColumnMajorMatrixTempl< T >::eigen(), ColumnMajorMatrixTempl< T >::eigenNonsym(), EigenProblem::EigenProblem(), EigenProblemSolve::EigenProblemSolve(), Eigenvalues::Eigenvalues(), ElementalVariableValue::ElementalVariableValue(), ElementGroupCentroidPositions::ElementGroupCentroidPositions(), ElementIntegerAux::ElementIntegerAux(), ElementMaterialSampler::ElementMaterialSampler(), ElementQualityAux::ElementQualityAux(), ElementUOAux::ElementUOAux(), ExtraIDIntegralVectorPostprocessor::elementValue(), ProjectionAux::elemOnNodeVariableIsDefinedOn(), EigenKernel::enabled(), NonlinearSystemBase::enforceNodalConstraintsJacobian(), BicubicInterpolation::errorCheck(), BicubicSplineInterpolation::errorCheck(), FileRangeBuilder::errorCheck(), SplineInterpolation::errorCheck(), Moose::Builder::errorCheck(), SideIntegralPostprocessor::errorNoFaceInfo(), SideIntegralFunctorPostprocessorTempl< is_ad >::errorNoFaceInfo(), ADFParser::Eval(), GeneralFieldTransfer::RecordRequests< Output >::eval_mixed_derivatives(), GeneralFieldTransfer::CachedData< Output >::eval_mixed_derivatives(), GeneralFieldTransfer::RecordRequests< Output >::eval_old_dofs(), GeneralFieldTransfer::CachedData< Output >::eval_old_dofs(), GeneralFieldTransfer::RecordRequests< Output >::eval_old_dofs(), GeneralFieldTransfer::CachedData< Output >::eval_old_dofs(), SolutionUserObjectBase::evalMeshFunction(), SolutionUserObjectBase::evalMeshFunctionGradient(), SolutionUserObjectBase::evalMultiValuedMeshFunction(), SolutionUserObjectBase::evalMultiValuedMeshFunctionGradient(), Moose::NullFunctor< T >::evaluate(), Moose::NullFunctor< T >::evaluate(), Moose::NullFunctor< T >::evaluate(), Moose::NullFunctor< T >::evaluate(), Moose::NullFunctor< T >::evaluate(), PiecewiseByBlockLambdaFunctor< T >::evaluate(), Moose::NullFunctor< T >::evaluate(), MooseVariableFE< OutputType >::evaluate(), evaluate(), Moose::FunctorBase< T >::evaluateDot(), MooseVariableFV< OutputType >::evaluateDot(), Moose::FunctorBase< T >::evaluateDot(), Moose::FunctorBase< T >::evaluateDot(), Moose::FunctorBase< T >::evaluateDot(), Moose::FunctorBase< T >::evaluateDot(), Moose::FunctorBase< T >::evaluateDot(), GriddedData::evaluateFcn(), Moose::FunctorBase< T >::evaluateGradDot(), Moose::FunctorBase< T >::evaluateGradDot(), Moose::FunctorBase< T >::evaluateGradDot(), Moose::FunctorBase< T >::evaluateGradDot(), Moose::FunctorBase< T >::evaluateGradDot(), Moose::FunctorBase< T >::evaluateGradDot(), Moose::FunctorBase< T >::evaluateGradient(), Moose::FunctorBase< T >::evaluateGradient(), Moose::FunctorBase< T >::evaluateGradient(), Moose::FunctorBase< T >::evaluateGradient(), Moose::FunctorBase< T >::evaluateGradient(), Moose::FunctorBase< T >::evaluateGradient(), MultiAppGeneralFieldTransfer::examineReceivedValueConflicts(), RealToBoolChainControl::execute(), MFEMMultiAppTransfer::execute(), MFEMEigenvaluesPostprocessor::execute(), NEML2Assembly::execute(), NEML2FEInterpolation::execute(), FindValueOnLine::execute(), GreaterThanLessThanPostprocessor::execute(), PointValue::execute(), TimeExtremeValue::execute(), VectorPostprocessorComparison::execute(), RestartableDataReporter::execute(), MultiAppCopyTransfer::execute(), MultiAppGeometricInterpolationTransfer::execute(), MultiAppNearestNodeTransfer::execute(), MultiAppPostprocessorInterpolationTransfer::execute(), MultiAppPostprocessorToAuxScalarTransfer::execute(), MultiAppPostprocessorTransfer::execute(), MultiAppScalarToAuxScalarTransfer::execute(), MultiAppUserObjectTransfer::execute(), MultiAppVariableValueSamplePostprocessorTransfer::execute(), MultiAppVariableValueSampleTransfer::execute(), ElementQualityChecker::execute(), InterfaceQpUserObjectBase::execute(), LeastSquaresFit::execute(), LeastSquaresFitHistory::execute(), NodalValueSampler::execute(), PositionsFunctorValueSampler::execute(), DiscreteElementUserObject::execute(), DomainUserObject::execute(), FEProblemBase::execute(), FEProblemBase::executeControls(), MultiAppVectorPostprocessorTransfer::executeFromMultiapp(), MFEMProblem::executeMFEMObjects(), MultiAppVectorPostprocessorTransfer::executeToMultiapp(), Exodus::Exodus(), CSG::CSGBase::expandAllEngUnitsCycle(), CSG::CSGBase::expandEngUnit(), ExplicitSSPRungeKutta::ExplicitSSPRungeKutta(), MultiAppMFEMTolibMeshShapeEvaluationTransfer::extractlibMeshNodePositions(), MultiAppGeneralFieldTransfer::extractOutgoingPoints(), NEML2ModelExecutor::extractOutputs(), ExtraIDIntegralVectorPostprocessor::ExtraIDIntegralVectorPostprocessor(), MooseVariableFE< OutputType >::faceEvaluate(), FactorizedRankTwoTensorTempl< T >::FactorizedRankTwoTensorTempl(), Moose::fe_lagrange_1D_shape(), Moose::fe_lagrange_1D_shape_deriv(), Moose::fe_lagrange_2D_shape(), Moose::fe_lagrange_2D_shape_deriv(), FEProblemSolve::FEProblemSolve(), MooseVariableField< OutputType >::fieldType(), FileOutput::FileOutput(), FileRangeBuilder::FileRangeBuilder(), ColumnMajorMatrixTempl< T >::fill(), ColumnMajorMatrixTempl< T >::fill(), ColumnMajorMatrixTempl< T >::fill(), RankFourTensorTempl< T >::fillAntisymmetricFromInputVector(), RankFourTensorTempl< T >::fillAntisymmetricIsotropicFromInputVector(), FillBetweenPointVectorsTools::fillBetweenPointVectorsGenerator(), SymmetricRankTwoTensorTempl< Real >::fillFromInputVector(), RankFourTensorTempl< T >::fillFromInputVector(), SymmetricRankFourTensorTempl< T >::fillFromInputVector(), RankThreeTensorTempl< T >::fillFromInputVector(), RankFourTensorTempl< T >::fillGeneralFromInputVector(), RankThreeTensorTempl< T >::fillGeneralFromInputVector(), RankFourTensorTempl< T >::fillGeneralIsotropicFromInputVector(), RankFourTensorTempl< T >::fillGeneralOrthotropicFromInputVector(), SymmetricRankFourTensorTempl< T >::fillGeneralOrthotropicFromInputVector(), NEML2ModelExecutor::fillInputs(), NearestPointBase< UserObjectType, BaseType >::fillPoints(), CentroidMultiApp::fillPositions(), QuadraturePointMultiApp::fillPositions(), RankFourTensorTempl< T >::fillPrincipalFromInputVector(), SymmetricRankFourTensorTempl< T >::fillPrincipalFromInputVector(), MultiAppGeometricInterpolationTransfer::fillSourceInterpolationPoints(), RankFourTensorTempl< T >::fillSymmetricIsotropicEandNuFromInputVector(), SymmetricRankFourTensorTempl< T >::fillSymmetricIsotropicEandNuFromInputVector(), TriangleManifold::finalize(), PointSamplerBase::finalize(), SamplerBase::finalize(), NEML2Assembly::finalize(), DiscreteVariableResidualNorm::finalize(), MemoryUsage::finalize(), ParsedVectorReporter::finalize(), ParsedVectorVectorRealReductionReporter::finalize(), ReporterContext< T >::finalize(), ElementQualityChecker::finalize(), NearestPointAverage::finalize(), NearestPointIntegralVariablePostprocessor::finalize(), VerifyElementUniqueID::finalize(), VerifyNodalUniqueID::finalize(), VectorPostprocessorContext< T >::finalize(), DiscreteElementUserObject::finalize(), NonlinearEigenSystem::finalNonlinearResidual(), CommandLine::findCommandLineParam(), MFEMCutTransitionSubMesh::findFaceNormal(), NearestNodeLocator::findNodes(), MultiIndex< T >::flatIndex(), FormattedTable::FormattedTable(), FunctionPeriodicBoundary::FunctionPeriodicBoundary(), FunctionParserUtils< is_ad >::functionsOptimize(), FunctorSmootherTempl< T >::FunctorSmootherTempl(), FVMassMatrix::FVMassMatrix(), FVMatAdvection::FVMatAdvection(), GapValueAux::GapValueAux(), WorkBalance::gather(), MOOSEQuantityToNEML2< T, state >::gatheredData(), ElementSubdomainModifierBase::gatherPatchElements(), Boundary2DDelaunayGenerator::General2DDelaunay(), SurfaceSubdomainsDelaunayRemesher::General2DDelaunay(), LeastSquaresFitBase::generate(), Boundary2DDelaunayGenerator::generate(), ParsedGenerateNodeset::generate(), SideSetsFromAllNormalsGenerator::generate(), SideSetsFromBoundingBoxGenerator::generate(), SideSetsFromNormalsGenerator::generate(), SideSetsFromPointsGenerator::generate(), StitchMeshGenerator::generate(), SurfaceSubdomainsFromAllNormalsGenerator::generate(), RandomICBase::generateRandom(), GenericConstantMaterialTempl< is_ad >::GenericConstantMaterialTempl(), GenericConstantVectorMaterialTempl< is_ad >::GenericConstantVectorMaterialTempl(), GenericFunctionMaterialTempl< is_ad >::GenericFunctionMaterialTempl(), GenericFunctionVectorMaterialTempl< is_ad >::GenericFunctionVectorMaterialTempl(), GenericFunctorGradientMaterialTempl< is_ad >::GenericFunctorGradientMaterialTempl(), GenericFunctorMaterialTempl< is_ad >::GenericFunctorMaterialTempl(), GenericFunctorTimeDerivativeMaterialTempl< is_ad >::GenericFunctorTimeDerivativeMaterialTempl(), GenericVectorFunctorMaterialTempl< is_ad >::GenericVectorFunctorMaterialTempl(), GeometricSearchData::GeometricSearchData(), FileInputStream::get(), ControllableItem::get(), Moose::WebServerControlTypeRegistry::get(), ActionWarehouse::getAction(), ActionWarehouse::getActionByTask(), MooseObjectWarehouseBase< T >::getActiveObject(), DisplacedProblem::getActualFieldVariable(), FEProblemBase::getActualFieldVariable(), AppFactory::getAppParams(), AppFactory::getAppParamsID(), DisplacedProblem::getArrayVariable(), FEProblemBase::getArrayVariable(), NEML2BatchIndexGenerator::getBatchIndex(), BlockRestrictable::getBlockCoordSystem(), MaterialPropertyInterface::getBlockMaterialProperty(), VariableOldValueBounds::getBound(), MooseMeshUtils::getBoundaryIDs(), CSG::CSGUniverse::getCell(), CSG::CSGCellList::getCell(), ChainControlDataBase::getChainControl(), ChainControlDataSystem::getChainControlData(), MooseServer::getCheckApp(), Moose::MFEM::CoefficientMap< T, Tpw >::getCoefficientPtr(), NodalPatchRecoveryBase::getCoefficients(), CSG::CSGSurfaceEngUnit::getCoeffs(), Parser::getCommandLineRoot(), NonlinearEigenSystem::getConvergedEigenpair(), NonlinearEigenSystem::getConvergedEigenvalue(), FEProblemBase::getConvergence(), NonlinearEigenSystem::getCurrentNonlinearIterationNumber(), PropertyReadFile::getData(), MooseUtils::DelimitedFileReaderTempl< T >::getData(), MooseUtils::DelimitedFileReaderTempl< T >::getData(), MooseUtils::DelimitedFileReaderTempl< T >::getDataAsPoints(), Registry::getDataFilePath(), Coupleable::getDefaultValue(), Moose::Kokkos::DispatcherRegistry::getDispatcher(), FEProblemBase::getDistribution(), DistributionInterface::getDistribution(), DistributionInterface::getDistributionByName(), MooseVariableData< OutputType >::getElementalValue(), GhostingUserObject::getElementalValue(), MooseVariableData< OutputType >::getElementalValue(), MooseVariableDataFV< OutputType >::getElementalValue(), ElementUOProvider::getElementalValueLong(), ElementUOProvider::getElementalValueReal(), PropertyReadFile::getElementData(), ElementIDInterface::getElementIDIndex(), ElementIDInterface::getElementIDIndexByName(), ElementPairLocator::getElemPairInfo(), ElementPairLocator::getElemPairs(), CSG::CSGEngUnitList::getEngUnit(), CSG::CSGBase::getEngUnitByName(), NonlinearEigenSystem::getEPS(), MultiAppFieldTransfer::getEquationSystem(), Moose::MFEM::EquationSystem::GetEssentialBoundaryMarkers(), Moose::getExec(), CSG::CSGCellEngUnit::getExpandedCell(), CSG::CSGSurfaceEngUnit::getExpandedRegion(), CSG::CSGUniverseEngUnit::getExpandedUniverse(), MFEMVectorFESpace::getFECName(), NonlinearSystemBase::getFieldSplitPreconditioner(), CSG::CSGCell::getFillLattice(), CSG::CSGCell::getFillMaterial(), CSG::CSGCell::getFillUniverse(), MeshCoarseningUtils::getFineElementsFromInteriorNode(), FEProblemBase::getFunction(), FEProblemBase::getFVAdvectedInterpolationMethod(), FEProblemBase::getFVFaceInterpolationMethod(), FEProblemBase::getFVInterpolationMethod(), FEProblemBase::getFVMatsAndDependencies(), VariableWarehouse::getFVVariable(), AuxKernelTempl< ComputeValueType >::getGenericMaterialProperty(), Moose::MFEM::EquationSystem::GetGradient(), CSG::CSGSurface::getHalfspaceFromPoint(), RestartableDataReader::getHeader(), MortarInterfaceWarehouse::getHigherDimSubdomainIDs(), MaterialPropertyRegistry::getID(), MooseMeshUtils::getIDFromName(), PenetrationThread::getInfoForFacesWithCommonNodes(), InputParameterWarehouse::getInputParameters(), MaterialPropertyInterface::getKokkosBlockMaterialProperty(), FEProblemBase::getKokkosFunction(), MaterialData::getKokkosProperty(), FEProblemBase::getKokkosUserObject(), FormattedTable::getLastData(), Parser::getLastInputFileName(), MooseUtils::getLatestCheckpointFilePrefix(), CSG::CSGLatticeList::getLattice(), CSG::CSGBase::getLatticeByName(), LayeredBase::getLayerValue(), MFEMMultiAppTransfer::getlibMeshEquationSystem(), FEProblemBase::getLinearConvergenceNames(), Moose::MFEM::EquationSystem::GetLinearizationPoint(), SolutionUserObjectBase::getLocalVarIndex(), FEProblemBase::getMaterialData(), AuxKernelTempl< ComputeValueType >::getMaterialProperty(), AuxKernelTempl< ComputeValueType >::getMaterialPropertyOld(), AuxKernelTempl< ComputeValueType >::getMaterialPropertyOlder(), FEProblemBase::getMaterialPropertyStorageConsumers(), SystemBase::getMatrix(), SystemBase::getMatrix(), FEProblemBase::getMaxQps(), FEProblemBase::getMeshDivision(), MeshGeneratorSystem::getMeshGenerator(), MFEMProblem::getMFEMObject(), MFEMProblem::getMFEMVariableMesh(), NEML2FEInterpolation::getMOOSEVariable(), MortarInterfaceWarehouse::getMortarInterface(), MortarSegmentHelper::getMortarSegmentsImpl(), Moose::Mortar::getMortarSubElementNodeIndices(), FEProblemBase::getMultiAppFixedPointConvergenceName(), MaterialPropertyRegistry::getName(), Times::getNextTime(), MooseVariableData< OutputType >::getNodalValue(), PropertyReadFile::getNodeData(), FEProblemBase::getNonlinearConvergenceNames(), EigenProblem::getNonlinearEigenSystem(), FEProblemBase::getNonlinearSystem(), MooseObjectWarehouseBase< T >::getObject(), MeshCoarseningUtils::getOppositeNodeIndex(), CSG::CSGLattice::getOuterMaterial(), CSG::CSGLattice::getOuterUniverse(), NEML2ModelExecutor::getOutput(), OutputWarehouse::getOutput(), NEML2ModelExecutor::getOutputDerivative(), NEML2ModelExecutor::getOutputParameterDerivative(), Moose::DataFileUtils::getPath(), Moose::PetscSupport::getPetscKSPNormType(), Moose::PetscSupport::getPetscPCSide(), ActionWarehouse::getPhysics(), ActionWarehouse::getPhysics(), ImageMesh::GetPixelInfo(), ImageMeshGenerator::GetPixelInfo(), Positions::getPosition(), Positions::getPositions(), FEProblemBase::getPositionsObject(), Positions::getPositionsVector2D(), Positions::getPositionsVector3D(), Positions::getPositionsVector4D(), MaterialPropertyInterface::getPossiblyConstantGenericMaterialPropertyByName(), FEProblemBase::getPostprocessorObjectByName(), Times::getPreviousTime(), EqualValueBoundaryConstraint::getPrimaryNodeIDByCoord(), InterfaceQpUserObjectBase::getQpValue(), InterfaceValueTools::getQuantity(), ReporterData::getReporterContextBase(), ReporterData::getReporterContextBase(), ReporterData::getReporterStateBase(), ReporterData::getReporterStateBase(), ReporterData::getReporterStateHelper(), ReporterData::getReporterValue(), Registry::getRepositoryURL(), CSG::CSGHexagonalLattice::getRingIndexFromRowIndex(), Parser::getRoot(), MooseServer::getRoot(), CSG::CSGHexagonalLattice::getRowIndexFromRingIndex(), RankTwoTensorTempl< T >::getRUDecompositionRotation(), FEProblemBase::getSampler(), SamplerInterface::getSamplerByName(), MeshGeneratorSystem::getSavedMesh(), Moose::MFEM::CoefficientManager::getScalarCoefficientPtr(), ScalarCoupleable::getScalarVar(), DisplacedProblem::getScalarVariable(), FEProblemBase::getScalarVariable(), SystemBase::getScalarVariable(), SystemBase::getScalarVariable(), InterfaceQpUserObjectBase::getSideAverageValue(), PenetrationThread::getSideCornerNodes(), PenetrationThread::getSmoothingEdgeNodesAndWeights(), PenetrationThread::getSmoothingFacesAndWeights(), NonlinearEigenSystem::getSNES(), NonlinearSystem::getSNES(), Syntax::getSortedTask(), DisplacedProblem::getStandardVariable(), FEProblemBase::getStandardVariable(), FEProblemBase::getSteadyStateConvergenceName(), MooseMeshUtils::getSubdomainID(), TimedSubdomainModifier::getSubdomainIDAndCheck(), MooseMeshUtils::getSubdomainIDs(), CSG::CSGSurfaceList::getSurface(), DisplacedProblem::getSystem(), FEProblemBase::getSystem(), FEProblemBase::getSystemBase(), Times::getTimeAtIndex(), Moose::MFEM::TimeDerivativeMap::getTimeDerivativeName(), FEProblemBase::getTimeFromStateArg(), Moose::MFEM::TimeDerivativeMap::getTimeIntegralName(), SystemBase::getTimeIntegrator(), Times::getTimes(), CSG::CSGUniverseList::getUniverse(), CSG::CSGLattice::getUniverseAtIndex(), CSG::CSGLattice::getUniverseIndices(), FEProblemBase::getUserObject(), FEProblemBase::getUserObjectBase(), ActionFactory::getValidParams(), AppFactory::getValidParams(), NumRelationshipManagers::getValue(), Residual::getValue(), SideAverageValue::getValue(), VectorPostprocessorComponent::getValue(), LineValueSampler::getValue(), JSONFileReader::getValue(), JSONFileReader::getValue(), FindValueOnLine::getValueAtPoint(), Coupleable::getVarHelper(), SystemBase::getVariable(), SystemBase::getVariable(), JSONFileReader::getVector(), JSONFileReader::getVector(), SystemBase::getVector(), SystemBase::getVector(), Moose::MFEM::CoefficientManager::getVectorCoefficientPtr(), FEProblemBase::getVectorPostprocessorObjectByName(), Coupleable::getVectorVar(), Coupleable::getVectorVar(), DisplacedProblem::getVectorVariable(), FEProblemBase::getVectorVariable(), GhostingFromUOAux::GhostingFromUOAux(), EqualValueBoundaryConstraint::ghostPrimary(), Moose::globalDofIndexToDerivative(), MooseVariableInterface< T >::gradient(), MooseParsedVectorFunction::gradient(), MooseVariableInterface< T >::gradientOld(), MooseVariableInterface< T >::gradientOlder(), MooseLinearVariableFV< OutputType >::gradientStateError(), MooseVariableData< OutputType >::gradSlnDot(), MooseVariableDataFV< OutputType >::gradSlnDot(), MooseVariableData< OutputType >::gradSlnDotDot(), MooseVariableDataFV< OutputType >::gradSlnDotDot(), Moose::FV::greenGaussGradient(), Moose::FV::greenGaussGradient(), FEProblemBase::handleException(), Terminator::handleMessage(), Moose::FunctorBase< T >::hasBlocks(), HDGKernel::HDGKernel(), MooseUtils::hostname(), GeneralRegistry< Key, Item, KeyHash >::id(), LazyCoupleable::init(), AddAuxVariableAction::init(), MFEMMesh::init(), FEProblem::init(), FEProblemBase::init(), CSVTimeSequenceStepper::init(), Adaptivity::init(), Moose::MFEM::EquationSystem::Init(), Moose::MFEM::ComplexEquationSystem::Init(), FEProblemBase::initialAdaptMesh(), MooseParsedFunctionWrapper::initialize(), DistributedPositions::initialize(), ElementGroupCentroidPositions::initialize(), FunctorPositions::initialize(), ParsedDownSelectionPositions::initialize(), ReporterPositions::initialize(), TransformedPositions::initialize(), FunctorTimes::initialize(), ReporterTimes::initialize(), BlockRestrictable::initializeBlockRestrictable(), BoundaryRestrictable::initializeBoundaryRestrictable(), ChainControlParsedFunctionWrapper::initializeFunctionInputs(), SolutionAux::initialSetup(), ReferenceResidualConvergence::initialSetup(), EigenProblemSolve::initialSetup(), SteffensenSolve::initialSetup(), Axisymmetric2D3DSolutionFunction::initialSetup(), CoarsenedPiecewiseLinear::initialSetup(), MooseParsedFunction::initialSetup(), PiecewiseLinear::initialSetup(), PiecewiseLinearBase::initialSetup(), IntegralPreservingFunctionIC::initialSetup(), SolutionIC::initialSetup(), LinearFVAdvection::initialSetup(), LinearFVAnisotropicDiffusion::initialSetup(), LinearFVDiffusion::initialSetup(), ElementSubdomainModifierBase::initialSetup(), MFEMSamplerBase::initialSetup(), NEML2FEInterpolation::initialSetup(), CSV::initialSetup(), Exodus::initialSetup(), ChainControlDataPostprocessor::initialSetup(), NodalVariableValue::initialSetup(), FEProblemBase::initialSetup(), LinearSystem::initialSetup(), MultiAppCloneReporterTransfer::initialSetup(), MultiAppConservativeTransfer::initialSetup(), MultiAppDofCopyTransfer::initialSetup(), MultiAppGeneralFieldNearestLocationTransfer::initialSetup(), SolutionUserObjectBase::initialSetup(), AdvancedOutput::initOutputList(), AdvancedOutput::initShowHideLists(), Moose::Builder::initSyntaxFormatter(), InputParameters::addDeprecatedParam< std::vector< MooseEnum > >(), InputParameters::addParam< std::vector< MooseEnum > >(), InputParameters::addParam< std::vector< MultiMooseEnum > >(), InputParameters::addRequiredParam< std::vector< MultiMooseEnum > >(), MooseUtils::StaticallyAllocatedSet< T, N >::insert(), MooseLinearVariableFV< OutputType >::insertLower(), MooseUtils::installedInputsDir(), LayeredBase::integralValue(), InterfaceDiffusiveFluxIntegralTempl< is_ad >::InterfaceDiffusiveFluxIntegralTempl(), InterfaceIntegralVariableValuePostprocessor::InterfaceIntegralVariableValuePostprocessor(), InterfaceKernelTempl< T >::InterfaceKernelTempl(), InterfaceTimeKernel::InterfaceTimeKernel(), Moose::FV::interpCoeffs(), Moose::FV::interpolate(), Moose::FV::interpolate(), MultiAppGeometricInterpolationTransfer::interpolateTargetPoints(), ColumnMajorMatrixTempl< T >::inverse(), InversePowerMethod::InversePowerMethod(), RankFourTensorTempl< T >::invSymm(), MooseVariableField< OutputType >::isArray(), RestartableDataReader::isAvailable(), Coupleable::isCoupled(), ScalarCoupleable::isCoupledScalar(), Moose::FunctorBase< T >::isExtrapolatedBoundaryFace(), ActionWarehouse::isTaskComplete(), MortarSegmentInfo::isValid(), CSG::CSGTransformationHelper::isValidTransformationValue(), GeneralRegistry< Key, Item, KeyHash >::itemNonLocking(), ADFParser::JITCompile(), Moose::Kokkos::MeshHolder::kokkosMesh(), LayeredBase::LayeredBase(), LayeredIntegralBase< UserObjectType >::LayeredIntegralBase(), LeastSquaresFit::LeastSquaresFit(), LevelSetMeshingHelper::LevelSetMeshingHelper(), Moose::LibtorchArtificialNeuralNet::LibtorchArtificialNeuralNet(), Moose::FV::limiterType(), LinearCombinationPostprocessor::LinearCombinationPostprocessor(), LinearFVGradientInterface::linearFVLimitedGradientContainer(), LinearNodalConstraint::LinearNodalConstraint(), LineMaterialSamplerBase< T >::LineMaterialSamplerBase(), MooseMeshXYCuttingUtils::lineRemoverCutElemTri(), MooseMeshXYCuttingUtils::lineRemoverMoveNode(), LineValueSampler::LineValueSampler(), RestartableEquationSystems::load(), Moose::TorchScriptModule::loadNeuralNetwork(), MultiAppGeneralFieldTransfer::locatePointReceivers(), LockFile::LockFile(), LowerBoundNodalKernel::LowerBoundNodalKernel(), MooseLinearVariableFV< OutputType >::lowerDError(), MooseVariableFV< OutputType >::lowerDError(), MooseUtils::makedirs(), FaceArgProducerInterface::makeFace(), FormattedTable::makeGnuplot(), PNGOutput::makePNG(), MultiAppCoordTransform::mapBack(), MassMatrix::MassMatrix(), MaterialProperty< T >::MaterialProperty(), MaterialPropertyBase< T, is_ad >::MaterialPropertyBase(), MaterialRealTensorValueAuxTempl< is_ad >::MaterialRealTensorValueAuxTempl(), MaterialRealVectorValueAuxTempl< T, is_ad, is_functor >::MaterialRealVectorValueAuxTempl(), MaterialStdVectorRealGradientAux::MaterialStdVectorRealGradientAux(), MooseVariableDataBase< OutputType >::matrixTagValue(), MeshBaseImageSampler::MeshBaseImageSampler(), NEML2ModelExecutor::meshChanged(), MeshMetaDataInterface::meshPropertyPrefix(), MFEMComplexExteriorProductAux::MFEMComplexExteriorProductAux(), MFEMComplexInnerProductAux::MFEMComplexInnerProductAux(), MFEMCrossProductAux::MFEMCrossProductAux(), MFEMEigenproblem::MFEMEigenproblem(), MFEMGeometricMultigridSolver::MFEMGeometricMultigridSolver(), MFEMInnerProductAux::MFEMInnerProductAux(), MFEMNDtoRTAux::MFEMNDtoRTAux(), MFEMSamplerBase::MFEMSamplerBase(), MooseAppCoordTransform::MooseAppCoordTransform(), moose::internal::mooseDeprecatedStream(), MooseEnumBase::MooseEnumBase(), MeshMetaDataInterface::mooseErrorInternal(), Moose::SlepcSupport::mooseMatMult_Eigen(), Moose::SlepcSupport::mooseMatMult_NonEigen(), MooseParsedFunctionBase::MooseParsedFunctionBase(), MathUtils::mooseSetToZero(), Moose::SlepcSupport::mooseSlepcEPSGetSNES(), MooseStaticCondensationPreconditioner::MooseStaticCondensationPreconditioner(), MooseVariableInterface< T >::mooseVariable(), MooseVariableConstMonomial::MooseVariableConstMonomial(), moose::internal::mooseWarningStream(), NonlinearSystemBase::mortarConstraints(), AutomaticMortarGeneration::mortarSegmentReferencePoints(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::moveToDevice(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::moveToHost(), MultiAppUserObjectTransfer::MultiAppUserObjectTransfer(), MultiAppVariableValueSamplePostprocessorTransfer::MultiAppVariableValueSamplePostprocessorTransfer(), MultiIndex< T >::MultiIndex(), MultiPostprocessorConvergence::MultiPostprocessorConvergence(), Moose::Kokkos::MaterialPropertyBase::name(), NearestNodeDistanceAux::NearestNodeDistanceAux(), SystemBase::needSolutionState(), FEProblemBase::needsPreviousNewtonIteration(), NeighborMooseVariableInterface< T >::neighborGradient(), NeighborMooseVariableInterface< T >::neighborGradientOld(), MooseMeshElementConversionUtils::neighborNodeIndicesHEX8(), KDTree::neighborSearch(), NeighborMooseVariableInterface< T >::neighborSecond(), NeighborMooseVariableInterface< Real >::neighborSecond(), NeighborMooseVariableInterface< T >::neighborSecondOld(), NeighborMooseVariableInterface< T >::neighborSecondOlder(), NeighborMooseVariableInterface< Real >::neighborSecondPhi(), NeighborMooseVariableInterface< T >::neighborSecondPhi(), NeighborMooseVariableInterface< T >::neighborSecondTest(), NeighborMooseVariableInterface< T >::neighborValueOld(), NonlinearEigenSystem::nLinearIterations(), NonlinearEigenSystem::nNonlinearIterations(), NodalConstraint::NodalConstraint(), MooseVariableFV< OutputType >::nodalDofIndex(), MooseVariableFV< OutputType >::nodalDofIndexNeighbor(), MooseLinearVariableFV< OutputType >::nodalError(), MooseVariableDataBase< OutputType >::nodalMatrixTagValue(), MooseVariableFV< OutputType >::nodalMatrixTagValue(), ProjectedStatefulMaterialNodalPatchRecoveryTempl< T, is_ad >::nodalPatchRecovery(), NodalPatchRecoveryAuxBase::NodalPatchRecoveryAuxBase(), NodalScalarKernel::NodalScalarKernel(), MooseVariableDataBase< OutputType >::nodalValue(), MooseVariableFV< OutputType >::nodalValueArray(), MooseVariableDataBase< OutputType >::nodalValueArray(), MooseVariableData< OutputType >::nodalValueDot(), MooseVariableData< OutputType >::nodalValueDotDot(), MooseVariableData< OutputType >::nodalValueDotDotOld(), MooseVariableData< OutputType >::nodalValueDotOld(), MooseVariableFV< OutputType >::nodalValueOldArray(), MooseVariableFV< OutputType >::nodalValueOlderArray(), NodalVariableValue::NodalVariableValue(), MooseVariableDataBase< OutputType >::nodalVectorTagValue(), MooseVariableFV< OutputType >::nodalVectorTagValue(), MooseMeshElementConversionUtils::nodeRotationHEX8(), MooseMeshElementConversionUtils::nodeRotationPRISM6(), MooseMeshElementConversionUtils::nodeRotationPYRAMID5(), NonlinearEigenSystem::NonlinearEigenSystem(), NonlinearEigenSystem::nonlinearSolver(), SystemBase::nonTimeVectorTag(), CSG::nRingToRow(), CSG::nRowToRing(), MooseVariableFV< OutputType >::numberOfDofsNeighbor(), NumFailedTimeSteps::NumFailedTimeSteps(), NumNonlinearIterations::NumNonlinearIterations(), NumVars::NumVars(), Registry::objData(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::offset(), Moose::FV::onBoundary(), FlagElementsThread::onElement(), NonlinearThread::onExternalSide(), ProjectMaterialProperties::onInternalSide(), FormattedTable::open(), MooseUnits::operator Real(), ComputeLinearFVLimitedGradientThread::operator()(), NearestNodeThread::operator()(), PenetrationThread::operator()(), ColumnMajorMatrixTempl< T >::operator()(), ColumnMajorMatrixTempl< T >::operator()(), ColumnMajorMatrixTempl< T >::operator*(), ColumnMajorMatrixTempl< T >::operator*(), ColumnMajorMatrixTempl< T >::operator+=(), ADMaterialProperty< T >::operator=(), RankTwoTensorTempl< T >::operator=(), ColumnMajorMatrixTempl< T >::operator=(), ColumnMajorMatrixTempl< T >::operator=(), MaterialProperty< T >::operator=(), MaterialPropertyBase< T, is_ad >::operator=(), OutputMapWrapper< T >::operator[](), ExecuteMooseObjectWarehouse< T >::operator[](), ExecuteMooseObjectWarehouse< T >::operator[](), OrientedBoxInterface::OrientedBoxInterface(), Exodus::output(), SolutionHistory::output(), XDA::output(), AdvancedOutput::outputElementalVariables(), AdvancedOutput::outputInput(), AdvancedOutput::outputNodalVariables(), AdvancedOutput::outputPostprocessors(), AdvancedOutput::outputReporters(), AdvancedOutput::outputScalarVariables(), Exodus::outputSetup(), Nemesis::outputSetup(), AdvancedOutput::outputSystemInformation(), AdvancedOutput::outputVectorPostprocessors(), Console::outputVectorPostprocessors(), Moose::Kokkos::DispatcherBase::parallelFor(), Moose::Kokkos::DispatcherBase::parallelReduce(), FVRelationshipManagerInterface::parameterError(), CommandLine::parse(), PiecewiseBilinear::parse(), MooseUnits::parse(), GriddedData::parse(), FunctionMaterialPropertyDescriptor< is_ad >::parseDependentSymbols(), FunctionMaterialPropertyDescriptor< is_ad >::parseDerivative(), ParsedODEKernel::ParsedODEKernel(), MooseUnits::parseError(), Parser::parseError(), Parser::Parser(), Factory::parseTime(), Moose::SlepcSupport::PCApply_MoosePC(), Moose::SlepcSupport::PCSetUp_MoosePC(), PenetrationLocator::PenetrationLocator(), MultiAppConservativeTransfer::performAdjustment(), MooseVariableFV< OutputType >::phiLowerSize(), EqualValueBoundaryConstraint::pickPrimaryNode(), PiecewiseBilinear::PiecewiseBilinear(), PiecewiseFunction::PiecewiseFunction(), PiecewiseLinearInterpolationMaterial::PiecewiseLinearInterpolationMaterial(), PiecewiseMulticonstant::PiecewiseMulticonstant(), PiecewiseTabularBase::PiecewiseTabularBase(), MathUtils::plainLog(), SolutionUserObjectBase::pointValueGradientWrapper(), SolutionUserObjectBase::pointValueWrapper(), MathUtils::poly1Log(), MathUtils::poly2Log(), MathUtils::poly3Log(), MathUtils::poly4Log(), PolynomialFit::PolynomialFit(), CommandLine::populateCommandLineParams(), RankTwoTensorTempl< T >::positiveProjectionEigenDecomposition(), SymmetricRankTwoTensorTempl< T >::positiveProjectionEigenDecomposition(), NonlinearEigenSystem::postAddResidualObject(), EigenProblem::postScaleEigenVector(), MortarNodalAuxKernelTempl< ComputeValueType >::precalculateValue(), ADKernelValueTempl< T >::precomputeQpJacobian(), MaterialPropertyValueTempl< is_ad >::precomputeQpJacobian(), FunctorKernel::precomputeQpResidual(), CSG::CSGBase::prepareSurfaceDeletion(), CSG::CSGBase::prepareUniverseDeletion(), ElementSubdomainModifierBase::prepareVariableForReinitialization(), MooseUtils::DelimitedFileReaderTempl< T >::preprocessLine(), NonlinearSystemBase::preSMOResidual(), MooseUtils::DelimitedFileReaderTempl< T >::processLine(), processLiteralVectors(), MultiAppMFEMTolibMeshShapeEvaluationTransfer::projectlibMeshNodalValues(), MFEMNodalProjector::projectNodalValues(), Moose::Mortar::projectQPoints3d(), PseudoTimestep::PseudoTimestep(), PerfGraph::push(), MOOSEQuantityToNEML2< T, state >::qpData(), rankConfig(), RankFourTensorTempl< T >::RankFourTensorTempl(), RankMap::ranks(), RankThreeTensorTempl< T >::RankThreeTensorTempl(), RankTwoTensorTempl< T >::RankTwoTensorTempl(), RankTwoTensorTempl< typename T::value_type >::RankTwoTensorTempl(), MooseUtils::DelimitedFileReaderTempl< T >::readColumnData(), PropertyReadFile::readData(), SolutionUserObjectBase::readExodusIIOrNemesis(), RestartableDataReader::readHeader(), SolutionUserObjectBase::readXda(), DerivativeParsedMaterialHelperTempl< is_ad >::recurseDerivative(), FunctorChangeFunctorMaterialTempl< is_ad >::referenceState(), Factory::reg(), moose::internal::PerfGraphRegistry::registerSection(), Syntax::registerTaskName(), EqualValueEmbeddedConstraintTempl< is_ad >::reinitConstraint(), MFEMTransient::relativeSolutionDifferenceNorm(), RelativeSolutionDifferenceNorm::RelativeSolutionDifferenceNorm(), StringInputStream::release(), CommandLine::removeArgument(), ExecFlagEnum::removeAvailableFlags(), CSG::CSGUniverse::removeCell(), CSG::CSGBase::removeCellFromUniverse(), MooseUtils::removedirs(), SystemBase::removeMatrix(), SystemBase::removeVector(), CSG::CSGBase::renameCell(), CSG::CSGCellList::renameCell(), CSG::CSGBase::renameEngUnit(), CSG::CSGLatticeList::renameLattice(), CSG::CSGBase::renameSurface(), CSG::CSGSurfaceList::renameSurface(), CSG::CSGBase::renameUniverse(), CSG::CSGUniverseList::renameUniverse(), ReporterName::ReporterName(), Factory::reportUnregisteredError(), LinearFVGradientInterface::requestLinearFVLimitedGradients(), Coupleable::requestStates(), RestartableDataReader::requireRestoring(), ReporterContextBase::requiresConsumerModes(), CSG::CSGBase::resetCellFill(), CSG::CSGBase::resetLatticeOuter(), NonlinearEigenSystem::residualAndJacobianTogether(), NonlinearSystem::residualAndJacobianTogether(), SystemBase::residualCopy(), SystemBase::residualGhosted(), NonlinearSystemBase::residualVector(), SystemBase::residualVectorTag(), MultiIndex< T >::resize(), ReporterGeneralContext< T >::resize(), Moose::Kokkos::Thread< thread_id_type, max_dimension >::resize(), MooseVariableDataBase< OutputType >::resizeVectorTagData(), OptionalMaterialPropertyProxy< M, T, is_ad >::resolve(), MFEMProblem::resolveMFEMSolvers(), MFEMEigenproblem::resolveMFEMSolvers(), RestartableDataReader::restore(), RestartableEquationSystems::restore(), RestartableDataReader::restoreData(), SystemBase::restoreSolutions(), Moose::restrictPointToFace(), PenetrationThread::restrictPointToFace(), PenetrationThread::restrictPointToSpecifiedEdgeOfFace(), RotationMatrix::rodriguesRotationMatrix(), PiecewiseMultiInterpolation::sample(), LinearInterpolation::sample(), BicubicInterpolation::sample2ndDerivative(), BicubicSplineInterpolation::sample2ndDerivative(), BidimensionalInterpolation::sample2ndDerivative(), BidimensionalInterpolation::sampleDerivative(), BidimensionalInterpolation::sampleDerivative(), BidimensionalInterpolation::sampleDerivative(), BicubicInterpolation::sampleDerivative(), BicubicSplineInterpolation::sampleDerivative(), BilinearInterpolation::sampleDerivativeInternal(), BidimensionalInterpolation::sampleValueAndDerivatives(), BidimensionalInterpolation::sampleValueAndDerivatives(), BidimensionalInterpolation::sampleValueAndDerivatives(), ScalarCoupleable::ScalarCoupleable(), MortarScalarBase::scalarVariable(), MooseVariableInterface< T >::second(), BicubicSplineFunction::secondDerivative(), MooseVariableInterface< T >::secondOld(), MooseVariableInterface< RealEigenVector >::secondOlder(), MooseVariableInterface< T >::secondOlder(), MooseVariableInterface< T >::secondPhi(), MooseLinearVariableFV< OutputType >::secondPhi(), MooseVariableFV< OutputType >::secondPhi(), MooseVariableInterface< T >::secondPhiFace(), MooseLinearVariableFV< OutputType >::secondPhiFace(), MooseVariableFV< OutputType >::secondPhiFace(), MooseLinearVariableFV< OutputType >::secondPhiFaceNeighbor(), MooseVariableFV< OutputType >::secondPhiFaceNeighbor(), MooseLinearVariableFV< OutputType >::secondPhiNeighbor(), MooseVariableFV< OutputType >::secondPhiNeighbor(), MooseVariableData< OutputType >::secondSln(), MooseVariableDataFV< OutputType >::secondSln(), MooseVariableInterface< T >::secondTest(), MooseVariableInterface< RealEigenVector >::secondTest(), MooseVariableInterface< T >::secondTestFace(), PerfGraph::sectionData(), Moose::FV::selectInterpolationMethod(), ControllableItem::set(), Moose::ParameterRegistry::set(), Adaptivity::setAdaptivityOn(), CommandLine::setCommandLineParam(), MooseAppCoordTransform::setCoordinateSystem(), FEProblemBase::setCoupling(), PiecewiseBase::setData(), MultiAppCoordTransform::setDestinationCoordTransform(), MooseLinearVariableFV< RealEigenVector >::setDofValue(), Moose::SlepcSupport::setEigenProblemOptions(), Moose::SlepcSupport::setEigenProblemSolverParams(), Moose::SlepcSupport::setEigenSolverOptions(), Adaptivity::setErrorEstimator(), FileOutput::setFileBaseInternal(), ActionWarehouse::setFinalTask(), PiecewiseByBlockLambdaFunctor< T >::setFunctor(), MooseEnumItem::setID(), FEProblemSolve::setInnerSolve(), ADArrayNodalKernel::setJacobian(), CSG::CSGBase::setLatticeOuter(), CSG::CSGBase::setLatticeOuter(), CSG::CSGBase::setLatticeUniverses(), MFEMPetscNonlinearSolver::SetLinearSolver(), Moose::PetscSupport::setLineSearchFromParams(), SolverSystem::setMooseKSPNormType(), Assembly::setMortarQRule(), FVPointValueConstraint::setMyElem(), Moose::SlepcSupport::setNewtonPetscOptions(), Moose::SlepcSupport::setNonlinearPowerOptions(), FEProblemBase::setNonlocalCouplingMatrix(), PenetrationLocator::setNormalSmoothingMethod(), Exodus::setOutputDimensionInExodusWriter(), Adaptivity::setParam(), SolverSystem::setPCSide(), CSG::CSGCartesianLattice::setPitch(), CSG::CSGHexagonalLattice::setPitch(), NonlinearSystemBase::setPreconditioner(), MooseAppCoordTransform::setRotation(), Moose::PetscSupport::setSinglePetscOption(), MultiAppGeneralFieldTransfer::setSolutionVectorValues(), CSG::CSGLattice::setUniverseAtIndex(), CSG::CSGBase::setUniverseAtLatticeIndex(), CSG::CSGCartesianLattice::setUniverses(), CSG::CSGHexagonalLattice::setUniverses(), NonlinearSystem::setupColoringFiniteDifferencedPreconditioner(), MooseAppCoordTransform::setUpDirection(), NonlinearEigenSystem::setupFiniteDifferencedPreconditioner(), NonlinearSystem::setupFiniteDifferencedPreconditioner(), MeshBaseImageSampler::setupImageSampler(), ImageSampler::setupImageSampler(), Moose::MFEM::LORLinearSolverBase< MFEMSolverType >::SetupLOR(), NonlinearSystemBase::setupScalingData(), TimePeriodBase::setupTimes(), SamplerBase::setupVariables(), Moose::SlepcSupport::setWhichEigenPairsOptions(), Moose::Kokkos::ArrayBase< T, dimension, index_type >::shallowCopy(), IntegratedBCBase::shouldApply(), SideAdvectiveFluxIntegralTempl< is_ad >::SideAdvectiveFluxIntegralTempl(), SideDiffusiveFluxIntegralTempl< is_ad, T >::SideDiffusiveFluxIntegralTempl(), SideSetsFromNormalsGenerator::SideSetsFromNormalsGenerator(), SideSetsFromPointsGenerator::SideSetsFromPointsGenerator(), RankTwoTensorTempl< T >::sin3Lode(), SymmetricRankTwoTensorTempl< T >::sin3Lode(), MultiIndex< T >::slice(), SystemBase::solutionState(), SystemBase::solutionStateParallelType(), SolutionUserObjectBase::SolutionUserObjectBase(), Moose::MFEM::EigenproblemESProblemOperator::Solve(), FEProblemBase::solverSysNum(), Moose::MFEM::ProblemOperatorBase::SolveWithOperator(), SpatialAverageBase::SpatialAverageBase(), MeshDivisionFunctorReductionVectorPostprocessor::spatialValue(), NearestPointAverage::spatialValue(), NearestPointIntegralVariablePostprocessor::spatialValue(), SplineInterpolationBase::spline(), GriddedData::splitToRealVec(), MooseVariableDataBase< OutputType >::stateToTagHelper(), NonlinearEigenSystem::stopSolve(), NonlinearSystem::stopSolve(), RestartableDataValue::store(), Moose::PetscSupport::stringify(), Moose::PetscSupport::stringify(), Moose::stringify(), Moose::stringify(), Moose::stringify(), NEML2Utils::stringify(), Moose::stringify(), Moose::stringToEnum< CoordinateSystemType >(), Moose::stringToEnum< EigenProblemType >(), Moose::stringToEnum< EigenSolveType >(), Moose::stringToEnum< LineSearchType >(), Moose::stringToEnum< MffdType >(), Moose::stringToEnum< RelationshipManagerType >(), Moose::stringToEnum< SolveType >(), Moose::stringToEnum< TimeIntegratorType >(), Moose::stringToEnum< WhichEigenPairs >(), PiecewiseByBlockLambdaFunctor< T >::subdomainErrorMessage(), MultiAppGeometricInterpolationTransfer::subdomainIDsNode(), GeneralUserObject::subdomainSetup(), NodalUserObject::subdomainSetup(), Constraint::subdomainSetup(), RankFourTensorTempl< T >::surfaceFillFromInputVector(), RankTwoTensorTempl< T >::surfaceFillFromInputVector(), FEProblemBase::swapBackMaterialsNeighbor(), RankTwoTensorTempl< T >::syev(), SymmetricRankTwoTensorTempl< T >::syev(), RankTwoTensorTempl< T >::symmetricEigenvaluesEigenvectors(), SymmetricRankTwoTensorTempl< T >::symmetricEigenvaluesEigenvectors(), SymmetricRankFourTensorTempl< T >::SymmetricRankFourTensorTempl(), SymmetricRankTwoTensorTempl< T >::SymmetricRankTwoTensorTempl(), DisplacedProblem::systemBaseLinear(), DisplacedProblem::systemBaseLinear(), Console::systemInfoFlags(), SystemBase::systemMatrixTag(), FEProblemBase::systemNumForVariable(), TableValue< T >::TableValue(), TaggingInterface::TaggingInterface(), LibtorchUtils::tensorToVector(), TerminateChainControl::terminate(), Terminator::Terminator(), MooseMeshElementConversionUtils::tetNodesForHex(), GeneralUserObject::threadJoin(), ThreadedGeneralUserObject::threadJoin(), DiscreteElementUserObject::threadJoin(), LinearTimeIntegratorInterface::timeDerivativeMatrixContribution(), LinearTimeIntegratorInterface::timeDerivativeRHSContribution(), TimedSubdomainModifier::TimedSubdomainModifier(), TimeExtremeValue::TimeExtremeValue(), TimeIntegratedPostprocessor::TimeIntegratedPostprocessor(), MooseLinearVariableFV< OutputType >::timeIntegratorError(), TimeIntervalTimes::TimeIntervalTimes(), TimePeriodBase::TimePeriodBase(), VectorPostprocessorVisualizationAux::timestepSetup(), SystemBase::timeVectorTag(), Moose::LibtorchArtificialNeuralNetTrainer< SamplerType >::train(), MultiAppDofCopyTransfer::transfer(), ReporterContext< T >::transferFromVector(), ReporterContext< T >::transferToVector(), MultiAppShapeEvaluationTransfer::transferVariable(), MultiApplibMeshToMFEMShapeEvaluationTransfer::transferVariables(), MultiAppMFEMCopyTransfer::transferVariables(), MultiAppMFEMShapeEvaluationTransfer::transferVariables(), MultiAppMFEMTolibMeshShapeEvaluationTransfer::transferVariables(), TransformedPositions::TransformedPositions(), MooseAppCoordTransform::transformMesh(), moose::translateMetaPhysicLError(), TriangleManifoldUtils::SurfaceChecker::triangulate(), MeshTriangulationUtils::triangulateWithDelaunay(), TrilinearInterpolation::TrilinearInterpolation(), FEProblemBase::trustUserCouplingMatrix(), Moose::Kokkos::MaterialPropertyBase::type(), MooseVariableData< OutputType >::uDot(), MooseVariableDataFV< OutputType >::uDot(), MooseVariableData< OutputType >::uDotDot(), MooseVariableDataFV< OutputType >::uDotDot(), MooseVariableData< OutputType >::uDotDotOld(), MooseVariableDataFV< OutputType >::uDotDotOld(), FEProblemBase::uDotDotOldRequested(), MooseVariableData< OutputType >::uDotOld(), MooseVariableDataFV< OutputType >::uDotOld(), FEProblemBase::uDotOldRequested(), geom_utils::unitVector(), Positions::unrollMultiDPositions(), AuxKernelTempl< Real >::uOld(), AuxKernelTempl< ComputeValueType >::uOld(), AuxKernelTempl< ComputeValueType >::uOlder(), MortarInterfaceWarehouse::update(), CSG::CSGBase::updateCellFill(), CSG::CSGBase::updateCellFill(), CSG::CSGBase::updateCellFill(), CSG::CSGBase::updateCellRegion(), Checkpoint::updateCheckpointFiles(), NEML2FEInterpolation::updateDofMap(), Moose::MFEM::LORLinearSolverBase< MFEMSolverType >::UpdateEquationSystemContext(), NEML2FEInterpolation::updateGradPhi(), SolutionUserObjectBase::updateInterpolationBracketingTimeIndices(), FEProblemBase::updateMaxQps(), NearestNodeLocator::updatePatch(), NEML2FEInterpolation::updatePhi(), UpperBoundNodalKernel::UpperBoundNodalKernel(), TaggingInterface::useMatrixTag(), TaggingInterface::useMatrixTag(), NearestPointAverage::userObjectValue(), NearestPointIntegralVariablePostprocessor::userObjectValue(), TaggingInterface::useVectorTag(), TaggingInterface::useVectorTag(), Coupleable::validateExecutionerType(), ScalarCoupleable::validateExecutionerType(), BoundingBoxIC::value(), IntegralPreservingFunctionIC::value(), ReporterState< T >::value(), Axisymmetric2D3DSolutionFunction::value(), PiecewiseConstantFromCSV::value(), FunctionMaterialPropertyDescriptor< is_ad >::value(), ValueCache< T >::ValueCache(), MooseVariableInterface< RealEigenVector >::valueOlder(), ValueRangeMarker::ValueRangeMarker(), ValueThresholdMarker::ValueThresholdMarker(), VariableTimeIntegrationAux::VariableTimeIntegrationAux(), VariableValueVolumeHistogram::VariableValueVolumeHistogram(), VectorMagnitudeFunctorMaterialTempl< is_ad >::VectorMagnitudeFunctorMaterialTempl(), VectorNodalBC::VectorNodalBC(), ReporterGeneralContext< T >::vectorSum(), ReporterVectorContext< T >::vectorSum(), MooseVariableDataBase< OutputType >::vectorTagDofValue(), Coupleable::vectorTagDofValueHelper(), Coupleable::vectorTagDofValueHelper(), MooseVariableDataBase< OutputType >::vectorTagGradient(), MooseVariableDataBase< OutputType >::vectorTagValue(), Coupleable::vectorTagValueHelper(), Coupleable::vectorTagValueHelper(), MooseParsedFunction::vectorValue(), MooseParsedGradFunction::vectorValue(), MooseParsedFunctionBase::verifyFunction(), VTKOutput::VTKOutput(), ImageSampler::vtkThreshold(), MeshBaseImageSampler::vtkThreshold(), Coupleable::writableCoupledValue(), Coupleable::writableVariable(), RestartableDataWriter::write(), MFEMMesh::writeRecoveryFiles(), Console::writeStreamToFile(), DOFMapOutput::writeStreamToFile(), SystemBase::zeroTaggedVector(), SystemBase::zeroVariables(), InputStream::~InputStream(), and ThreadedFaceLoop< RangeType >::~ThreadedFaceLoop().

◆ mooseInfo()

template<typename... Args>
void mooseInfo ( Args &&...  args)

◆ mooseInfoRepeated()

template<typename... Args>
void mooseInfoRepeated ( Args &&...  args)

◆ mooseUnused()

template<typename... Args>
void mooseUnused ( Args &&...  args)

Warning message used to notify the users of unused parts of their input files Really used internally by the parser and shouldn't really be called elsewhere.

Definition at line 354 of file MooseError.h.

355{
356 moose::internal::mooseUnusedStream(Moose::out, std::forward<Args>(args)...);
357}
void mooseUnusedStream(S &oss, Args &&... args)
Definition MooseError.h:216

Referenced by Moose::Builder::errorCheck().

◆ mooseWarning()

template<typename... Args>
void mooseWarning ( Args &&...  args)

Emit a warning message with the given stringified, concatenated args.

Inside static functions, you will need to explicitly scope your mooseWarning call - i.e. do "::mooseWarning(arg1, ...);".

Definition at line 345 of file MooseError.h.

346{
347 moose::internal::mooseWarningStream(Moose::out, std::forward<Args>(args)...);
348}
void mooseWarningStream(S &oss, Args &&... args)
Definition MooseError.h:197

Referenced by CSG::CSGUniverse::addCell(), MFEMProblem::addFunction(), SplineUtils::bSplineControlPoints(), MooseMeshUtils::buildLoopBoundaryOf2DMesh(), AutomaticMortarGeneration::buildMortarSegmentMesh(), AutomaticMortarGeneration::buildMortarSegmentMesh3d(), MultiAppVariableValueSamplePostprocessorTransfer::cacheElemToPostprocessorData(), MooseEnumBase::checkDeprecated(), SolverSystem::checkInvalidSolution(), CSG::CSGBase::checkUniverseLinking(), SampledOutput::cloneMesh(), MultiAppGeneralFieldTransfer::closestToPosition(), VariableValueElementSubdomainModifier::computeSubdomainID(), GapValueAux::computeValue(), NonlinearSystem::converged(), DebugResidualAux::DebugResidualAux(), PenetrationLocator::detectPenetration(), ElementMaterialSampler::ElementMaterialSampler(), MeshDivisionFunctorReductionVectorPostprocessor::execute(), FileRangeBuilder::FileRangeBuilder(), ElementQualityChecker::finalize(), Moose::findContactPoint(), ParsedGenerateSideset::generate(), StitchMeshGenerator::generate(), SurfaceSubdomainsDelaunayRemesher::generate(), SurfaceSubdomainsFromAllNormalsGenerator::generate(), ControllableParameter::get(), MooseMeshUtils::getBoundaryIDs(), Coupleable::getDefaultVectorValue(), MFEMVectorFESpace::getFECName(), PointSamplerBase::getLocalElemContainingPoint(), FEProblemBase::getMaterial(), MemoryUtils::getMemoryStats(), LineValueSampler::getValue(), Moose::FV::greenGaussGradient(), Terminator::handleMessage(), Moose::FV::harmonicInterpolation(), ElementGroupCentroidPositions::initialize(), ElementSubdomainModifierBase::initialSetup(), MFEMVariableSamplerBase::initialSetup(), FEProblemBase::initialSetup(), MultiAppGeneralFieldNearestLocationTransfer::initialSetup(), MultiAppGeneralFieldTransfer::initialSetup(), BoundsBase::initialSetup(), AdvancedOutput::initPostprocessorOrVectorPostprocessorLists(), LayeredBase::LayeredBase(), LeastSquaresFit::LeastSquaresFit(), LockFile::LockFile(), PNGOutput::makePNG(), MemoryUsageReporter::MemoryUsageReporter(), FEProblemBase::mesh(), FEProblemBase::mesh(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), NodalPatchRecovery::NodalPatchRecovery(), NonlocalIntegratedBC::NonlocalIntegratedBC(), NonlocalKernel::NonlocalKernel(), ChainControlDataSystem::outputChainControlMap(), MultiAppGeneralFieldTransfer::outputValueConflicts(), PiecewiseConstantFromCSV::PiecewiseConstantFromCSV(), CSG::CSGBase::prepareCellDeletion(), MooseMeshXYCuttingUtils::quadToTriOnLine(), MooseMeshXYCuttingUtils::quasiTriElementsFixer(), PropertyReadFile::readData(), Moose::internal::Capabilities::registerMooseCapabilities(), SecondTimeDerivativeAux::SecondTimeDerivativeAux(), MooseUtils::serialBegin(), MooseUtils::serialEnd(), Moose::SlepcSupport::setEigenProblemSolverParams(), ShapeUserObject< T >::ShapeUserObject(), SidesetAroundSubdomainUpdater::SidesetAroundSubdomainUpdater(), FEProblemBase::sizeZeroes(), Tecplot::Tecplot(), TimeDerivativeAux::TimeDerivativeAux(), InputParameters::transferParam(), Checkpoint::updateCheckpointFiles(), SampledOutput::updateSample(), DerivativeMaterialInterface< T >::validateCoupling(), DerivativeMaterialInterface< T >::validateDerivativeMaterialPropertyBase(), PiecewiseConstantFromCSV::value(), LockFile::~LockFile(), and ValueCache< T >::~ValueCache().

◆ operator<<()

template<typename... T>
std::ostream & operator<< ( std::ostream &  os,
const std::tuple< T... > &  tup 
)

Definition at line 51 of file MooseError.h.

53{
54 os << "[";
55 print_tuple<0>(os, tup);
56 return os << "]";
57}

◆ print_tuple()

template<size_t n, typename... T>
void print_tuple ( std::ostream &  os,
const std::tuple< T... > &  tup 
)

Definition at line 40 of file MooseError.h.

41{
42 if constexpr (n < sizeof...(T))
43 {
44 if (n != 0)
45 os << ", ";
46 os << std::get<n>(tup);
47 print_tuple<n + 1>(os, tup);
48 }
49}