https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
ReferenceResidualProblem Class Referenceabstract

Problem that checks for convergence relative to a user-supplied reference quantity rather than the initial residual. More...

#include <ReferenceResidualProblem.h>

Inheritance diagram for ReferenceResidualProblem:
[legend]

Public Types

enum class  CoverageCheckMode {
  FALSE , TRUE , OFF , ON ,
  SKIP_LIST , ONLY_LIST
}
 
using DataFileParameterType = DataFileName
 The parameter type this interface expects for a data file name.
 

Public Member Functions

 ReferenceResidualProblem (const InputParameters &params)
 
virtual void addDefaultNonlinearConvergence (const InputParameters &params) override
 Adds the default nonlinear Convergence associated with the problem.
 
virtual bool onlyAllowDefaultNonlinearConvergence () const override
 Returns true if an error will result if the user supplies 'nonlinear_convergence'.
 
virtual bool getUseNonlinear () const
 
virtual void setUseNonlinear (bool use_nonlinear)
 
virtual void setInputParametersFEProblem (InputParameters &parameters) override
 
virtual NonlinearSystemgetNonlinearSystem (const unsigned int nl_sys_num) override
 
virtual void addLineSearch (const InputParameters &parameters) override
 add a MOOSE line search
 
virtual void init () override
 
bool initialized () const
 
virtual libMesh::EquationSystemses () override
 
virtual MooseMeshmesh () override
 
virtual const MooseMeshmesh () const override
 
const MooseMeshmesh (bool use_displaced) const override
 
MooseMeshmesh (bool use_displaced)
 
void setCoordSystem (const std::vector< SubdomainName > &blocks, const MultiMooseEnum &coord_sys)
 
void setAxisymmetricCoordAxis (const MooseEnum &rz_coord_axis)
 
void setCoupling (Moose::CouplingType type)
 Set the coupling between variables TODO: allow user-defined coupling.
 
Moose::CouplingType coupling () const
 
void setCouplingMatrix (std::unique_ptr< libMesh::CouplingMatrix > cm, const unsigned int nl_sys_num)
 Set custom coupling matrix.
 
void setCouplingMatrix (libMesh::CouplingMatrix *cm, const unsigned int nl_sys_num)
 
const libMesh::CouplingMatrixcouplingMatrix (const unsigned int nl_sys_num) const override
 The coupling matrix defining what blocks exist in the preconditioning matrix.
 
void setNonlocalCouplingMatrix ()
 Set custom coupling matrix for variables requiring nonlocal contribution.
 
bool areCoupled (const unsigned int ivar, const unsigned int jvar, const unsigned int nl_sys_num) const
 
bool hasUOAuxStateCheck () const
 Whether or not MOOSE will perform a user object/auxiliary kernel state check.
 
bool checkingUOAuxState () const
 Return a flag to indicate whether we are executing user objects and auxliary kernels for state check Note: This function can return true only when hasUOAuxStateCheck() returns true, i.e.
 
virtual bool checkResidualForNans () const override
 Whether to check residual for NaN/Inf values.
 
void setCheckResidualForNans (bool check_residual_for_nans)
 Setter for residual NaN/Inf checking.
 
void trustUserCouplingMatrix ()
 Whether to trust the user coupling matrix even if we want to do things like be paranoid and create a full coupling matrix.
 
std::vector< std::pair< MooseVariableFieldBase *, MooseVariableFieldBase * > > & couplingEntries (const THREAD_ID tid, const unsigned int nl_sys_num)
 
std::vector< std::pair< MooseVariableFieldBase *, MooseVariableFieldBase * > > & nonlocalCouplingEntries (const THREAD_ID tid, const unsigned int nl_sys_num)
 
virtual bool hasVariable (const std::string &var_name) const override
 Whether or not this problem has the variable.
 
bool hasSolverVariable (const std::string &var_name) const
 
virtual const MooseVariableFieldBasegetVariable (const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type=Moose::VarKindType::VAR_ANY, Moose::VarFieldType expected_var_field_type=Moose::VarFieldType::VAR_FIELD_ANY) const override
 Returns the variable reference for requested variable which must be of the expected_var_type (Nonlinear vs.
 
virtual const MooseVariableFieldBasegetVariable (const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type=Moose::VarKindType::VAR_ANY, Moose::VarFieldType expected_var_field_type=Moose::VarFieldType::VAR_FIELD_ANY) const=0
 Returns the variable reference for requested variable which must be of the expected_var_type (Nonlinear vs.
 
virtual MooseVariableFieldBasegetVariable (const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type=Moose::VarKindType::VAR_ANY, Moose::VarFieldType expected_var_field_type=Moose::VarFieldType::VAR_FIELD_ANY)
 
MooseVariableFieldBasegetActualFieldVariable (const THREAD_ID tid, const std::string &var_name) override
 Returns the variable reference for requested MooseVariableField which may be in any system.
 
virtual MooseVariablegetStandardVariable (const THREAD_ID tid, const std::string &var_name) override
 Returns the variable reference for requested MooseVariable which may be in any system.
 
virtual VectorMooseVariablegetVectorVariable (const THREAD_ID tid, const std::string &var_name) override
 Returns the variable reference for requested VectorMooseVariable which may be in any system.
 
virtual ArrayMooseVariablegetArrayVariable (const THREAD_ID tid, const std::string &var_name) override
 Returns the variable reference for requested ArrayMooseVariable which may be in any system.
 
virtual bool hasScalarVariable (const std::string &var_name) const override
 Returns a Boolean indicating whether any system contains a variable with the name provided.
 
virtual MooseVariableScalargetScalarVariable (const THREAD_ID tid, const std::string &var_name) override
 Returns the scalar variable reference from whichever system contains it.
 
virtual libMesh::SystemgetSystem (const std::string &var_name) override
 Returns the equation system containing the variable provided.
 
const RestartableEquationSystemsgetRestartableEquationSystems () const
 Get the RestartableEquationSystems object.
 
virtual void setActiveElementalMooseVariables (const std::set< MooseVariableFEBase * > &moose_vars, const THREAD_ID tid) override
 Set the MOOSE variables to be reinited on each element.
 
virtual void clearActiveElementalMooseVariables (const THREAD_ID tid) override
 Clear the active elemental MooseVariableFEBase.
 
virtual void clearActiveFEVariableCoupleableMatrixTags (const THREAD_ID tid) override
 
virtual void clearActiveFEVariableCoupleableVectorTags (const THREAD_ID tid) override
 
virtual void setActiveFEVariableCoupleableVectorTags (std::set< TagID > &vtags, const THREAD_ID tid) override
 
virtual void setActiveFEVariableCoupleableMatrixTags (std::set< TagID > &mtags, const THREAD_ID tid) override
 
virtual void clearActiveScalarVariableCoupleableMatrixTags (const THREAD_ID tid) override
 
virtual void clearActiveScalarVariableCoupleableVectorTags (const THREAD_ID tid) override
 
virtual void setActiveScalarVariableCoupleableVectorTags (std::set< TagID > &vtags, const THREAD_ID tid) override
 
virtual void setActiveScalarVariableCoupleableMatrixTags (std::set< TagID > &mtags, const THREAD_ID tid) override
 
virtual void createQRules (libMesh::QuadratureType type, libMesh::Order order, libMesh::Order volume_order=libMesh::INVALID_ORDER, libMesh::Order face_order=libMesh::INVALID_ORDER, SubdomainID block=Moose::ANY_BLOCK_ID, bool allow_negative_qweights=true)
 
void bumpVolumeQRuleOrder (libMesh::Order order, SubdomainID block)
 Increases the element/volume quadrature order for the specified mesh block if and only if the current volume quadrature order is lower.
 
void bumpAllQRuleOrder (libMesh::Order order, SubdomainID block)
 
unsigned int getMaxQps () const
 
libMesh::Order getMaxScalarOrder () const
 
void checkNonlocalCoupling ()
 
void checkUserObjectJacobianRequirement (THREAD_ID tid)
 
void setVariableAllDoFMap (const std::vector< const MooseVariableFEBase * > &moose_vars)
 
const std::vector< const MooseVariableFEBase * > & getUserObjectJacobianVariables (const THREAD_ID tid) const
 
virtual Assemblyassembly (const THREAD_ID tid, const unsigned int sys_num) override
 
virtual const Assemblyassembly (const THREAD_ID tid, const unsigned int sys_num) const override
 
Moose::Kokkos::AssemblykokkosAssembly ()
 
const Moose::Kokkos::AssemblykokkosAssembly () const
 
virtual std::vector< VariableName > getVariableNames ()
 Returns a list of all the variables in the problem (both from the NL and Aux systems.
 
void initialSetup () override
 
void checkDuplicatePostprocessorVariableNames ()
 
void timestepSetup () override
 
void customSetup (const ExecFlagType &exec_type) override
 
void residualSetup () override
 
void jacobianSetup () override
 
virtual void prepare (const Elem *elem, const THREAD_ID tid) override
 
virtual void prepare (const Elem *elem, unsigned int ivar, unsigned int jvar, const std::vector< dof_id_type > &dof_indices, const THREAD_ID tid) override
 
virtual void prepareFace (const Elem *elem, const THREAD_ID tid) override
 
virtual void setCurrentSubdomainID (const Elem *elem, const THREAD_ID tid) override
 
virtual void setNeighborSubdomainID (const Elem *elem, unsigned int side, const THREAD_ID tid) override
 
virtual void setNeighborSubdomainID (const Elem *elem, const THREAD_ID tid)
 
virtual void prepareAssembly (const THREAD_ID tid) override
 
virtual void prepareAssemblyNeighbor (const THREAD_ID tid)
 Begin a fresh neighbor accumulation phase by sizing and zeroing the neighbor blocks.
 
virtual void addGhostedElem (dof_id_type elem_id) override
 Will make sure that all dofs connected to elem_id are ghosted to this processor.
 
virtual void addGhostedBoundary (BoundaryID boundary_id) override
 Will make sure that all necessary elements from boundary_id are ghosted to this processor.
 
virtual void ghostGhostedBoundaries () override
 Causes the boundaries added using addGhostedBoundary to actually be ghosted.
 
virtual void sizeZeroes (unsigned int size, const THREAD_ID tid)
 
virtual bool reinitDirac (const Elem *elem, const THREAD_ID tid) override
 Returns true if the Problem has Dirac kernels it needs to compute on elem.
 
virtual void reinitElem (const Elem *elem, const THREAD_ID tid) override
 
virtual void reinitElemPhys (const Elem *elem, const std::vector< Point > &phys_points_in_elem, const THREAD_ID tid) override
 
void reinitElemFace (const Elem *elem, unsigned int side, BoundaryID, const THREAD_ID tid)
 
virtual void reinitElemFace (const Elem *elem, unsigned int side, const THREAD_ID tid) override
 
virtual void reinitLowerDElem (const Elem *lower_d_elem, const THREAD_ID tid, const std::vector< Point > *const pts=nullptr, const std::vector< Real > *const weights=nullptr) override
 
virtual void reinitNode (const Node *node, const THREAD_ID tid) override
 
virtual void reinitNodeFace (const Node *node, BoundaryID bnd_id, const THREAD_ID tid) override
 
virtual void reinitNeighbor (const Elem *elem, unsigned int side, const THREAD_ID tid) override
 
virtual void reinitNeighborPhys (const Elem *neighbor, unsigned int neighbor_side, const std::vector< Point > &physical_points, const THREAD_ID tid) override
 
virtual void reinitNeighborPhys (const Elem *neighbor, const std::vector< Point > &physical_points, const THREAD_ID tid) override
 
virtual void reinitElemNeighborAndLowerD (const Elem *elem, unsigned int side, const THREAD_ID tid) override
 
virtual void reinitScalars (const THREAD_ID tid, bool reinit_for_derivative_reordering=false) override
 fills the VariableValue arrays for scalar variables from the solution vector
 
virtual void reinitOffDiagScalars (const THREAD_ID tid) override
 
virtual void getDiracElements (std::set< const Elem * > &elems) override
 Fills "elems" with the elements that should be looped over for Dirac Kernels.
 
virtual void clearDiracInfo () override
 Gets called before Dirac Kernels are asked to add the points they are supposed to be evaluated in.
 
virtual void subdomainSetup (SubdomainID subdomain, const THREAD_ID tid)
 
virtual void neighborSubdomainSetup (SubdomainID subdomain, const THREAD_ID tid)
 
virtual void newAssemblyArray (std::vector< std::shared_ptr< SolverSystem > > &solver_systems)
 
virtual void initNullSpaceVectors (const InputParameters &parameters, std::vector< std::shared_ptr< NonlinearSystemBase > > &nl)
 
virtual void solve (const unsigned int nl_sys_num)
 
void initKokkos ()
 Construct Kokkos assembly and systems and allocate Kokkos material property storages.
 
virtual void solveLinearSystem (const unsigned int linear_sys_num, const Moose::PetscSupport::PetscOptions *po=nullptr)
 Build and solve a linear system.
 
virtual void setException (const std::string &message)
 Set an exception, which is stored at this point by toggling a member variable in this class, and which must be followed up with by a call to checkExceptionAndStopSolve().
 
virtual bool hasException ()
 Whether or not an exception has occurred.
 
virtual void checkExceptionAndStopSolve (bool print_message=true)
 Check to see if an exception has occurred on any processor and, if possible, force the solve to fail, which will result in the time step being cut.
 
virtual bool solverSystemConverged (const unsigned int solver_sys_num) override
 
virtual unsigned int nNonlinearIterations (const unsigned int nl_sys_num) const override
 
virtual unsigned int nLinearIterations (const unsigned int nl_sys_num) const override
 
virtual Real finalNonlinearResidual (const unsigned int nl_sys_num) const override
 
virtual bool computingPreSMOResidual (const unsigned int nl_sys_num) const override
 Returns true if the problem is in the process of computing it's initial residual.
 
virtual std::string solverTypeString (unsigned int solver_sys_num=0)
 Return solver type as a human readable string.
 
virtual bool startedInitialSetup ()
 Returns true if we are in or beyond the initialSetup stage.
 
virtual void onTimestepBegin () override
 
virtual void onTimestepEnd () override
 
virtual Real & time () const
 
virtual Real & timeOld () const
 
virtual inttimeStep () const
 
virtual Real & dt () const
 
virtual Real & dtOld () const
 
Real getTimeFromStateArg (const Moose::StateArg &state) const
 Returns the time associated with the requested state.
 
virtual void transient (bool trans)
 
virtual bool isTransient () const override
 
virtual void addTimeIntegrator (const std::string &type, const std::string &name, InputParameters &parameters)
 
virtual void addPredictor (const std::string &type, const std::string &name, InputParameters &parameters)
 
virtual void copySolutionsBackwards ()
 
void skipNextForwardSolutionCopyToOld ()
 Prevents the copy of the solution vector to the old solution vector in each system.
 
virtual void advanceState ()
 Advance all of the state holding vectors / datastructures so that we can move to the next timestep.
 
virtual void restoreSolutions ()
 
virtual void saveOldSolutions ()
 Allocate vectors and save old solutions into them.
 
virtual void restoreOldSolutions ()
 Restore old solutions from the backup vectors and deallocate them.
 
void needSolutionState (unsigned int oldest_needed, Moose::SolutionIterationType iteration_type)
 Declare that we need up to old (1) or older (2) solution states for a given type of iteration.
 
bool hasSolutionState (unsigned int state, Moose::SolutionIterationType iteration_type) const
 Whether we need up to old (1) or older (2) solution states for a given type of iteration.
 
virtual void outputStep (ExecFlagType type)
 Output the current step.
 
virtual void postExecute ()
 Method called at the end of the simulation.
 
void forceOutput ()
 Indicates that the next call to outputStep should be forced.
 
virtual void initPetscOutputAndSomeSolverSettings ()
 Reinitialize PETSc output for proper linear/nonlinear iteration display.
 
Moose::PetscSupport::PetscOptionsgetPetscOptions ()
 Retrieve a writable reference the PETSc options (used by PetscSupport)
 
void logAdd (const std::string &system, const std::string &name, const std::string &type, const InputParameters &params) const
 Output information about the object just added to the problem.
 
virtual void addFunction (const std::string &type, const std::string &name, InputParameters &parameters)
 
virtual bool hasFunction (const std::string &name, const THREAD_ID tid=0)
 
virtual FunctiongetFunction (const std::string &name, const THREAD_ID tid=0)
 
virtual void addKokkosFunction (const std::string &type, const std::string &name, InputParameters &parameters)
 Add a Kokkos function to the problem.
 
virtual bool hasKokkosFunction (const std::string &name) const
 Get whether a Kokkos function exists.
 
virtual Moose::Kokkos::Function getKokkosFunction (const std::string &name)
 Get a Kokkos function in an abstract type.
 
template<typename T >
T & getKokkosFunction (const std::string &name)
 Get a Kokkos function in a concrete type.
 
virtual void addMeshDivision (const std::string &type, const std::string &name, InputParameters &params)
 Add a MeshDivision.
 
MeshDivisiongetMeshDivision (const std::string &name, const THREAD_ID tid=0) const
 Get a MeshDivision.
 
virtual void addConvergence (const std::string &type, const std::string &name, InputParameters &parameters)
 Adds a Convergence object.
 
virtual ConvergencegetConvergence (const std::string &name, const THREAD_ID tid=0) const
 Gets a Convergence object.
 
virtual const std::vector< std::shared_ptr< Convergence > > & getConvergenceObjects (const THREAD_ID tid=0) const
 Gets the Convergence objects.
 
virtual bool hasConvergence (const std::string &name, const THREAD_ID tid=0) const
 Returns true if the problem has a Convergence object of the given name.
 
bool needToAddDefaultNonlinearConvergence () const
 Returns true if the problem needs to add the default nonlinear convergence.
 
bool needToAddDefaultMultiAppFixedPointConvergence () const
 Returns true if the problem needs to add the default fixed point convergence.
 
bool needToAddDefaultSteadyStateConvergence () const
 Returns true if the problem needs to add the default steady-state detection convergence.
 
void setNeedToAddDefaultNonlinearConvergence ()
 Sets _need_to_add_default_nonlinear_convergence to true.
 
void setNeedToAddDefaultMultiAppFixedPointConvergence ()
 Sets _need_to_add_default_multiapp_fixed_point_convergence to true.
 
void setNeedToAddDefaultSteadyStateConvergence ()
 Sets _need_to_add_default_steady_state_convergence to true.
 
bool hasSetMultiAppFixedPointConvergenceName () const
 Returns true if the problem has set the fixed point convergence name.
 
bool hasSetSteadyStateConvergenceName () const
 Returns true if the problem has set the steady-state detection convergence name.
 
void addDefaultMultiAppFixedPointConvergence (const InputParameters &params)
 Adds the default fixed point Convergence associated with the problem.
 
void addDefaultSteadyStateConvergence (const InputParameters &params)
 Adds the default steady-state detection Convergence.
 
virtual void lineSearch ()
 execute MOOSE line search
 
LineSearchgetLineSearch () override
 getter for the MOOSE line search
 
virtual void addDistribution (const std::string &type, const std::string &name, InputParameters &parameters)
 The following functions will enable MOOSE to have the capability to import distributions.
 
virtual bool hasDistribution (const std::string &name) const
 
virtual DistributiongetDistribution (const std::string &name)
 
virtual void addSampler (const std::string &type, const std::string &name, InputParameters &parameters)
 The following functions will enable MOOSE to have the capability to import Samplers.
 
virtual SamplergetSampler (const std::string &name, const THREAD_ID tid=0)
 
NonlinearSystemBasegetNonlinearSystemBase (const unsigned int sys_num)
 
const NonlinearSystemBasegetNonlinearSystemBase (const unsigned int sys_num) const
 
void setCurrentNonlinearSystem (const unsigned int nl_sys_num)
 
NonlinearSystemBasecurrentNonlinearSystem ()
 
const NonlinearSystemBasecurrentNonlinearSystem () const
 
virtual const SystemBasesystemBaseNonlinear (const unsigned int sys_num) const override
 Return the nonlinear system object as a base class reference given the system number.
 
virtual SystemBasesystemBaseNonlinear (const unsigned int sys_num) override
 
virtual const SystemBasesystemBaseSolver (const unsigned int sys_num) const override
 Return the solver system object as a base class reference given the system number.
 
virtual SystemBasesystemBaseSolver (const unsigned int sys_num) override
 
virtual const SystemBasesystemBaseAuxiliary () const override
 Return the auxiliary system object as a base class reference.
 
virtual SystemBasesystemBaseAuxiliary () override
 
virtual const SystemBasegetSystemBase (const unsigned int sys_num) const
 Get constant reference to a system in this problem.
 
virtual SystemBasegetSystemBase (const unsigned int sys_num)
 Get non-constant reference to a system in this problem.
 
SystemBasegetSystemBase (const std::string &sys_name)
 Get non-constant reference to a system in this problem.
 
LinearSystemgetLinearSystem (unsigned int sys_num)
 Get non-constant reference to a linear system.
 
const LinearSystemgetLinearSystem (unsigned int sys_num) const
 Get a constant reference to a linear system.
 
SolverSystemgetSolverSystem (unsigned int sys_num)
 Get non-constant reference to a solver system.
 
const SolverSystemgetSolverSystem (unsigned int sys_num) const
 Get a constant reference to a solver system.
 
void setCurrentLinearSystem (unsigned int sys_num)
 Set the current linear system pointer.
 
LinearSystemcurrentLinearSystem ()
 Get a non-constant reference to the current linear system.
 
const LinearSystemcurrentLinearSystem () const
 Get a constant reference to the current linear system.
 
virtual const SystemBasesystemBaseLinear (unsigned int sys_num) const override
 Get a constant base class reference to a linear system.
 
virtual SystemBasesystemBaseLinear (unsigned int sys_num) override
 Get a non-constant base class reference to a linear system.
 
virtual void addVariable (const std::string &var_type, const std::string &var_name, InputParameters &params)
 Canonical method for adding a non-linear variable.
 
virtual void addKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addHDGKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addNodalKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addScalarKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addBoundaryCondition (const std::string &bc_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosNodalKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosBoundaryCondition (const std::string &bc_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosLinearFVKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosLinearFVBC (const std::string &bc_name, const std::string &name, InputParameters &parameters)
 
virtual void addConstraint (const std::string &c_name, const std::string &name, InputParameters &parameters)
 
virtual void addAuxVariable (const std::string &var_type, const std::string &var_name, InputParameters &params)
 Canonical method for adding an auxiliary variable.
 
virtual void addAuxVariable (const std::string &var_name, const libMesh::FEType &type, const std::set< SubdomainID > *const active_subdomains=NULL)
 
virtual void addElementalFieldVariable (const std::string &var_type, const std::string &var_name, InputParameters &params)
 Add an elemental field variable for use in the adaptivity system.
 
virtual void addAuxArrayVariable (const std::string &var_name, const libMesh::FEType &type, unsigned int components, const std::set< SubdomainID > *const active_subdomains=NULL)
 
virtual void addAuxScalarVariable (const std::string &var_name, libMesh::Order order, Real scale_factor=1., const std::set< SubdomainID > *const active_subdomains=NULL)
 
virtual void addAuxKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addAuxScalarKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosAuxKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
AuxiliarySystemgetAuxiliarySystem ()
 
virtual void addDiracKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addDGKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addFVKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addLinearFVKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addFVBC (const std::string &fv_bc_name, const std::string &name, InputParameters &parameters)
 
virtual void addLinearFVBC (const std::string &fv_bc_name, const std::string &name, InputParameters &parameters)
 
virtual void addFVInterfaceKernel (const std::string &fv_ik_name, const std::string &name, InputParameters &parameters)
 
virtual void addInterfaceKernel (const std::string &kernel_name, const std::string &name, InputParameters &parameters)
 
virtual void addInitialCondition (const std::string &ic_name, const std::string &name, InputParameters &parameters)
 
virtual void addFVInitialCondition (const std::string &ic_name, const std::string &name, InputParameters &parameters)
 Add an initial condition for a finite volume variables.
 
void projectSolution ()
 
unsigned short getCurrentICState ()
 Retrieves the current initial condition state.
 
void projectInitialConditionOnCustomRange (libMesh::ConstElemRange &elem_range, ConstBndNodeRange &bnd_node_range, const std::optional< std::set< VariableName > > &target_vars=std::nullopt)
 Project initial conditions for custom elem_range and bnd_node_range This is needed when elements/boundary nodes are added to a specific subdomain at an intermediate step.
 
void projectFunctionOnCustomRange (ConstElemRange &elem_range, Number(*func)(const Point &, const libMesh::Parameters &, const std::string &, const std::string &), Gradient(*func_grad)(const Point &, const libMesh::Parameters &, const std::string &, const std::string &), const libMesh::Parameters &params, const std::vector< VariableName > &target_vars)
 Project a function onto a range of elements for a given variable.
 
virtual void addMaterial (const std::string &material_name, const std::string &name, InputParameters &parameters)
 
virtual void addMaterialHelper (std::vector< MaterialWarehouse * > warehouse, const std::string &material_name, const std::string &name, InputParameters &parameters)
 
virtual void addInterfaceMaterial (const std::string &material_name, const std::string &name, InputParameters &parameters)
 
virtual void addFunctorMaterial (const std::string &functor_material_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosMaterial (const std::string &material_name, const std::string &name, InputParameters &parameters)
 
void prepareMaterials (const std::unordered_set< unsigned int > &consumer_needed_mat_props, const SubdomainID blk_id, const THREAD_ID tid)
 Add the MooseVariables and the material properties that the current materials depend on to the dependency list.
 
void reinitMaterials (SubdomainID blk_id, const THREAD_ID tid, bool swap_stateful=true)
 
void reinitMaterialsFace (SubdomainID blk_id, const THREAD_ID tid, bool swap_stateful=true, const std::deque< MaterialBase * > *reinit_mats=nullptr)
 reinit materials on element faces
 
void reinitMaterialsFaceOnBoundary (const BoundaryID boundary_id, const SubdomainID blk_id, const THREAD_ID tid, const bool swap_stateful=true, const std::deque< MaterialBase * > *const reinit_mats=nullptr)
 reinit materials on element faces on a boundary (internal or external) This specific routine helps us not reinit when don't need to
 
void reinitMaterialsNeighborOnBoundary (const BoundaryID boundary_id, const SubdomainID blk_id, const THREAD_ID tid, const bool swap_stateful=true, const std::deque< MaterialBase * > *const reinit_mats=nullptr)
 reinit materials on neighbor element (usually faces) on a boundary (internal or external) This specific routine helps us not reinit when don't need to
 
void reinitMaterialsNeighbor (SubdomainID blk_id, const THREAD_ID tid, bool swap_stateful=true, const std::deque< MaterialBase * > *reinit_mats=nullptr)
 reinit materials on the neighboring element face
 
void reinitMaterialsBoundary (BoundaryID boundary_id, const THREAD_ID tid, bool swap_stateful=true, const std::deque< MaterialBase * > *reinit_mats=nullptr)
 reinit materials on a boundary
 
void reinitMaterialsInterface (BoundaryID boundary_id, const THREAD_ID tid, bool swap_stateful=true)
 
void prepareKokkosMaterials (const std::unordered_set< unsigned int > &consumer_needed_mat_props)
 
void reinitKokkosMaterials ()
 
virtual void swapBackMaterials (const THREAD_ID tid)
 
virtual void swapBackMaterialsFace (const THREAD_ID tid)
 
virtual void swapBackMaterialsNeighbor (const THREAD_ID tid)
 
void setActiveMaterialProperties (const std::unordered_set< unsigned int > &mat_prop_ids, const THREAD_ID tid)
 Record and set the material properties required by the current computing thread.
 
bool hasActiveMaterialProperties (const THREAD_ID tid) const
 Method to check whether or not a list of active material roperties has been set.
 
void clearActiveMaterialProperties (const THREAD_ID tid)
 Clear the active material properties.
 
template<typename T >
std::vector< std::shared_ptr< T > > addObject (const std::string &type, const std::string &name, InputParameters &parameters, const bool threaded=true, const std::string &var_param_name="variable")
 Method for creating and adding an object to the warehouse.
 
virtual void addPostprocessor (const std::string &pp_name, const std::string &name, InputParameters &parameters)
 
virtual void addVectorPostprocessor (const std::string &pp_name, const std::string &name, InputParameters &parameters)
 
virtual void addReporter (const std::string &type, const std::string &name, InputParameters &parameters)
 Add a Reporter object to the simulation.
 
virtual void addKokkosPostprocessor (const std::string &pp_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosVectorPostprocessor (const std::string &pp_name, const std::string &name, InputParameters &parameters)
 
virtual void addKokkosReporter (const std::string &type, const std::string &name, InputParameters &parameters)
 
const ReporterDatagetReporterData () const
 Provides const access the ReporterData object.
 
ReporterDatagetReporterData (ReporterData::WriteKey)
 Provides non-const access the ReporterData object that is used to store reporter values.
 
virtual std::vector< std::shared_ptr< UserObject > > addUserObject (const std::string &user_object_name, const std::string &name, InputParameters &parameters)
 
template<class T >
T & getUserObject (const std::string &name, unsigned int tid=0) const
 Get the user object by its name.
 
const UserObjectgetUserObjectBase (const std::string &name, const THREAD_ID tid=0) const
 Get the user object by its name.
 
bool hasUserObject (const std::string &name) const
 Check if there if a user object of given name.
 
virtual void addKokkosUserObject (const std::string &user_object_name, const std::string &name, InputParameters &parameters)
 
template<class T >
const T & getKokkosUserObject (const std::string &name) const
 Get the Kokkos user object by its name.
 
bool hasKokkosUserObject (const std::string &name) const
 Check if there if a Kokkos user object of given name.
 
void checkUserObjectNameCollision (const std::string &name, const std::string &type) const
 Check for name collision between different user objects.
 
const PositionsgetPositionsObject (const std::string &name) const
 Get the Positions object by its name.
 
virtual void addFVInterpolationMethod (const std::string &method_type, const std::string &name, InputParameters &parameters)
 Add an FV interpolation method.
 
virtual void addFVGradientMethod (const std::string &method_type, const std::string &name, InputParameters &parameters)
 Add an FV gradient method.
 
const FVGradientMethodgetFVGradientMethod (const GradientMethodName &name, const THREAD_ID tid=0) const
 Retrieve an FV gradient method.
 
bool hasFVGradientMethod (const GradientMethodName &name) const
 Check if an FV gradient method with a given name exists.
 
const FVInterpolationMethodgetFVInterpolationMethod (const InterpolationMethodName &name, const THREAD_ID tid=0) const
 Retrieve an FV interpolation method.
 
const FVFaceInterpolationMethodgetFVFaceInterpolationMethod (const InterpolationMethodName &name, const THREAD_ID tid=0) const
 Retrieve a scalar face interpolation method.
 
const FVAdvectedInterpolationMethodgetFVAdvectedInterpolationMethod (const InterpolationMethodName &name, const THREAD_ID tid=0) const
 Retrieve an advected interpolation method.
 
bool hasFVInterpolationMethod (const InterpolationMethodName &name) const
 Check if an FV interpolation method with a given name exists.
 
bool hasPostprocessorValueByName (const PostprocessorName &name) const
 Whether or not a Postprocessor value exists by a given name.
 
const PostprocessorgetPostprocessorObjectByName (const PostprocessorName &object_name, const THREAD_ID tid=0) const
 Return the Postprocessor object registered under the supplied object name.
 
const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name, std::size_t t_index=0) const
 Get a read-only reference to the value associated with a Postprocessor that exists.
 
void setPostprocessorValueByName (const PostprocessorName &name, const PostprocessorValue &value, std::size_t t_index=0)
 Set the value of a PostprocessorValue.
 
bool hasPostprocessor (const std::string &name) const
 Deprecated.
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const std::string &object_name, const std::string &vector_name, std::size_t t_index=0) const
 Get a read-only reference to the vector value associated with the VectorPostprocessor.
 
void setVectorPostprocessorValueByName (const std::string &object_name, const std::string &vector_name, const VectorPostprocessorValue &value, std::size_t t_index=0)
 Set the value of a VectorPostprocessor vector.
 
const VectorPostprocessorgetVectorPostprocessorObjectByName (const std::string &object_name, const THREAD_ID tid=0) const
 Return the VPP object given the name.
 
virtual void addDamper (const std::string &damper_name, const std::string &name, InputParameters &parameters)
 
void setupDampers ()
 
bool hasDampers ()
 Whether or not this system has dampers.
 
virtual void addIndicator (const std::string &indicator_name, const std::string &name, InputParameters &parameters)
 
virtual void addMarker (const std::string &marker_name, const std::string &name, InputParameters &parameters)
 
virtual void addMultiApp (const std::string &multi_app_name, const std::string &name, InputParameters &parameters)
 Add a MultiApp to the problem.
 
std::shared_ptr< MultiAppgetMultiApp (const std::string &multi_app_name) const
 Get a MultiApp object by name.
 
std::vector< std::shared_ptr< Transfer > > getTransfers (ExecFlagType type, Transfer::DIRECTION direction) const
 Get Transfers by ExecFlagType and direction.
 
std::vector< std::shared_ptr< Transfer > > getTransfers (Transfer::DIRECTION direction) const
 
const ExecuteMooseObjectWarehouse< Transfer > & getMultiAppTransferWarehouse (Transfer::DIRECTION direction) const
 Return the complete warehouse for MultiAppTransfer object for the given direction.
 
void execMultiAppTransfers (ExecFlagType type, Transfer::DIRECTION direction, const MultiAppName &source_app="")
 Execute MultiAppTransfers associated with execution flag and direction.
 
bool execMultiApps (ExecFlagType type, bool auto_advance=true)
 Execute the MultiApps associated with the ExecFlagType.
 
void finalizeMultiApps ()
 
void incrementMultiAppTStep (ExecFlagType type)
 Advance the MultiApps t_step (incrementStepOrReject) associated with the ExecFlagType.
 
void advanceMultiApps (ExecFlagType type)
 Deprecated method; use finishMultiAppStep and/or incrementMultiAppTStep depending on your purpose.
 
void finishMultiAppStep (ExecFlagType type, bool recurse_through_multiapp_levels=false)
 Finish the MultiApp time step (endStep, postStep) associated with the ExecFlagType.
 
void backupMultiApps (ExecFlagType type)
 Backup the MultiApps associated with the ExecFlagType.
 
void restoreMultiApps (ExecFlagType type, bool force=false)
 Restore the MultiApps associated with the ExecFlagType.
 
Real computeMultiAppsDT (ExecFlagType type)
 Find the smallest timestep over all MultiApps.
 
virtual void addTransfer (const std::string &transfer_name, const std::string &name, InputParameters &parameters)
 Add a Transfer to the problem.
 
Real computeResidualL2Norm (NonlinearSystemBase &sys)
 Computes the residual of a nonlinear system using whatever is sitting in the current solution vector then returns the L2 norm.
 
Real computeResidualL2Norm (LinearSystem &sys)
 Computes the residual of a linear system using whatever is sitting in the current solution vector then returns the L2 norm.
 
virtual Real computeResidualL2Norm ()
 Computes the residual using whatever is sitting in the current solution vector then returns the L2 norm.
 
virtual void computeResidualSys (libMesh::NonlinearImplicitSystem &sys, const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual)
 This function is called by Libmesh to form a residual.
 
void computeResidual (libMesh::NonlinearImplicitSystem &sys, const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual)
 This function is called by Libmesh to form a residual.
 
virtual void computeResidual (const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, const unsigned int nl_sys_num)
 Form a residual with default tags (nontime, time, residual).
 
void computeResidualAndJacobian (const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, libMesh::SparseMatrix< libMesh::Number > &jacobian)
 Form a residual and Jacobian with default tags.
 
virtual void computeResidualTag (const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, TagID tag)
 Form a residual vector for a given tag.
 
virtual void computeResidualType (const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, TagID tag)
 Form a residual vector for a given tag and "residual" tag.
 
virtual void computeResidualInternal (const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, const std::set< TagID > &tags)
 Form a residual vector for a set of tags.
 
virtual void computeResidualTags (const std::set< TagID > &tags)
 Form multiple residual vectors and each is associated with one tag.
 
virtual void computeJacobianSys (libMesh::NonlinearImplicitSystem &sys, const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian)
 Form a Jacobian matrix.
 
virtual void computeJacobian (const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian, const unsigned int nl_sys_num)
 Form a Jacobian matrix with the default tag (system).
 
virtual void computeJacobianTag (const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian, TagID tag)
 Form a Jacobian matrix for a given tag.
 
virtual void computeJacobianInternal (const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian, const std::set< TagID > &tags)
 Form a Jacobian matrix for multiple tags.
 
virtual void computeJacobianTags (const std::set< TagID > &tags)
 Form multiple matrices, and each is associated with a tag.
 
virtual void computeJacobianBlocks (std::vector< JacobianBlock * > &blocks, const unsigned int nl_sys_num)
 Computes several Jacobian blocks simultaneously, summing their contributions into smaller preconditioning matrices.
 
virtual void computeJacobianBlock (libMesh::SparseMatrix< libMesh::Number > &jacobian, libMesh::System &precond_system, unsigned int ivar, unsigned int jvar)
 Really not a good idea to use this.
 
virtual void computeLinearSystemSys (libMesh::LinearImplicitSystem &sys, libMesh::SparseMatrix< libMesh::Number > &system_matrix, NumericVector< libMesh::Number > &rhs, const bool compute_gradients=true)
 Assemble both the right hand side and the system matrix of a given linear system.
 
void computeLinearSystemTags (const NumericVector< libMesh::Number > &soln, const std::set< TagID > &vector_tags, const std::set< TagID > &matrix_tags, const bool compute_gradients=true)
 Assemble the current linear system given a set of vector and matrix tags.
 
virtual Real computeDamping (const NumericVector< libMesh::Number > &soln, const NumericVector< libMesh::Number > &update)
 
virtual bool shouldUpdateSolution ()
 Check to see whether the problem should update the solution.
 
virtual bool updateSolution (NumericVector< libMesh::Number > &vec_solution, NumericVector< libMesh::Number > &ghosted_solution)
 Update the solution.
 
virtual void predictorCleanup (NumericVector< libMesh::Number > &ghosted_solution)
 Perform cleanup tasks after application of predictor to solution vector.
 
virtual void computeBounds (libMesh::NonlinearImplicitSystem &sys, NumericVector< libMesh::Number > &lower, NumericVector< libMesh::Number > &upper)
 
virtual void computeNearNullSpace (libMesh::NonlinearImplicitSystem &sys, std::vector< NumericVector< libMesh::Number > * > &sp)
 
virtual void computeNullSpace (libMesh::NonlinearImplicitSystem &sys, std::vector< NumericVector< libMesh::Number > * > &sp)
 
virtual void computeTransposeNullSpace (libMesh::NonlinearImplicitSystem &sys, std::vector< NumericVector< libMesh::Number > * > &sp)
 
virtual void computePostCheck (libMesh::NonlinearImplicitSystem &sys, const NumericVector< libMesh::Number > &old_soln, NumericVector< libMesh::Number > &search_direction, NumericVector< libMesh::Number > &new_soln, bool &changed_search_direction, bool &changed_new_soln)
 
virtual void computeIndicatorsAndMarkers ()
 
virtual void computeIndicators ()
 
virtual void computeMarkers ()
 
virtual void addResidual (const THREAD_ID tid) override
 
virtual void addResidualNeighbor (const THREAD_ID tid) override
 
virtual void addResidualLower (const THREAD_ID tid) override
 
virtual void addResidualScalar (const THREAD_ID tid=0)
 
virtual void cacheResidual (const THREAD_ID tid) override
 
virtual void cacheResidualNeighbor (const THREAD_ID tid) override
 
virtual void addCachedResidual (const THREAD_ID tid) override
 
virtual void addCachedResidualDirectly (NumericVector< libMesh::Number > &residual, const THREAD_ID tid)
 Allows for all the residual contributions that are currently cached to be added directly into the vector passed in.
 
virtual void setResidual (NumericVector< libMesh::Number > &residual, const THREAD_ID tid) override
 
virtual void setResidual (libMesh::NumericVector< libMesh::Number > &residual, const THREAD_ID tid)=0
 
virtual void setResidualNeighbor (NumericVector< libMesh::Number > &residual, const THREAD_ID tid) override
 
virtual void setResidualNeighbor (libMesh::NumericVector< libMesh::Number > &residual, const THREAD_ID tid)=0
 
virtual void addJacobian (const THREAD_ID tid) override
 
virtual void addJacobianNeighbor (const THREAD_ID tid) override
 
virtual void addJacobianNeighbor (libMesh::SparseMatrix< libMesh::Number > &jacobian, unsigned int ivar, unsigned int jvar, const DofMap &dof_map, std::vector< dof_id_type > &dof_indices, std::vector< dof_id_type > &neighbor_dof_indices, const std::set< TagID > &tags, const THREAD_ID tid) override
 
virtual void addJacobianNeighbor (libMesh::SparseMatrix< libMesh::Number > &jacobian, unsigned int ivar, unsigned int jvar, const libMesh::DofMap &dof_map, std::vector< dof_id_type > &dof_indices, std::vector< dof_id_type > &neighbor_dof_indices, const std::set< TagID > &tags, const THREAD_ID tid)=0
 
virtual void addJacobianNeighborLowerD (const THREAD_ID tid) override
 
virtual void addJacobianLowerD (const THREAD_ID tid) override
 
virtual void addJacobianBlockTags (libMesh::SparseMatrix< libMesh::Number > &jacobian, unsigned int ivar, unsigned int jvar, const DofMap &dof_map, std::vector< dof_id_type > &dof_indices, const std::set< TagID > &tags, const THREAD_ID tid)
 
virtual void addJacobianScalar (const THREAD_ID tid=0)
 
virtual void addJacobianOffDiagScalar (unsigned int ivar, const THREAD_ID tid=0)
 
virtual void cacheJacobian (const THREAD_ID tid) override
 
virtual void cacheJacobianNeighbor (const THREAD_ID tid) override
 
virtual void addCachedJacobian (const THREAD_ID tid) override
 
virtual void prepareShapes (unsigned int var, const THREAD_ID tid) override
 
virtual void prepareFaceShapes (unsigned int var, const THREAD_ID tid) override
 
virtual void prepareNeighborShapes (unsigned int var, const THREAD_ID tid) override
 
virtual void addDisplacedProblem (std::shared_ptr< DisplacedProblem > displaced_problem)
 
virtual std::shared_ptr< const DisplacedProblemgetDisplacedProblem () const
 
virtual std::shared_ptr< DisplacedProblemgetDisplacedProblem ()
 
virtual void updateGeomSearch (GeometricSearchData::GeometricSearchType type=GeometricSearchData::ALL) override
 Update this object's geometric search data as well as the displaced problem's if it exists.
 
virtual void updateMortarMesh ()
 
void createMortarInterface (const std::pair< BoundaryID, BoundaryID > &primary_secondary_boundary_pair, const std::pair< SubdomainID, SubdomainID > &primary_secondary_subdomain_pair, bool on_displaced, bool periodic, const bool debug, const bool correct_edge_dropping, const Real minimum_projection_angle, const Mortar3DSubpatchPlane mortar_3d_subpatch_plane, const MooseEnum &triangulation, const bool triangulate_triangles, const Mortar3DQuadraturePointMapping mortar_3d_qp_mapping=Mortar3DQuadraturePointMapping::NORMAL_PROJECTION)
 
const std::unordered_map< std::pair< BoundaryID, BoundaryID >, MortarInterfaceConfig > & getMortarInterfaces (bool on_displaced) const
 
virtual void possiblyRebuildGeomSearchPatches ()
 
virtual GeometricSearchDatageomSearchData () override
 
void setRestartFile (const std::string &file_name)
 Communicate to the Resurector the name of the restart filer.
 
const MaterialPropertyRegistrygetMaterialPropertyRegistry () const
 
const InitialConditionWarehousegetInitialConditionWarehouse () const
 Return InitialCondition storage.
 
const FVInitialConditionWarehousegetFVInitialConditionWarehouse () const
 Return FVInitialCondition storage.
 
SolverParamssolverParams (unsigned int solver_sys_num=0)
 Get the solver parameters.
 
const SolverParamssolverParams (unsigned int solver_sys_num=0) const
 const version
 
Adaptivityadaptivity ()
 
virtual void initialAdaptMesh ()
 
virtual bool adaptMesh ()
 
unsigned int getNumCyclesCompleted ()
 
bool hasInitialAdaptivity () const
 Return a Boolean indicating whether initial AMR is turned on.
 
bool hasInitialAdaptivity () const
 Return a Boolean indicating whether initial AMR is turned on.
 
void initXFEM (std::shared_ptr< XFEMInterface > xfem)
 Create XFEM controller object.
 
std::shared_ptr< XFEMInterfacegetXFEM ()
 Get a pointer to the XFEM controller object.
 
bool haveXFEM ()
 Find out whether the current analysis is using XFEM.
 
virtual bool updateMeshXFEM ()
 Update the mesh due to changing XFEM cuts.
 
virtual void meshChanged (bool intermediate_change, bool contract_mesh, bool clean_refinement_flags)
 Update data after a mesh change.
 
void notifyWhenMeshChanges (MeshChangedInterface *mci)
 Register an object that derives from MeshChangedInterface to be notified when the mesh changes.
 
void notifyWhenMeshDisplaces (MeshDisplacedInterface *mdi)
 Register an object that derives from MeshDisplacedInterface to be notified when the displaced mesh gets updated.
 
void initElementStatefulProps (const libMesh::ConstElemRange &elem_range, const bool threaded)
 Initialize stateful properties for elements in a specific elem_range This is needed when elements/boundary nodes are added to a specific subdomain at an intermediate step.
 
void initKokkosStatefulProps ()
 
virtual void checkProblemIntegrity ()
 Method called to perform a series of sanity checks before a simulation is run.
 
void registerRandomInterface (RandomInterface &random_interface, const std::string &name)
 
void setConstJacobian (bool state)
 Set flag that Jacobian is constant (for optimization purposes)
 
void setKernelCoverageCheck (CoverageCheckMode mode)
 Set flag to indicate whether kernel coverage checks should be performed.
 
void setKernelCoverageCheck (bool flag)
 Set flag to indicate whether kernel coverage checks should be performed.
 
void setMaterialCoverageCheck (CoverageCheckMode mode)
 Set flag to indicate whether material coverage checks should be performed.
 
void setMaterialCoverageCheck (bool flag)
 Set flag to indicate whether material coverage checks should be performed.
 
void setParallelBarrierMessaging (bool flag)
 Toggle parallel barrier messaging (defaults to on).
 
void setVerboseProblem (bool verbose)
 Make the problem be verbose.
 
bool verboseMultiApps () const
 Whether or not to use verbose printing for MultiApps.
 
void parentOutputPositionChanged ()
 Calls parentOutputPositionChanged() on all sub apps.
 
unsigned int subspaceDim (const std::string &prefix) const
 Dimension of the subspace spanned by vectors with a given prefix.
 
const MooseObjectWarehouse< Function > & getFunctionWarehouse ()
 
const MaterialWarehousegetMaterialWarehouse () const
 
const MaterialWarehousegetRegularMaterialsWarehouse () const
 
const MaterialWarehousegetDiscreteMaterialWarehouse () const
 
const MaterialWarehousegetInterfaceMaterialsWarehouse () const
 
const MaterialWarehousegetKokkosMaterialsWarehouse () const
 
std::shared_ptr< MaterialBasegetMaterial (std::string name, Moose::MaterialDataType type, const THREAD_ID tid=0, bool no_warn=false)
 Return a pointer to a MaterialBase object.
 
MaterialDatagetMaterialData (Moose::MaterialDataType type, const THREAD_ID tid=0, const MooseObject *object=nullptr) const
 
MaterialDatagetKokkosMaterialData (Moose::MaterialDataType type, const MooseObject *object=nullptr) const
 
const std::set< const MooseObject * > & getMaterialPropertyStorageConsumers (Moose::MaterialDataType type) const
 
const std::set< const MooseObject * > & getKokkosMaterialPropertyStorageConsumers (Moose::MaterialDataType type) const
 
bool restoreOriginalNonzeroPattern () const
 
bool errorOnJacobianNonzeroReallocation () const
 Will return True if the user wants to get an error when a nonzero is reallocated in the Jacobian by PETSc.
 
void setErrorOnJacobianNonzeroReallocation (bool state)
 
bool preserveMatrixSparsityPattern () const
 Will return True if the executioner in use requires preserving the sparsity pattern of the matrices being formed during the solve.
 
void setPreserveMatrixSparsityPattern (bool preserve)
 Set whether the sparsity pattern of the matrices being formed during the solve (usually the Jacobian) should be preserved.
 
bool ignoreZerosInJacobian () const
 Will return true if zeros in the Jacobian are to be dropped from the sparsity pattern.
 
void setIgnoreZerosInJacobian (bool state)
 Set whether the zeros in the Jacobian should be dropped from the sparsity pattern.
 
bool acceptInvalidSolution () const
 Whether or not to accept the solution based on its invalidity.
 
bool allowInvalidSolution () const
 Whether to accept / allow an invalid solution.
 
bool showInvalidSolutionConsole () const
 Whether or not to print out the invalid solutions summary table in console.
 
bool immediatelyPrintInvalidSolution () const
 Whether or not the solution invalid warnings are printed out immediately.
 
bool hasTimeIntegrator () const
 Returns whether or not this Problem has a TimeIntegrator.
 
virtual void execute (const ExecFlagType &exec_type)
 Convenience function for performing execution of MOOSE systems.
 
virtual void executeAllObjects (const ExecFlagType &exec_type)
 
virtual ExecutorgetExecutor (const std::string &name)
 
virtual void computeUserObjects (const ExecFlagType &type, const Moose::AuxGroup &group)
 Call compute methods on UserObjects.
 
virtual void computeUserObjectByName (const ExecFlagType &type, const Moose::AuxGroup &group, const std::string &name)
 Compute an user object with the given name.
 
void needsPreviousNewtonIteration (bool state)
 Set a flag that indicated that user required values for the previous Newton iterate.
 
bool needsPreviousNewtonIteration () const
 Check to see whether we need to compute the variable values of the previous Newton iterate.
 
void needsPreviousMultiAppFixedPointIterationSolution (bool needed, const unsigned int solver_sys_num)
 Set a flag that indicated that user required values for the previous multiapp fixed point iterate for the solver systems (not auxiliary)
 
bool needsPreviousMultiAppFixedPointIterationSolution (const unsigned int solver_sys_num) const
 Check to see whether we need to compute the variable values of the previous multiapp fixed point iteration for the solver systems (not auxiliary)
 
void needsPreviousMultiAppFixedPointIterationAuxiliary (bool state)
 Set a flag that indicated that user required values for the previous multiapp fixed point iterate for the auxiliary system.
 
bool needsPreviousMultiAppFixedPointIterationAuxiliary () const
 Check to see whether we need to compute the variable values of the previous multiapp fixed point iteration for the auxiliary system.
 
void needsPreviousMultiSystemFixedPointIterationSolution (bool needed, const unsigned int solver_sys_num)
 Set a flag that indicates that user requires values for the previous multi-system fixed point iterate for the solver systems (not auxiliary)
 
bool needsPreviousMultiSystemFixedPointIterationSolution (const unsigned int solver_sys_num) const
 Check to see whether we need to compute the variable values of the previous multi-system fixed point iteration for the solver systems (not auxiliary)
 
void needsPreviousMultiSystemFixedPointIterationAuxiliary (bool state)
 Set a flag that indicates that user requires values for the previous multi-system fixed point iterate for the auxiliary system.
 
bool needsPreviousMultiSystemFixedPointIterationAuxiliary () const
 Check to see whether we need to compute the variable values of the previous multi-system fixed point iteration for the auxiliary system.
 
ExecuteMooseObjectWarehouse< Control > & getControlWarehouse ()
 Reference to the control logic warehouse.
 
void executeControls (const ExecFlagType &exec_type)
 Performs setup and execute calls for Control objects.
 
void executeSamplers (const ExecFlagType &exec_type)
 Performs setup and execute calls for Sampler objects.
 
virtual void updateActiveObjects ()
 Update the active objects in the warehouses.
 
void reportMooseObjectDependency (MooseObject *a, MooseObject *b)
 Register a MOOSE object dependency so we can either order operations properly or report when we cannot.
 
ExecuteMooseObjectWarehouse< MultiApp > & getMultiAppWarehouse ()
 
bool hasJacobian () const
 Returns _has_jacobian.
 
bool constJacobian () const
 Returns _const_jacobian (whether a MOOSE object has specified that the Jacobian is the same as the previous time it was computed)
 
void addOutput (const std::string &, const std::string &, InputParameters &)
 Adds an Output object.
 
TheWarehousetheWarehouse () const
 
void setSNESMFReuseBase (bool reuse, bool set_by_user)
 If or not to reuse the base vector for matrix-free calculation.
 
bool useSNESMFReuseBase ()
 Return a flag that indicates if we are reusing the vector base.
 
void skipExceptionCheck (bool skip_exception_check)
 Set a flag that indicates if we want to skip exception and stop solve.
 
bool isSNESMFReuseBaseSetbyUser ()
 Return a flag to indicate if _snesmf_reuse_base is set by users.
 
bool & petscOptionsInserted ()
 If PETSc options are already inserted.
 
PetscOptions & petscOptionsDatabase ()
 
virtual void setUDotRequested (const bool u_dot_requested)
 Set boolean flag to true to store solution time derivative.
 
virtual void setUDotDotRequested (const bool u_dotdot_requested)
 Set boolean flag to true to store solution second time derivative.
 
virtual void setUDotOldRequested (const bool u_dot_old_requested)
 Set boolean flag to true to store old solution time derivative.
 
virtual void setUDotDotOldRequested (const bool u_dotdot_old_requested)
 Set boolean flag to true to store old solution second time derivative.
 
virtual bool uDotRequested ()
 Get boolean flag to check whether solution time derivative needs to be stored.
 
virtual bool uDotDotRequested ()
 Get boolean flag to check whether solution second time derivative needs to be stored.
 
virtual bool uDotOldRequested ()
 Get boolean flag to check whether old solution time derivative needs to be stored.
 
virtual bool uDotDotOldRequested ()
 Get boolean flag to check whether old solution second time derivative needs to be stored.
 
void haveADObjects (bool have_ad_objects) override
 Method for setting whether we have any ad objects.
 
virtual void haveADObjects (bool have_ad_objects)
 Method for setting whether we have any ad objects.
 
bool haveADObjects () const
 Method for reading wehther we have any ad objects.
 
bool shouldSolve () const
 
const MortarInterfaceWarehousemortarData () const
 Returns the mortar data object.
 
MortarInterfaceWarehousemortarData ()
 
virtual bool hasNeighborCoupling () const
 Whether the simulation has neighbor coupling.
 
virtual bool hasMortarCoupling () const
 Whether the simulation has mortar coupling.
 
void computingNonlinearResid (bool computing_nonlinear_residual) final
 Set whether or not the problem is in the process of computing the nonlinear residual.
 
bool computingNonlinearResid () const
 Returns true if the problem is in the process of computing the nonlinear residual.
 
virtual void computingNonlinearResid (const bool computing_nonlinear_residual)
 Set whether or not the problem is in the process of computing the nonlinear residual.
 
void setCurrentlyComputingResidual (bool currently_computing_residual) final
 Set whether or not the problem is in the process of computing the residual.
 
void numGridSteps (unsigned int num_grid_steps)
 Set the number of steps in a grid sequences.
 
void uniformRefine ()
 uniformly refine the problem mesh(es).
 
void automaticScaling (bool automatic_scaling) override
 Automatic scaling setter.
 
virtual void automaticScaling (bool automatic_scaling)
 Automatic scaling setter.
 
bool automaticScaling () const
 Automatic scaling getter.
 
virtual void reinitElemFaceRef (const Elem *elem, unsigned int side, Real tolerance, const std::vector< Point > *const pts, const std::vector< Real > *const weights=nullptr, const THREAD_ID tid=0) override
 reinitialize FE objects on a given element on a given side at a given set of reference points and then compute variable data.
 
virtual void reinitNeighborFaceRef (const Elem *neighbor_elem, unsigned int neighbor_side, Real tolerance, const std::vector< Point > *const pts, const std::vector< Real > *const weights=nullptr, const THREAD_ID tid=0) override
 reinitialize FE objects on a given neighbor element on a given side at a given set of reference points and then compute variable data.
 
bool fvBCsIntegrityCheck () const
 
void fvBCsIntegrityCheck (bool fv_bcs_integrity_check)
 
bool sideUOInterfaceMatPropIntegrityCheck () const
 
void getFVMatsAndDependencies (SubdomainID block_id, std::vector< std::shared_ptr< MaterialBase > > &face_materials, std::vector< std::shared_ptr< MaterialBase > > &neighbor_materials, std::set< MooseVariableFieldBase * > &variables, const THREAD_ID tid)
 Get the materials and variables potentially needed for FV.
 
void resizeMaterialData (Moose::MaterialDataType data_type, unsigned int nqp, const THREAD_ID tid)
 Resize material data.
 
bool haveDisplaced () const override final
 Whether we have a displaced problem in our simulation.
 
bool hasLinearConvergenceObjects () const
 Whether we have linear convergence objects.
 
void setNonlinearConvergenceNames (const std::vector< ConvergenceName > &convergence_names)
 Sets the nonlinear convergence object name(s) if there is one.
 
void setLinearConvergenceNames (const std::vector< ConvergenceName > &convergence_names)
 Sets the linear convergence object name(s) if there is one.
 
void setMultiAppFixedPointConvergenceName (const ConvergenceName &convergence_name)
 Sets the MultiApp fixed point convergence object name if there is one.
 
void setSteadyStateConvergenceName (const ConvergenceName &convergence_name)
 Sets the steady-state detection convergence object name if there is one.
 
const std::vector< ConvergenceName > & getNonlinearConvergenceNames () const
 Gets the nonlinear system convergence object name(s).
 
const std::vector< ConvergenceName > & getLinearConvergenceNames () const
 Gets the linear convergence object name(s).
 
const ConvergenceName & getMultiAppFixedPointConvergenceName () const
 Gets the MultiApp fixed point convergence object name.
 
const ConvergenceName & getSteadyStateConvergenceName () const
 Gets the steady-state detection convergence object name.
 
void computingScalingJacobian (bool computing_scaling_jacobian)
 Setter for whether we're computing the scaling jacobian.
 
bool computingScalingJacobian () const override final
 Getter for whether we're computing the scaling jacobian.
 
void computingScalingResidual (bool computing_scaling_residual)
 Setter for whether we're computing the scaling residual.
 
bool computingScalingResidual () const override final
 
MooseAppCoordTransformcoordTransform ()
 
virtual std::size_t numNonlinearSystems () const override
 
virtual std::size_t numLinearSystems () const override
 
virtual std::size_t numSolverSystems () const override
 
bool isSolverSystemNonlinear (const unsigned int sys_num)
 Check if the solver system is nonlinear.
 
virtual unsigned int currentNlSysNum () const override
 
virtual unsigned int currentLinearSysNum () const override
 
virtual unsigned int nlSysNum (const NonlinearSystemName &nl_sys_name) const override
 
unsigned int linearSysNum (const LinearSystemName &linear_sys_name) const override
 
unsigned int solverSysNum (const SolverSystemName &solver_sys_name) const override
 
unsigned int systemNumForVariable (const VariableName &variable_name) const
 
bool getFailNextNonlinearConvergenceCheck () const
 Whether it will skip further residual evaluations and fail the next nonlinear convergence check(s)
 
bool getFailNextSystemConvergenceCheck () const
 Whether it will fail the next system convergence check(s), triggering failed step behavior.
 
void setFailNextNonlinearConvergenceCheck ()
 Skip further residual evaluations and fail the next nonlinear convergence check(s)
 
void setFailNextSystemConvergenceCheck ()
 Tell the problem that the system(s) cannot be considered converged next time convergence is checked.
 
void resetFailNextNonlinearConvergenceCheck ()
 Tell the problem that the nonlinear convergence check(s) may proceed as normal.
 
void resetFailNextSystemConvergenceCheck ()
 Tell the problem that the system convergence check(s) may proceed as normal.
 
void setExecutionPrinting (const ExecFlagEnum &print_exec)
 
bool shouldPrintExecution (const THREAD_ID tid) const
 Check whether the problem should output execution orders at this time.
 
void reinitMortarUserObjects (BoundaryID primary_boundary_id, BoundaryID secondary_boundary_id, bool displaced)
 Call reinit on mortar user objects with matching primary boundary ID, secondary boundary ID, and displacement characteristics.
 
virtual const std::vector< VectorTag > & currentResidualVectorTags () const override
 Return the residual vector tags we are currently computing.
 
void setCurrentResidualVectorTags (const std::set< TagID > &vector_tags)
 Set the current residual vector tag data structure based on the passed in tag IDs.
 
void clearCurrentResidualVectorTags ()
 Clear the current residual vector tag data structure.
 
void clearCurrentJacobianMatrixTags ()
 Clear the current Jacobian matrix tag data structure ... if someone creates it.
 
virtual void needFV () override
 marks this problem as including/needing finite volume functionality.
 
virtual bool haveFV () const override
 returns true if this problem includes/needs finite volume functionality.
 
virtual bool hasNonlocalCoupling () const override
 Whether the simulation has active nonlocal coupling which should be accounted for in the Jacobian.
 
bool identifyVariableGroupsInNL () const
 Whether to identify variable groups in nonlinear systems.
 
virtual void setCurrentLowerDElem (const Elem *const lower_d_elem, const THREAD_ID tid) override
 Set the current lower dimensional element.
 
virtual void setCurrentBoundaryID (BoundaryID bid, const THREAD_ID tid) override
 sets the current boundary ID in assembly
 
const std::vector< NonlinearSystemName > & getNonlinearSystemNames () const
 
const std::vector< LinearSystemName > & getLinearSystemNames () const
 
const std::vector< SolverSystemName > & getSolverSystemNames () const
 
virtual const libMesh::CouplingMatrixnonlocalCouplingMatrix (const unsigned i) const override
 
virtual bool checkNonlocalCouplingRequirement () const override
 
virtual Moose::FEBackend feBackend () const
 
void createTagMatrices (CreateTaggedMatrixKey)
 
bool useHashTableMatrixAssembly () const
 
bool hasKokkosObjects () const
 
bool hasKokkosResidualObjects () const
 
void addKokkosMeshInitializationHook (std::function< void()> function)
 Add a function hook that needs to be called after Kokkos mesh initialization.
 
const bool & currentlyComputingResidual () const
 Returns true if the problem is in the process of computing the residual.
 
virtual bool nlConverged (const unsigned int nl_sys_num)
 
virtual bool converged (const unsigned int sys_num)
 Eventually we want to convert this virtual over to taking a solver system number argument.
 
bool defaultGhosting ()
 Whether or not the user has requested default ghosting ot be on.
 
virtual TagID addVectorTag (const TagName &tag_name, const Moose::VectorTagType type=Moose::VECTOR_TAG_RESIDUAL)
 Create a Tag.
 
void addNotZeroedVectorTag (const TagID tag)
 Adds a vector tag to the list of vectors that will not be zeroed when other tagged vectors are.
 
bool vectorTagNotZeroed (const TagID tag) const
 Checks if a vector tag is in the list of vectors that will not be zeroed when other tagged vectors are.
 
virtual const VectorTaggetVectorTag (const TagID tag_id) const
 Get a VectorTag from a TagID.
 
std::vector< VectorTaggetVectorTags (const std::set< TagID > &tag_ids) const
 
virtual const std::vector< VectorTag > & getVectorTags (const Moose::VectorTagType type=Moose::VECTOR_TAG_ANY) const
 Return all vector tags, where a tag is represented by a map from name to ID.
 
virtual TagID getVectorTagID (const TagName &tag_name) const
 Get a TagID from a TagName.
 
virtual TagName vectorTagName (const TagID tag) const
 Retrieve the name associated with a TagID.
 
virtual bool vectorTagExists (const TagID tag_id) const
 Check to see if a particular Tag exists.
 
virtual bool vectorTagExists (const TagName &tag_name) const
 Check to see if a particular Tag exists by using Tag name.
 
virtual unsigned int numVectorTags (const Moose::VectorTagType type=Moose::VECTOR_TAG_ANY) const
 The total number of tags, which can be limited to the tag type.
 
virtual Moose::VectorTagType vectorTagType (const TagID tag_id) const
 
virtual TagID addMatrixTag (TagName tag_name)
 Create a Tag.
 
virtual TagID getMatrixTagID (const TagName &tag_name) const
 Get a TagID from a TagName.
 
virtual TagName matrixTagName (TagID tag)
 Retrieve the name associated with a TagID.
 
virtual bool matrixTagExists (const TagName &tag_name) const
 Check to see if a particular Tag exists.
 
virtual bool matrixTagExists (TagID tag_id) const
 Check to see if a particular Tag exists.
 
virtual unsigned int numMatrixTags () const
 The total number of tags.
 
virtual std::map< TagName, TagID > & getMatrixTags ()
 Return all matrix tags in the system, where a tag is represented by a map from name to ID.
 
virtual bool hasLinearVariable (const std::string &var_name) const
 Whether or not this problem has this linear variable.
 
virtual bool hasAuxiliaryVariable (const std::string &var_name) const
 Whether or not this problem has this auxiliary variable.
 
virtual const std::set< MooseVariableFieldBase * > & getActiveElementalMooseVariables (const THREAD_ID tid) const
 Get the MOOSE variables to be reinited on each element.
 
virtual bool hasActiveElementalMooseVariables (const THREAD_ID tid) const
 Whether or not a list of active elemental moose variables has been set.
 
Moose::CoordinateSystemType getCoordSystem (SubdomainID sid) const
 
unsigned int getAxisymmetricRadialCoord () const
 Returns the desired radial direction for RZ coordinate transformation.
 
virtual DiracKernelInfodiracKernelInfo ()
 
void reinitNodes (const std::vector< dof_id_type > &nodes, const THREAD_ID tid)
 
void reinitNodesNeighbor (const std::vector< dof_id_type > &nodes, const THREAD_ID tid)
 
void reinitNeighborLowerDElem (const Elem *elem, const THREAD_ID tid=0)
 reinitialize a neighboring lower dimensional element
 
void reinitMortarElem (const Elem *elem, const THREAD_ID tid=0)
 Reinit a mortar element to obtain a valid JxW.
 
void reinitGeomSearch ()
 reinitialize this object's geometric search data, e.g.
 
virtual void storeSubdomainMatPropName (SubdomainID block_id, const std::string &name)
 Adds the given material property to a storage map based on block ids.
 
virtual void storeBoundaryMatPropName (BoundaryID boundary_id, const std::string &name)
 Adds the given material property to a storage map based on boundary ids.
 
virtual void storeSubdomainZeroMatProp (SubdomainID block_id, const MaterialPropertyName &name)
 Adds to a map based on block ids of material properties for which a zero value can be returned.
 
virtual void storeBoundaryZeroMatProp (BoundaryID boundary_id, const MaterialPropertyName &name)
 Adds to a map based on boundary ids of material properties for which a zero value can be returned.
 
virtual void storeSubdomainDelayedCheckMatProp (const std::string &requestor, SubdomainID block_id, const std::string &name)
 Adds to a map based on block ids of material properties to validate.
 
virtual void storeBoundaryDelayedCheckMatProp (const std::string &requestor, BoundaryID boundary_id, const std::string &name)
 Adds to a map based on boundary ids of material properties to validate.
 
virtual void checkBlockMatProps ()
 Checks block material properties integrity.
 
virtual void checkBoundaryMatProps ()
 Checks boundary material properties integrity.
 
virtual void markMatPropRequested (const std::string &)
 Helper method for adding a material property name to the _material_property_requested set.
 
virtual bool isMatPropRequested (const std::string &prop_name) const
 Find out if a material property has been requested by any object.
 
void addConsumedPropertyName (const MooseObjectName &obj_name, const std::string &prop_name)
 Helper for tracking the object that is consuming a property for MaterialPropertyDebugOutput.
 
const std::map< MooseObjectName, std::set< std::string > > & getConsumedPropertyMap () const
 Return the map that tracks the object with consumed material properties.
 
virtual std::set< SubdomainIDgetMaterialPropertyBlocks (const std::string &prop_name)
 Get a vector containing the block ids the material property is defined on.
 
virtual std::vector< SubdomainName > getMaterialPropertyBlockNames (const std::string &prop_name)
 Get a vector of block id equivalences that the material property is defined on.
 
virtual bool hasBlockMaterialProperty (SubdomainID block_id, const std::string &prop_name)
 Check if a material property is defined on a block.
 
virtual std::set< BoundaryIDgetMaterialPropertyBoundaryIDs (const std::string &prop_name)
 Get a vector containing the block ids the material property is defined on.
 
virtual std::vector< BoundaryName > getMaterialPropertyBoundaryNames (const std::string &prop_name)
 Get a vector of block id equivalences that the material property is defined on.
 
virtual bool hasBoundaryMaterialProperty (BoundaryID boundary_id, const std::string &prop_name)
 Check if a material property is defined on a block.
 
virtual std::set< dof_id_type > & ghostedElems ()
 Return the list of elements that should have their DoFs ghosted to this processor.
 
const bool & currentlyComputingJacobian () const
 Returns true if the problem is in the process of computing the Jacobian.
 
void setCurrentlyComputingJacobian (const bool currently_computing_jacobian)
 Set whether or not the problem is in the process of computing the Jacobian.
 
const bool & currentlyComputingResidualAndJacobian () const
 Returns true if the problem is in the process of computing the residual and the Jacobian.
 
void setCurrentlyComputingResidualAndJacobian (bool currently_computing_residual_and_jacobian)
 Set whether or not the problem is in the process of computing the Jacobian.
 
virtual bool safeAccessTaggedMatrices () const
 Is it safe to access the tagged matrices.
 
virtual bool safeAccessTaggedVectors () const
 Is it safe to access the tagged vectors.
 
const std::set< TagID > & getActiveScalarVariableCoupleableVectorTags (const THREAD_ID tid) const
 
const std::set< TagID > & getActiveScalarVariableCoupleableMatrixTags (const THREAD_ID tid) const
 
const std::set< TagID > & getActiveFEVariableCoupleableVectorTags (const THREAD_ID tid) const
 
const std::set< TagID > & getActiveFEVariableCoupleableMatrixTags (const THREAD_ID tid) const
 
void addAlgebraicGhostingFunctor (libMesh::GhostingFunctor &algebraic_gf, bool to_mesh=true)
 Add an algebraic ghosting functor to this problem's DofMaps.
 
void addCouplingGhostingFunctor (libMesh::GhostingFunctor &coupling_gf, bool to_mesh=true)
 Add a coupling functor to this problem's DofMaps.
 
void removeAlgebraicGhostingFunctor (libMesh::GhostingFunctor &algebraic_gf)
 Remove an algebraic ghosting functor from this problem's DofMaps.
 
void removeCouplingGhostingFunctor (libMesh::GhostingFunctor &coupling_gf)
 Remove a coupling ghosting functor from this problem's DofMaps.
 
void hasScalingVector (const unsigned int nl_sys_num)
 Tells this problem that the assembly associated with the given nonlinear system number involves a scaling vector.
 
void clearAllDofIndices ()
 Clear dof indices from variables in nl and aux systems.
 
template<typename T >
const Moose::Functor< T > & getFunctor (const std::string &name, const THREAD_ID tid, const std::string &requestor_name, bool requestor_is_ad)
 
bool hasFunctor (const std::string &name, const THREAD_ID tid) const
 checks whether we have a functor corresponding to name on the thread id tid
 
template<typename T >
bool hasFunctorWithType (const std::string &name, const THREAD_ID tid) const
 checks whether we have a functor of type T corresponding to name on the thread id tid
 
template<typename T >
void addFunctor (const std::string &name, const Moose::FunctorBase< T > &functor, const THREAD_ID tid)
 add a functor to the problem functor container
 
template<typename T , typename PolymorphicLambda >
const Moose::FunctorBase< T > & addPiecewiseByBlockLambdaFunctor (const std::string &name, PolymorphicLambda my_lammy, const std::set< ExecFlagType > &clearance_schedule, const MooseMesh &mesh, const std::set< SubdomainID > &block_ids, const THREAD_ID tid)
 Add a functor that has block-wise lambda definitions, e.g.
 
void setFunctorOutput (bool set_output)
 Setter for debug functor output.
 
void setChainControlDataOutput (bool set_output)
 Setter for debug chain control data output.
 
template<typename T >
void registerUnfilledFunctorRequest (T *functor_interface, const std::string &functor_name, const THREAD_ID tid)
 Register an unfulfilled functor request.
 
void reinitFVFace (const THREAD_ID tid, const FaceInfo &fi)
 reinitialize the finite volume assembly data for the provided face and thread
 
void preparePRefinement ()
 Prepare DofMap and Assembly classes with our p-refinement information.
 
bool doingPRefinement () const
 
bool havePRefinement () const
 Query whether p-refinement has been requested at any point during the simulation.
 
void markFamilyPRefinement (const InputParameters &params)
 Mark a variable family for either disabling or enabling p-refinement with valid parameters of a variable.
 
template<typename T >
MooseVariableFEBasegetVariableHelper (const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type, Moose::VarFieldType expected_var_field_type, const std::vector< T > &systems, const SystemBase &aux) const
 
void _setCLIOption ()
 For Internal Use.
 
virtual void terminateSolve ()
 Allow objects to request clean termination of the solve.
 
virtual bool isSolveTerminationRequested () const
 Check of termination has been requested.
 
const ConsoleStreamconsole () const
 Return console handle.
 
virtual bool enabled () const
 Return the enabled status of the object.
 
std::shared_ptr< MooseObjectgetSharedPtr ()
 Get another shared pointer to this object that has the same ownership group.
 
std::shared_ptr< const MooseObjectgetSharedPtr () const
 
bool isKokkosObject () const
 Get whether this object is a Kokkos functor The parameter MooseBase::kokkos_object_param is set by the Kokkos base classes.
 
MooseAppgetMooseApp () const
 Get the MooseApp this class is associated with.
 
const std::string & type () const
 Get the type of this class.
 
const std::string & name () const
 Get the name of the class.
 
std::string typeAndName () const
 Get the class's combined type and name; useful in error handling.
 
MooseObjectParameterName uniqueParameterName (const std::string &parameter_name) const
 
MooseObjectName uniqueName () const
 
const InputParametersparameters () const
 Get the parameters of the object.
 
const hit::Node * getHitNode () const
 
bool hasBase () const
 
const std::string & getBase () const
 
template<typename T >
const T & getParam (const std::string &name) const
 Retrieve a parameter for the object.
 
template<typename T1 , typename T2 >
std::vector< std::pair< T1, T2 > > getParam (const std::string &param1, const std::string &param2) const
 Retrieve two parameters and provide pair of parameters for the object.
 
template<typename T >
const T * queryParam (const std::string &name) const
 Query a parameter for the object.
 
template<typename T >
const T & getRenamedParam (const std::string &old_name, const std::string &new_name) const
 Retrieve a renamed parameter for the object.
 
template<typename T >
getCheckedPointerParam (const std::string &name, const std::string &error_string="") const
 Verifies that the requested parameter exists and is not NULL and returns it to the caller.
 
bool isParamValid (const std::string &name) const
 Test if the supplied parameter is valid.
 
bool isParamSetByUser (const std::string &name) const
 Test if the supplied parameter is set by a user, as opposed to not set or set to default.
 
void connectControllableParams (const std::string &parameter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const
 Connect controllable parameter of this action with the controllable parameters of the objects added by this action.
 
template<typename... Args>
void paramError (const std::string &param, Args... args) const
 Emits an error prefixed with the file and line number of the given param (from the input file) along with the full parameter path+name followed by the given args as the message.
 
template<typename... Args>
void paramWarning (const std::string &param, Args... args) const
 Emits a warning prefixed with the file and line number of the given param (from the input file) along with the full parameter path+name followed by the given args as the message.
 
template<typename... Args>
void paramWarning (const std::string &param, Args... args) const
 
template<typename... Args>
void paramInfo (const std::string &param, Args... args) const
 Emits an informational message prefixed with the file and line number of the given param (from the input file) along with the full parameter path+name followed by the given args as the message.
 
std::string messagePrefix (const bool hit_prefix=true) const
 
std::string errorPrefix (const std::string &) const
 Deprecated message prefix; the error type is no longer used.
 
template<typename... Args>
void mooseError (Args &&... args) const
 Emits an error prefixed with object name and type and optionally a file path to the top-level block parameter if available.
 
template<typename... Args>
void mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const
 
template<typename... Args>
void mooseErrorNonPrefixed (Args &&... args) const
 Emits an error without the prefixing included in mooseError().
 
template<typename... Args>
void mooseWarning (Args &&... args) const
 Emits a warning prefixed with object name and type.
 
template<typename... Args>
void mooseWarning (Args &&... args) const
 
template<typename... Args>
void mooseWarningNonPrefixed (Args &&... args) const
 Emits a warning without the prefixing included in mooseWarning().
 
template<typename... Args>
void mooseWarningNonPrefixed (Args &&... args) const
 
template<typename... Args>
void mooseDeprecated (Args &&... args) const
 Emits a deprecation warning prefixed with the object name and type, and a stack trace.
 
template<typename... Args>
void mooseDeprecated (Args &&... args) const
 
template<typename... Args>
void mooseDeprecatedNoTrace (Args &&... args) const
 Emits a deprecation warning prefixed with the object name and type, and no stack trace.
 
template<typename... Args>
void mooseInfo (Args &&... args) const
 
void callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const
 External method for calling moose error with added object context.
 
const Parallel::Communicatorcomm () const
 
processor_id_type n_processors () const
 
processor_id_type processor_id () const
 
std::string getDataFileName (const std::string &param) const
 Deprecated method.
 
std::string getDataFileNameByName (const std::string &relative_path) const
 Deprecated method.
 
std::string getDataFilePath (const std::string &relative_path) const
 Returns the path of a data file for a given relative file path.
 
PerfGraphperfGraph ()
 Get the PerfGraph.
 
template<typename T >
void addGroupVariables (const std::set< T > &group_vars)
 Add a set of variables that need to be grouped together.
 
const libMesh::ConstElemRangegetEvaluableElementRange ()
 In general, {evaluable elements} >= {local elements} U {algebraic ghosting elements}.
 
const libMesh::ConstElemRangegetNonlinearEvaluableElementRange ()
 
const libMesh::ConstElemRangegetCurrentAlgebraicElementRange ()
 These are the element and nodes that contribute to the jacobian and residual for this local processor.
 
const libMesh::ConstNodeRangegetCurrentAlgebraicNodeRange ()
 
const ConstBndNodeRangegetCurrentAlgebraicBndNodeRange ()
 
void setCurrentAlgebraicElementRange (libMesh::ConstElemRange *range)
 These functions allow setting custom ranges for the algebraic elements, nodes, and boundary nodes that contribute to the jacobian and residual for this local processor.
 
void setCurrentAlgebraicNodeRange (libMesh::ConstNodeRange *range)
 
void setCurrentAlgebraicBndNodeRange (ConstBndNodeRange *range)
 
void allowOutput (bool state)
 Ability to enable/disable all output calls.
 
template<typename T >
void allowOutput (bool state)
 
Moose::Kokkos::Array< Moose::Kokkos::System > & getKokkosSystems ()
 Get the Kokkos System array (always populated when any Kokkos object exists)
 
const Moose::Kokkos::Array< Moose::Kokkos::System > & getKokkosSystems () const
 
Moose::Kokkos::Array< Moose::Kokkos::FESystem > & getKokkosFESystems ()
 Get the Kokkos FESystem array (populated only when FE Kokkos objects exist)
 
const Moose::Kokkos::Array< Moose::Kokkos::FESystem > & getKokkosFESystems () const
 
Moose::Kokkos::SystemgetKokkosSystem (const unsigned int sys_num)
 Get the Kokkos System of a specified number.
 
const Moose::Kokkos::SystemgetKokkosSystem (const unsigned int sys_num) const
 
Moose::Kokkos::FESystemgetKokkosFESystem (const unsigned int sys_num)
 Get the Kokkos FESystem of a specified number.
 
const Moose::Kokkos::FESystemgetKokkosFESystem (const unsigned int sys_num) const
 
bool hasMultiApps () const
 Returns whether or not the current simulation has any multiapps.
 
bool hasMultiApps (ExecFlagType type) const
 
bool hasMultiApp (const std::string &name) const
 
const AutomaticMortarGenerationgetMortarInterface (const std::pair< BoundaryID, BoundaryID > &primary_secondary_boundary_pair, const std::pair< SubdomainID, SubdomainID > &primary_secondary_subdomain_pair, bool on_displaced) const
 Return the undisplaced or displaced mortar generation object associated with the provided boundaries and subdomains.
 
AutomaticMortarGenerationgetMortarInterface (const std::pair< BoundaryID, BoundaryID > &primary_secondary_boundary_pair, const std::pair< SubdomainID, SubdomainID > &primary_secondary_subdomain_pair, bool on_displaced)
 
const MaterialPropertyStoragegetMaterialPropertyStorage ()
 Return a reference to the material property storage.
 
const MaterialPropertyStoragegetBndMaterialPropertyStorage ()
 
const MaterialPropertyStoragegetNeighborMaterialPropertyStorage ()
 
Moose::Kokkos::MaterialPropertyStoragegetKokkosMaterialPropertyStorage ()
 
Moose::Kokkos::MaterialPropertyStoragegetKokkosBndMaterialPropertyStorage ()
 
Moose::Kokkos::MaterialPropertyStoragegetKokkosNeighborMaterialPropertyStorage ()
 
const MooseObjectWarehouse< Indicator > & getIndicatorWarehouse ()
 Return indicator/marker storage.
 
const MooseObjectWarehouse< InternalSideIndicatorBase > & getInternalSideIndicatorWarehouse ()
 
const MooseObjectWarehouse< Marker > & getMarkerWarehouse ()
 
bool needBoundaryMaterialOnSide (BoundaryID bnd_id, const THREAD_ID tid)
 These methods are used to determine whether stateful material properties need to be stored on internal sides.
 
bool needInterfaceMaterialOnSide (BoundaryID bnd_id, const THREAD_ID tid)
 
bool needInternalNeighborSideMaterial (SubdomainID subdomain_id, const THREAD_ID tid)
 
const ExecFlagTypegetCurrentExecuteOnFlag () const
 Return/set the current execution flag.
 
void setCurrentExecuteOnFlag (const ExecFlagType &)
 

Static Public Member Functions

static InputParameters validParams ()
 
static void selectVectorTagsFromSystem (const SystemBase &system, const std::vector< VectorTag > &input_vector_tags, std::set< TagID > &selected_tags)
 Select the vector tags which belong to a specific system.
 
static void selectMatrixTagsFromSystem (const SystemBase &system, const std::map< TagName, TagID > &input_matrix_tags, std::set< TagID > &selected_tags)
 Select the matrix tags which belong to a specific system.
 
static void callMooseError (MooseApp *const app, const InputParameters &params, std::string msg, const bool with_prefix, const hit::Node *node, const bool show_trace=true)
 External method for calling moose error with added object context.
 
template<typename T >
static void objectSetupHelper (const std::vector< T * > &objects, const ExecFlagType &exec_flag)
 Helpers for calling the necessary setup/execute functions for the supplied objects.
 
template<typename T >
static void objectExecuteHelper (const std::vector< T * > &objects)
 

Public Attributes

std::map< std::string, std::vector< dof_id_type > > _var_dof_map
 
 usingCombinedWarningSolutionWarnings
 
const ConsoleStream _console
 An instance of helper class to write streams to the Console objects.
 
std::vector< Real > _real_zero
 Convenience zeros.
 
std::vector< VariableValue_scalar_zero
 
std::vector< VariableValue_zero
 
std::vector< VariablePhiValue_phi_zero
 
std::vector< MooseArray< ADReal > > _ad_zero
 
std::vector< VariableGradient_grad_zero
 
std::vector< MooseArray< ADRealVectorValue > > _ad_grad_zero
 
std::vector< VariablePhiGradient_grad_phi_zero
 
std::vector< VariableSecond_second_zero
 
std::vector< MooseArray< ADRealTensorValue > > _ad_second_zero
 
std::vector< VariablePhiSecond_second_phi_zero
 
std::vector< Point > _point_zero
 
std::vector< VectorVariableValue_vector_zero
 
std::vector< VectorVariableCurl_vector_curl_zero
 

Static Public Attributes

static const std::string type_param = "_type"
 The name of the parameter that contains the object type.
 
static const std::string name_param = "_object_name"
 The name of the parameter that contains the object name.
 
static const std::string unique_name_param = "_unique_name"
 The name of the parameter that contains the unique object name.
 
static const std::string app_param = "_moose_app"
 The name of the parameter that contains the MooseApp.
 
static const std::string moose_base_param = "_moose_base"
 The name of the parameter that contains the moose system base.
 
static const std::string kokkos_object_param = "_kokkos_object"
 The name of the parameter that indicates an object is a Kokkos functor.
 

Protected Member Functions

virtual void meshChanged ()
 Deprecated.
 
void createTagVectors ()
 Create extra tagged vectors and matrices.
 
void createTagSolutions ()
 Create extra tagged solution vectors.
 
virtual void meshDisplaced ()
 Update data after a mesh displaced.
 
void computeSystems (const ExecFlagType &type)
 Do generic system computations.
 
bool duplicateVariableCheck (const std::string &var_name, const libMesh::FEType &type, bool is_aux, const std::set< SubdomainID > *const active_subdomains)
 Helper to check for duplicate variable names across systems or within a single system.
 
void computeUserObjectsInternal (const ExecFlagType &type, TheWarehouse::Query &query)
 
void computeKokkosUserObjectsInternal (const ExecFlagType &type, TheWarehouse::Query &query)
 
void checkDisplacementOrders ()
 Verify that SECOND order mesh uses SECOND order displacements.
 
void checkUserObjects ()
 
void checkDependMaterialsHelper (const std::map< SubdomainID, std::vector< std::shared_ptr< MaterialBase > > > &materials_map)
 Helper method for checking Material object dependency.
 
void checkCoordinateSystems ()
 Verify that there are no element type/coordinate type conflicts.
 
void reinitBecauseOfGhostingOrNewGeomObjects (bool mortar_changed=false)
 Call when it is possible that the needs for ghosted elements has changed.
 
void addObjectParamsHelper (InputParameters &params, const std::string &object_name, const std::string &var_param_name="variable")
 Helper for setting the "_subproblem" and "_sys" parameters in addObject() and in addUserObject().
 
template<typename T >
MooseVariableFieldBasegetVariableHelper (const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type, Moose::VarFieldType expected_var_field_type, const std::vector< T > &nls, const SystemBase &aux) const
 Helper function called by getVariable that handles the logic for checking whether Variables of the requested type are available.
 
bool verifyVectorTags () const
 Verify the integrity of _vector_tags and _typed_vector_tags.
 
template<bool warning>
void flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const
 Set solution invalid mark for the given solution ID.
 
InvalidSolutionID registerInvalidSolutionInternal (const std::string &message, const bool warning) const
 
PerfID registerTimedSection (const std::string &section_name, const unsigned int level) const
 Call to register a named section for timing.
 
PerfID registerTimedSection (const std::string &section_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const
 Call to register a named section for timing.
 
std::string timedSectionName (const std::string &section_name) const
 
template<typename T , typename... Args>
T & declareRestartableData (const std::string &data_name, Args &&... args)
 Declare a piece of data as "restartable" and initialize it.
 
template<typename T , typename... Args>
ManagedValue< T > declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 Declares a piece of "managed" restartable data and initialize it.
 
template<typename T , typename... Args>
const T & getRestartableData (const std::string &data_name) const
 Declare a piece of data as "restartable" and initialize it Similar to declareRestartableData but returns a const reference to the object.
 
template<typename T , typename... Args>
T & declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 Declare a piece of data as "restartable" and initialize it.
 
template<typename T , typename... Args>
T & declareRecoverableData (const std::string &data_name, Args &&... args)
 Declare a piece of data as "recoverable" and initialize it.
 
template<typename T , typename... Args>
T & declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args)
 Declare a piece of data as "restartable".
 
template<typename T , typename... Args>
T & declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args)
 Declare a piece of data as "restartable".
 
std::string restartableName (const std::string &data_name) const
 Gets the name of a piece of restartable data given a data name, adding the system name and object name prefix.
 

Protected Attributes

bool _use_nonlinear
 
std::vector< std::shared_ptr< NonlinearSystem > > _nl_sys
 
MooseMesh_mesh
 
bool _initialized
 
std::optional< std::vector< ConvergenceName > > _nonlinear_convergence_names
 Nonlinear system(s) convergence name(s)
 
std::optional< std::vector< ConvergenceName > > _linear_convergence_names
 Linear system(s) convergence name(s) (if any)
 
std::optional< ConvergenceName > _multiapp_fixed_point_convergence_name
 MultiApp fixed point convergence name.
 
std::optional< ConvergenceName > _steady_state_convergence_name
 Steady-state detection convergence name.
 
std::set< TagID_fe_vector_tags
 
std::set< TagID_fe_matrix_tags
 
std::set< TagID_linear_vector_tags
 Temporary storage for filtered vector tags for linear systems.
 
std::set< TagID_linear_matrix_tags
 Temporary storage for filtered matrix tags for linear systems.
 
const bool & _solve
 Whether or not to actually solve the nonlinear system.
 
bool _transient
 
Real & _time
 
Real & _time_old
 
int_t_step
 
Real & _dt
 
Real & _dt_old
 
bool _need_to_add_default_nonlinear_convergence
 Flag that the problem needs to add the default nonlinear convergence.
 
bool _need_to_add_default_multiapp_fixed_point_convergence
 Flag that the problem needs to add the default fixed point convergence.
 
bool _need_to_add_default_steady_state_convergence
 Flag that the problem needs to add the default steady convergence.
 
const std::vector< LinearSystemName > _linear_sys_names
 The linear system names.
 
const std::size_t _num_linear_sys
 The number of linear systems.
 
std::vector< std::shared_ptr< LinearSystem > > _linear_systems
 The vector of linear systems.
 
std::map< LinearSystemName, unsigned int_linear_sys_name_to_num
 Map from linear system name to number.
 
LinearSystem_current_linear_sys
 The current linear system that we are solving.
 
const bool _using_default_nl
 Boolean to check if we have the default nonlinear system.
 
const std::vector< NonlinearSystemName > _nl_sys_names
 The nonlinear system names.
 
const std::size_t _num_nl_sys
 The number of nonlinear systems.
 
std::map< NonlinearSystemName, unsigned int_nl_sys_name_to_num
 Map from nonlinear system name to number.
 
NonlinearSystemBase_current_nl_sys
 The current nonlinear system that we are solving.
 
SolverSystem_current_solver_sys
 The current solver system.
 
std::vector< std::shared_ptr< SolverSystem > > _solver_systems
 Combined container to base pointer of every solver system.
 
std::map< SolverVariableName, unsigned int_solver_var_to_sys_num
 Map connecting variable names with their respective solver systems.
 
std::map< SolverSystemName, unsigned int_solver_sys_name_to_num
 Map connecting solver system names with their respective systems.
 
std::vector< SolverSystemName > _solver_sys_names
 The union of nonlinear and linear system names.
 
std::shared_ptr< AuxiliarySystem_aux
 The auxiliary system.
 
Moose::CouplingType _coupling
 Type of variable coupling.
 
std::vector< std::unique_ptr< libMesh::CouplingMatrix > > _cm
 Coupling matrix for variables.
 
Moose::Kokkos::Array< Moose::Kokkos::System_kokkos_systems
 System array - sparsely populated (only slots for systems needing a Kokkos::System)
 
Moose::Kokkos::Array< Moose::Kokkos::FESystem_kokkos_fe_systems
 FESystem array - sparsely populated (only slots for systems needing a Kokkos::FESystem)
 
std::map< std::string, unsigned int_subspace_dim
 Dimension of the subspace spanned by the vectors with a given prefix.
 
std::vector< std::vector< std::unique_ptr< Assembly > > > _assembly
 The Assembly objects.
 
Moose::Kokkos::Assembly _kokkos_assembly
 
MooseObjectWarehouse< MeshDivision_mesh_divisions
 Warehouse to store mesh divisions NOTE: this could probably be moved to the MooseMesh instead of the Problem Time (and people's uses) will tell where this fits best.
 
MooseObjectWarehouse< Function_functions
 functions
 
MooseObjectWarehouse< Moose::FunctionBase_kokkos_functions
 
MooseObjectWarehouse< Convergence_convergences
 convergence warehouse
 
MooseObjectWarehouse< KernelBase_nonlocal_kernels
 nonlocal kernels
 
MooseObjectWarehouse< IntegratedBCBase_nonlocal_integrated_bcs
 nonlocal integrated_bcs
 
MaterialPropertyRegistry _material_prop_registry
 
MaterialPropertyStorage_material_props
 
MaterialPropertyStorage_bnd_material_props
 
MaterialPropertyStorage_neighbor_material_props
 
Moose::Kokkos::MaterialPropertyStorage_kokkos_material_props
 
Moose::Kokkos::MaterialPropertyStorage_kokkos_bnd_material_props
 
Moose::Kokkos::MaterialPropertyStorage_kokkos_neighbor_material_props
 
MooseObjectWarehouse< Marker_markers
 
ReporterData _reporter_data
 
ExecuteMooseObjectWarehouse< MultiApp_multi_apps
 MultiApp Warehouse.
 
ExecuteMooseObjectWarehouse< TransientMultiApp_transient_multi_apps
 Storage for TransientMultiApps (only needed for calling 'computeDT')
 
ExecuteMooseObjectWarehouse< Transfer_transfers
 Normal Transfers.
 
ExecuteMooseObjectWarehouse< Transfer_to_multi_app_transfers
 Transfers executed just before MultiApps to transfer data to them.
 
ExecuteMooseObjectWarehouse< Transfer_from_multi_app_transfers
 Transfers executed just after MultiApps to transfer data from them.
 
ExecuteMooseObjectWarehouse< Transfer_between_multi_app_transfers
 Transfers executed just before MultiApps to transfer data between them.
 
std::map< std::string, std::unique_ptr< RandomData > > _random_data_objects
 A map of objects that consume random numbers.
 
std::vector< std::unordered_map< SubdomainID, bool > > _block_mat_side_cache
 Cache for calculating materials on side.
 
std::vector< std::unordered_map< BoundaryID, bool > > _bnd_mat_side_cache
 Cache for calculating materials on side.
 
std::vector< std::unordered_map< BoundaryID, bool > > _interface_mat_side_cache
 Cache for calculating materials on interface.
 
std::vector< MeshChangedInterface * > _notify_when_mesh_changes
 Objects to be notified when the mesh changes.
 
std::vector< MeshDisplacedInterface * > _notify_when_mesh_displaces
 Objects to be notified when the mesh displaces.
 
Adaptivity _adaptivity
 
unsigned int _cycles_completed
 
std::shared_ptr< XFEMInterface_xfem
 Pointer to XFEM controller.
 
MooseMesh_displaced_mesh
 
std::shared_ptr< DisplacedProblem_displaced_problem
 
GeometricSearchData _geometric_search_data
 
std::unique_ptr< MortarInterfaceWarehouse_mortar_data
 
bool _reinit_displaced_elem
 Whether to call DisplacedProblem::reinitElem when this->reinitElem is called.
 
bool _reinit_displaced_face
 Whether to call DisplacedProblem::reinitElemFace when this->reinitElemFace is called.
 
bool _reinit_displaced_neighbor
 Whether to call DisplacedProblem::reinitNeighbor when this->reinitNeighbor is called.
 
bool _input_file_saved
 whether input file has been written
 
bool _has_dampers
 Whether or not this system has any Dampers associated with it.
 
bool _has_constraints
 Whether or not this system has any Constraints.
 
bool _snesmf_reuse_base
 If or not to resuse the base vector for matrix-free calculation.
 
bool _skip_exception_check
 If or not skip 'exception and stop solve'.
 
bool _snesmf_reuse_base_set_by_user
 If or not _snesmf_reuse_base is set by user.
 
bool _has_initialized_stateful
 Whether nor not stateful materials have been initialized.
 
bool _const_jacobian
 true if the Jacobian is constant
 
bool _has_jacobian
 Indicates if the Jacobian was computed.
 
bool _needs_old_newton_iter
 Indicates that we need to compute variable values for previous Newton iteration.
 
bool _previous_nl_solution_required
 Indicates we need to save the previous NL iteration variable values.
 
std::vector< bool > _previous_multiapp_fp_nl_solution_required
 Indicates we need to save the previous multiapp fixed-point iteration solver variable values.
 
bool _previous_multiapp_fp_aux_solution_required
 Indicates we need to save the previous multiapp fixed-point iteration auxiliary variable values.
 
std::vector< bool > _previous_multisystem_fp_nl_solution_required
 Indicates we need to save the previous multi-system fixed-point iteration solver variable values.
 
bool _previous_multisystem_fp_aux_solution_required
 Indicates we need to save the previous multi-system fixed-point iteration auxiliary variable values.
 
bool _has_nonlocal_coupling
 Indicates if nonlocal coupling is required/exists.
 
bool _calculate_jacobian_in_uo
 
std::vector< std::vector< const MooseVariableFEBase * > > _uo_jacobian_moose_vars
 
std::vector< unsigned char > _has_active_material_properties
 Whether there are active material properties on each thread.
 
std::vector< SolverParams_solver_params
 
CoverageCheckMode _kernel_coverage_check
 Determines whether and which subdomains are to be checked to ensure that they have an active kernel.
 
std::vector< SubdomainName > _kernel_coverage_blocks
 
const bool _boundary_restricted_node_integrity_check
 whether to perform checking of boundary restricted nodal object variable dependencies, e.g.
 
const bool _boundary_restricted_elem_integrity_check
 whether to perform checking of boundary restricted elemental object variable dependencies, e.g.
 
const bool _side_uo_interface_mat_prop_integrity_check
 Whether to check that side user objects do not consume interface material properties.
 
CoverageCheckMode _material_coverage_check
 Determines whether and which subdomains are to be checked to ensure that they have an active material.
 
std::vector< SubdomainName > _material_coverage_blocks
 
bool _fv_bcs_integrity_check
 Whether to check overlapping Dirichlet and Flux BCs and/or multiple DirichletBCs per sideset.
 
const bool _fv_face_integrity_check
 Whether to check FV boundary and interface objects against the faces on which they execute.
 
const bool _material_dependency_check
 Determines whether a check to verify material dependencies on every subdomain.
 
const bool _uo_aux_state_check
 Whether or not checking the state of uo/aux evaluation.
 
bool _check_residual_for_nans
 Whether to check the residual for NaN or Inf values.
 
unsigned int _max_qps
 Maximum number of quadrature points used in the problem.
 
libMesh::Order _max_scalar_order
 Maximum scalar variable order.
 
bool _has_time_integrator
 Indicates whether or not this executioner has a time integrator (during setup)
 
bool _has_exception
 Whether or not an exception has occurred.
 
bool _parallel_barrier_messaging
 Whether or not information about how many transfers have completed is printed.
 
MooseEnum _verbose_setup
 Whether or not to be verbose during setup.
 
bool _verbose_multiapps
 Whether or not to be verbose with multiapps.
 
bool _verbose_restore
 Whether or not to be verbose on solution restoration post a failed time step.
 
std::string _exception_message
 The error message to go with an exception.
 
ExecFlagType _current_execute_on_flag
 Current execute_on flag.
 
ExecuteMooseObjectWarehouse< Control_control_warehouse
 The control logic warehouse.
 
Moose::PetscSupport::PetscOptions _petsc_options
 PETSc option storage.
 
PetscOptions _petsc_option_data_base
 
bool _is_petsc_options_inserted
 If or not PETSc options have been added to database.
 
std::shared_ptr< LineSearch_line_search
 
std::unique_ptr< libMesh::ConstElemRange_evaluable_local_elem_range
 
std::unique_ptr< libMesh::ConstElemRange_nl_evaluable_local_elem_range
 
std::unique_ptr< libMesh::ConstElemRange_aux_evaluable_local_elem_range
 
std::unique_ptr< libMesh::ConstElemRange_current_algebraic_elem_range
 
std::unique_ptr< libMesh::ConstNodeRange_current_algebraic_node_range
 
std::unique_ptr< ConstBndNodeRange_current_algebraic_bnd_node_range
 
bool _using_ad_mat_props
 Automatic differentiaion (AD) flag which indicates whether any consumer has requested an AD material property or whether any suppier has declared an AD material property.
 
unsigned short _current_ic_state
 
const bool _use_hash_table_matrix_assembly
 Whether to assemble matrices using hash tables instead of preallocating matrix memory.
 
std::map< TagName, TagID_matrix_tag_name_to_tag_id
 The currently declared tags.
 
std::map< TagID, TagName > _matrix_tag_id_to_tag_name
 Reverse map.
 
Factory_factory
 The Factory for building objects.
 
DiracKernelInfo _dirac_kernel_info
 
std::map< SubdomainID, std::set< std::string > > _map_block_material_props
 Map of material properties (block_id -> list of properties)
 
std::map< BoundaryID, std::set< std::string > > _map_boundary_material_props
 Map for boundary material properties (boundary_id -> list of properties)
 
std::map< SubdomainID, std::set< MaterialPropertyName > > _zero_block_material_props
 Set of properties returned as zero properties.
 
std::map< BoundaryID, std::set< MaterialPropertyName > > _zero_boundary_material_props
 
std::set< std::string > _material_property_requested
 set containing all material property names that have been requested by getMaterialProperty*
 
std::vector< std::set< MooseVariableFieldBase * > > _active_elemental_moose_variables
 This is the set of MooseVariableFieldBase that will actually get reinited by a call to reinit(elem)
 
std::vector< unsigned int_has_active_elemental_moose_variables
 Whether or not there is currently a list of active elemental moose variables.
 
std::vector< std::set< TagID > > _active_fe_var_coupleable_matrix_tags
 
std::vector< std::set< TagID > > _active_fe_var_coupleable_vector_tags
 
std::vector< std::set< TagID > > _active_sc_var_coupleable_matrix_tags
 
std::vector< std::set< TagID > > _active_sc_var_coupleable_vector_tags
 
bool _default_ghosting
 Whether or not to use default libMesh coupling.
 
std::set< dof_id_type > _ghosted_elems
 Elements that should have Dofs ghosted to the local processor.
 
bool _currently_computing_jacobian
 Flag to determine whether the problem is currently computing Jacobian.
 
bool _currently_computing_residual_and_jacobian
 Flag to determine whether the problem is currently computing the residual and Jacobian.
 
bool _computing_nonlinear_residual
 Whether the non-linear residual is being evaluated.
 
bool _currently_computing_residual
 Whether the residual is being evaluated.
 
bool _safe_access_tagged_matrices
 Is it safe to retrieve data from tagged matrices.
 
bool _safe_access_tagged_vectors
 Is it safe to retrieve data from tagged vectors.
 
bool _have_ad_objects
 AD flag indicating whether any AD objects have been added.
 
std::unordered_set< TagID_not_zeroed_tagged_vectors
 the list of vector tags that will not be zeroed when all other tags are
 
bool _cli_option_found
 True if the CLI option is found.
 
bool _color_output
 True if we're going to attempt to write color output.
 
bool _termination_requested
 True if termination of the solve has been requested.
 
const bool & _enabled
 Reference to the "enable" InputParameters, used by Controls for toggling on/off MooseObjects.
 
MooseApp_app
 The MOOSE application this is associated with.
 
ActionFactory_action_factory
 Builds Actions.
 
const std::string & _type
 The type of this class.
 
const std::string & _name
 The name of this class.
 
const InputParameters_pars
 The object's parameters.
 
const Parallel::Communicator_communicator
 
MooseApp_pg_moose_app
 The MooseApp that owns the PerfGraph.
 
const std::string _prefix
 A prefix to use for all sections.
 
MooseApp_restartable_app
 Reference to the application.
 
const std::string _restartable_system_name
 The system name this object is in.
 
const THREAD_ID _restartable_tid
 The thread ID for this object.
 
const bool _restartable_read_only
 Flag for toggling read only status (see ReporterData)
 
std::vector< std::vector< NonlinearVariableName > > _group_variables
 Name of variables that are grouped together to check convergence.
 
bool _use_group_variables
 True if any variables are grouped.
 
InitialConditionWarehouse _ics
 
FVInitialConditionWarehouse _fv_ics
 
ScalarInitialConditionWarehouse _scalar_ics
 
MaterialWarehouse _materials
 
MaterialWarehouse _interface_materials
 
MaterialWarehouse _discrete_materials
 
MaterialWarehouse _all_materials
 
MaterialWarehouse _kokkos_materials
 
MooseObjectWarehouse< Indicator_indicators
 
MooseObjectWarehouse< InternalSideIndicatorBase_internal_side_indicators
 
std::map< SubdomainID, std::multimap< std::string, std::string > > _map_block_material_props_check
 Data structures of the requested material properties.
 
std::map< BoundaryID, std::multimap< std::string, std::string > > _map_boundary_material_props_check
 

Private Types

enum class  TrueFunctorIs { UNSET , NONAD , AD }
 

Private Member Functions

void setResidualObjectParamsAndLog (const std::string &ro_name, const std::string &name, InputParameters &parameters, const unsigned int nl_sys_num, const std::string &base_name, bool &reinit_displaced)
 Set the subproblem and system parameters for residual objects and log their addition.
 
void setAuxKernelParamsAndLog (const std::string &ak_name, const std::string &name, InputParameters &parameters, const std::string &base_name)
 Set the subproblem and system parameters for auxiliary kernels and log their addition.
 
TheWarehouse::Query getUOQuery (const std::string &system, const ExecFlagType &type, const Moose::AuxGroup &group) const
 
void getUOExecutionGroups (TheWarehouse::Query &query, std::set< int > &execution_groups) const
 
void handleException (const std::string &calling_method)
 Handle exceptions.
 
std::vector< MortarUserObject * > getMortarUserObjects (BoundaryID primary_boundary_id, BoundaryID secondary_boundary_id, bool displaced, const std::vector< MortarUserObject * > &mortar_uo_superset)
 Helper for getting mortar objects corresponding to primary boundary ID, secondary boundary ID, and displaced parameters, given some initial set.
 
std::vector< MortarUserObject * > getMortarUserObjects (BoundaryID primary_boundary_id, BoundaryID secondary_boundary_id, bool displaced)
 Helper for getting mortar objects corresponding to primary boundary ID, secondary boundary ID, and displaced parameters from the entire active mortar user object set.
 
virtual std::pair< bool, unsigned intdetermineSolverSystem (const std::string &var_name, bool error_if_not_found=false) const override
 Determine what solver system the provided variable name lies in.
 
void checkICRestartError (const std::string &ic_name, const std::string &name, const VariableName &var_name)
 Checks if the variable of the initial condition is getting restarted and errors for specific cases.
 
void addAnyRedistributers ()
 
void updateMaxQps ()
 
void joinAndFinalize (TheWarehouse::Query query, bool isgen=false)
 
void kokkosJoinAndFinalize (const std::vector< Moose::Kokkos::UserObject * > &userobjs)
 
virtual void resetState ()
 Reset state of this object in preparation for the next evaluation.
 
void cloneAlgebraicGhostingFunctor (libMesh::GhostingFunctor &algebraic_gf, bool to_mesh=true)
 Creates (n_sys - 1) clones of the provided algebraic ghosting functor (corresponding to the nonlinear system algebraic ghosting functor), initializes the clone with the appropriate DofMap, and then adds the clone to said DofMap.
 
void cloneCouplingGhostingFunctor (libMesh::GhostingFunctor &coupling_gf, bool to_mesh=true)
 Creates (n_sys - 1) clones of the provided coupling ghosting functor (corresponding to the nonlinear system coupling ghosting functor), initializes the clone with the appropriate DofMap, and then adds the clone to said DofMap.
 
void showFunctors () const
 Lists all functors in the problem.
 
void showFunctorRequestors () const
 Lists all functors and all the objects that requested them.
 
RestartableDataValueregisterRestartableDataOnApp (std::unique_ptr< RestartableDataValue > data, THREAD_ID tid) const
 Helper function for actually registering the restartable data.
 
void registerRestartableNameWithFilterOnApp (const std::string &name, Moose::RESTARTABLE_FILTER filter)
 Helper function for actually registering the restartable data.
 
template<typename T , typename... Args>
RestartableData< T > & declareRestartableDataHelper (const std::string &data_name, void *context, Args &&... args) const
 Helper function for declaring restartable data.
 
std::string restrictionSubdomainCheckName (SubdomainID check_id)
 Helper functions for checking MaterialProperties.
 
std::string restrictionBoundaryCheckName (BoundaryID check_id)
 

Static Private Member Functions

static SolverParams makeLinearSolverParams ()
 Make basic solver params for linear solves.
 
static const hit::Node * getHitNode (const InputParameters &params)
 Internal method for getting a hit node (if available) given a set of parameters.
 
static std::string messagePrefix (const InputParameters &params, const bool hit_prefix)
 Internal method for getting the message prefix for an object (object type, name, etc).
 

Private Attributes

std::vector< std::shared_ptr< NonlinearSystemBase > > _nl
 The nonlinear systems.
 
Restartable::ManagedValue< RestartableEquationSystems_req
 The EquationSystems object, wrapped for restart.
 
bool _error_on_jacobian_nonzero_reallocation
 Whether to error when the Jacobian is re-allocated, usually because the sparsity pattern changed.
 
const bool _restore_original_nonzero_pattern
 Whether we should restore the original nonzero pattern for every Jacobian evaluation.
 
bool _ignore_zeros_in_jacobian
 Whether to ignore zeros in the Jacobian, thereby leading to a reduced sparsity pattern.
 
bool _preserve_matrix_sparsity_pattern
 Whether to preserve the system matrix / Jacobian sparsity pattern, using 0-valued entries usually.
 
const bool _force_restart
 
const bool _allow_ics_during_restart
 
const bool _skip_nl_system_check
 
bool _fail_next_system_convergence_check
 
const bool _allow_invalid_solution
 
const bool _show_invalid_solution_console
 
const bool & _immediately_print_invalid_solution
 
bool _started_initial_setup
 At or beyond initialSteup stage.
 
bool _has_internal_edge_residual_objects
 Whether the problem has dgkernels or interface kernels.
 
bool _u_dot_requested
 Whether solution time derivative needs to be stored.
 
bool _u_dotdot_requested
 Whether solution second time derivative needs to be stored.
 
bool _u_dot_old_requested
 Whether old solution time derivative needs to be stored.
 
bool _u_dotdot_old_requested
 Whether old solution second time derivative needs to be stored.
 
bool _has_mortar
 Whether the simulation requires mortar coupling.
 
unsigned int _num_grid_steps
 Number of steps in a grid sequence.
 
bool _trust_user_coupling_matrix = false
 Whether to trust the user coupling matrix no matter what.
 
bool _computing_scaling_jacobian = false
 Flag used to indicate whether we are computing the scaling Jacobian.
 
bool _computing_scaling_residual = false
 Flag used to indicate whether we are computing the scaling Residual.
 
bool _checking_uo_aux_state = false
 Flag used to indicate whether we are doing the uo/aux state check in execute.
 
ExecFlagEnum _print_execution_on
 When to print the execution of loops.
 
const bool _identify_variable_groups_in_nl
 Whether to identify variable groups in nonlinear systems. This affects dof ordering.
 
std::vector< VectorTag_current_residual_vector_tags
 A data member to store the residual vector tag(s) passed into computeResidualTag(s).
 
bool _have_fv = false
 Whether we are performing some calculations with finite volume discretizations.
 
const bool _regard_general_exceptions_as_errors
 If we catch an exception during residual/Jacobian evaluaton for which we don't have specific handling, immediately error instead of allowing the time step to be cut.
 
std::vector< libMesh::CouplingMatrix_nonlocal_cm
 nonlocal coupling matrix
 
bool _requires_nonlocal_coupling
 nonlocal coupling requirement flag
 
bool _has_kokkos_objects = false
 Whether we have any Kokkos objects.
 
bool _has_kokkos_residual_objects = false
 Whether we have any Kokkos residual objects.
 
std::vector< std::function< void()> > _kokkos_mesh_initialization_hooks
 Container holding hooks for functions that need to be called after Kokkos mesh initialization.
 
std::vector< std::multimap< std::string, std::tuple< TrueFunctorIs, std::unique_ptr< Moose::FunctorEnvelopeBase >, std::unique_ptr< Moose::FunctorEnvelopeBase > > > > _functors
 A container holding pointers to all the functors in our problem.
 
std::vector< std::map< std::string, std::unique_ptr< Moose::FunctorAbstract > > > _pbblf_functors
 Container to hold PiecewiseByBlockLambdaFunctors.
 
std::map< std::string, std::set< std::string > > _functor_to_requestors
 The requestors of functors where the key is the prop name and the value is a set of names of requestors.
 
std::vector< std::multimap< std::string, std::pair< bool, bool > > > _functor_to_request_info
 A multimap (for each thread) from unfilled functor requests to whether the requests were for AD functors and whether the requestor was an AD object.
 
bool _show_functors
 Whether to output a list of the functors used and requested (currently only at initialSetup)
 
bool _show_chain_control_data
 Whether to output a list of all the chain control data.
 
std::vector< VectorTag_vector_tags
 The declared vector tags.
 
std::vector< std::vector< VectorTag > > _typed_vector_tags
 The vector tags associated with each VectorTagType This is kept separate from _vector_tags for quick access into typed vector tags in places where we don't want to build a new vector every call (like in residual evaluation)
 
std::map< TagName, TagID_vector_tags_name_map
 Map of vector tag TagName to TagID.
 
std::map< MooseObjectName, std::set< std::string > > _consumed_material_properties
 
std::unordered_map< libMesh::GhostingFunctor *, std::vector< std::shared_ptr< libMesh::GhostingFunctor > > > _root_alg_gf_to_sys_clones
 A map from a root algebraic ghosting functor, e.g.
 
std::unordered_map< libMesh::GhostingFunctor *, std::vector< std::shared_ptr< libMesh::GhostingFunctor > > > _root_coupling_gf_to_sys_clones
 A map from a root coupling ghosting functor, e.g.
 
bool _have_p_refinement
 Whether p-refinement has been requested at any point during the simulation.
 
std::unordered_map< FEFamily, bool > _family_for_p_refinement
 Indicate whether a family is disabled for p-refinement.
 
const ParallelParamObject_parent
 
const MooseBase_si_moose_base
 The MooseBase that owns this interface.
 
const FEProblemBase_si_problem
 A pointer to FEProblem base.
 
const RestartableDataMapName _metaname
 Restartable metadata name.
 
std::string _restartable_name
 The name of the object.
 

Static Private Attributes

static const std::unordered_set< FEFamily > _default_families_without_p_refinement
 The set of variable families by default disable p-refinement.
 

Detailed Description

Problem that checks for convergence relative to a user-supplied reference quantity rather than the initial residual.

Definition at line 19 of file ReferenceResidualProblem.h.

Member Typedef Documentation

◆ DataFileParameterType

using DataFileInterface::DataFileParameterType = DataFileName
inherited

The parameter type this interface expects for a data file name.

Definition at line 27 of file DataFileInterface.h.

Member Enumeration Documentation

◆ CoverageCheckMode

enum class FEProblemBase::CoverageCheckMode
stronginherited

◆ TrueFunctorIs

enum class SubProblem::TrueFunctorIs
strongprivateinherited
Enumerator
UNSET 
NONAD 
AD 

Definition at line 1144 of file SubProblem.h.

Constructor & Destructor Documentation

◆ ReferenceResidualProblem()

ReferenceResidualProblem::ReferenceResidualProblem ( const InputParameters params)

Definition at line 28 of file ReferenceResidualProblem.C.

30{
31}
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Definition FEProblem.h:21
Interface class shared between ReferenceResidualProblem and ReferenceResidualConvergence.

Member Function Documentation

◆ _setCLIOption()

void Problem::_setCLIOption ( )
inlineinherited

For Internal Use.

Definition at line 32 of file Problem.h.

32{ _cli_option_found = true; }
bool _cli_option_found
True if the CLI option is found.
Definition Problem.h:52

◆ acceptInvalidSolution()

bool FEProblemBase::acceptInvalidSolution ( ) const
inherited

Whether or not to accept the solution based on its invalidity.

If this returns false, it means that an invalid solution was encountered (an error) that was not allowed.

Definition at line 4130 of file FEProblemBase.C.

4131{
4132 return allowInvalidSolution() || // invalid solutions are always allowed
4133 !_app.solutionInvalidity().hasInvalidSolutionError(); // if not allowed, check for errors
4134}
bool allowInvalidSolution() const
Whether to accept / allow an invalid solution.
SolutionInvalidity & solutionInvalidity()
Get the SolutionInvalidity for this app.
Definition MooseApp.h:185
MooseApp & _app
The MOOSE application this is associated with.
Definition MooseBase.h:375
bool hasInvalidSolutionError() const
Whether or not an invalid solution was encountered that was an error.

Referenced by SolverSystem::checkInvalidSolution(), and NonlinearSystem::converged().

◆ adaptivity()

Adaptivity & FEProblemBase::adaptivity ( )
inlineinherited

Definition at line 2131 of file FEProblemBase.h.

2131{ return _adaptivity; }
Adaptivity _adaptivity

Referenced by Eigenvalue::execute(), SteadyBase::execute(), and FEProblemBase::initialAdaptMesh().

◆ adaptMesh()

bool FEProblemBase::adaptMesh ( )
virtualinherited
Returns
Whether or not the mesh was changed

Reimplemented in DumpObjectsProblem.

Definition at line 8716 of file FEProblemBase.C.

8717{
8718 // reset cycle counter
8720
8722 return false;
8723
8724 TIME_SECTION("adaptMesh", 3, "Adapting Mesh");
8725
8726 unsigned int cycles_per_step = _adaptivity.getCyclesPerStep();
8727
8728 bool mesh_changed = false;
8729
8730 for (unsigned int i = 0; i < cycles_per_step; ++i)
8731 {
8732 if (!_mesh.interiorLowerDBlocks().empty() || !_mesh.boundaryLowerDBlocks().empty())
8733 mooseError("HFEM does not support mesh adaptivity currently.");
8734
8735 // Markers were already computed once by Executioner
8736 if (_adaptivity.getRecomputeMarkersFlag() && i > 0)
8738
8739 bool mesh_changed_this_step;
8740 mesh_changed_this_step = _adaptivity.adaptMesh();
8741
8742 if (mesh_changed_this_step)
8743 {
8744 mesh_changed = true;
8745
8747 /*intermediate_change=*/true, /*contract_mesh=*/true, /*clean_refinement_flags=*/true);
8749 }
8750 else
8751 {
8752 // If the mesh didn't change, we still need to update the displaced mesh
8753 // to undo the undisplacement performed in Adaptivity::adaptMesh
8755 _displaced_problem->updateMesh();
8756
8757 _console << "Mesh unchanged, skipping remaining steps..." << std::endl;
8758 break;
8759 }
8760
8761 // Show adaptivity progress
8762 _console << std::flush;
8763 }
8764
8765 // We're done with all intermediate changes; now get systems ready
8766 // for real if necessary.
8767 if (mesh_changed)
8768 es().reinit_systems();
8769
8770 // Execute multi-apps that need to run after adaptivity, but before the next timestep.
8772
8773 return mesh_changed;
8774}
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application.
Definition MooseError.h:311
const ExecFlagType EXEC_POST_ADAPTIVITY
Definition Moose.C:61
unsigned int getCyclesPerStep() const
Pull out the number of cycles_per_step previously set through the AdaptivityAction.
Definition Adaptivity.h:126
bool getRecomputeMarkersFlag() const
Pull out the _recompute_markers_during_cycles flag previously set through the AdaptivityAction.
Definition Adaptivity.h:139
bool adaptMesh(std::string marker_name=std::string())
Adapts the mesh based on the error estimator used.
Definition Adaptivity.C:145
bool isAdaptivityDue()
Query if an adaptivity step should be performed at the current time / time step.
Definition Adaptivity.C:428
const ConsoleStream _console
An instance of helper class to write streams to the Console objects.
virtual libMesh::EquationSystems & es() override
MooseMesh & _mesh
bool execMultiApps(ExecFlagType type, bool auto_advance=true)
Execute the MultiApps associated with the ExecFlagType.
std::shared_ptr< DisplacedProblem > _displaced_problem
virtual void computeMarkers()
unsigned int _cycles_completed
virtual void meshChanged()
Deprecated.
const std::set< SubdomainID > & interiorLowerDBlocks() const
Definition MooseMesh.h:1550
const std::set< SubdomainID > & boundaryLowerDBlocks() const
Definition MooseMesh.h:1554
virtual void reinit_systems()

Referenced by Eigenvalue::execute(), SteadyBase::execute(), and TransientBase::incrementStepOrReject().

◆ addAlgebraicGhostingFunctor()

void SubProblem::addAlgebraicGhostingFunctor ( libMesh::GhostingFunctor algebraic_gf,
bool  to_mesh = true 
)
inherited

Add an algebraic ghosting functor to this problem's DofMaps.

Definition at line 1038 of file SubProblem.C.

1039{
1040 EquationSystems & eq = es();
1041 const auto n_sys = eq.n_systems();
1042 if (!n_sys)
1043 return;
1044
1045 eq.get_system(0).get_dof_map().add_algebraic_ghosting_functor(algebraic_gf, to_mesh);
1046 cloneAlgebraicGhostingFunctor(algebraic_gf, to_mesh);
1047}
void cloneAlgebraicGhostingFunctor(libMesh::GhostingFunctor &algebraic_gf, bool to_mesh=true)
Creates (n_sys - 1) clones of the provided algebraic ghosting functor (corresponding to the nonlinear...
virtual libMesh::EquationSystems & es()=0

◆ addAnyRedistributers()

void FEProblemBase::addAnyRedistributers ( )
privateinherited

Definition at line 6618 of file FEProblemBase.C.

6619{
6620#ifdef LIBMESH_ENABLE_AMR
6621 if ((_adaptivity.isOn() || _num_grid_steps) &&
6624 {
6625 // Even on a serialized Mesh, we don't keep our material
6626 // properties serialized, so we'll rely on the callback to
6627 // redistribute() to redistribute properties at the same time
6628 // libMesh is redistributing elements.
6629 auto add_redistributer = [this](MooseMesh & mesh,
6630 const std::string & redistributer_name,
6631 const bool use_displaced_mesh)
6632 {
6634 redistribute_params.set<MooseApp *>(MooseBase::app_param) = &_app;
6635 redistribute_params.set<std::string>("for_whom") = this->name();
6636 redistribute_params.set<MooseMesh *>("mesh") = &mesh;
6637 redistribute_params.set<Moose::RelationshipManagerType>("rm_type") =
6639 redistribute_params.set<bool>("use_displaced_mesh") = use_displaced_mesh;
6640 redistribute_params.setHitNode(*parameters().getHitNode(), {});
6641
6642 std::shared_ptr<RedistributeProperties> redistributer =
6644 "RedistributeProperties", redistributer_name, redistribute_params);
6645
6648
6650 redistributer->addMaterialPropertyStorage(_bnd_material_props);
6651
6653 redistributer->addMaterialPropertyStorage(_neighbor_material_props);
6654
6655 mesh.getMesh().add_ghosting_functor(redistributer);
6656 };
6657
6658 add_redistributer(_mesh, "mesh_property_redistributer", false);
6660 add_redistributer(_displaced_problem->mesh(), "displaced_mesh_property_redistributer", true);
6661 }
6662#endif // LIBMESH_ENABLE_AMR
6663}
bool isOn()
Is adaptivity on?
Definition Adaptivity.h:193
MaterialPropertyStorage & _material_props
MaterialPropertyStorage & _neighbor_material_props
unsigned int _num_grid_steps
Number of steps in a grid sequence.
MaterialPropertyStorage & _bnd_material_props
virtual MooseMesh & mesh() override
std::shared_ptr< MooseObject > create(const std::string &obj_name, const std::string &name, const InputParameters &parameters, THREAD_ID tid=0, bool print_deprecated=true)
Definition Factory.C:142
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
void setHitNode(const std::string &param, const hit::Node &node, const SetParamHitNodeKey)
Sets the hit node associated with the parameter param to node.
const hit::Node * getHitNode(const std::string &param) const
T & set(const std::string &name, bool quiet_mode=false)
Returns a writable reference to the named parameters.
Base class for MOOSE-based applications.
Definition MooseApp.h:110
const InputParameters & parameters() const
Get the parameters of the object.
Definition MooseBase.h:131
const std::string & name() const
Get the name of the class.
Definition MooseBase.h:103
static const std::string app_param
The name of the parameter that contains the MooseApp.
Definition MooseBase.h:59
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
Definition MooseMesh.h:95
MeshBase & getMesh()
Accessor for the underlying libMesh Mesh object.
Definition MooseMesh.C:3557
RedistributeProperties is used for its redistribute() callback, which ensures that any stateful prope...
static InputParameters validParams()
void addMaterialPropertyStorage(MaterialPropertyStorage &mat_props)
Pushes the given pair ( mat_data , mat_props ) onto our list of _materials data to redistribute each ...
Factory & _factory
The Factory for building objects.
RelationshipManagerType
Main types of Relationship Managers.

◆ addAuxArrayVariable()

void FEProblemBase::addAuxArrayVariable ( const std::string &  var_name,
const libMesh::FEType type,
unsigned int  components,
const std::set< SubdomainID > *const  active_subdomains = NULL 
)
virtualinherited

Definition at line 3455 of file FEProblemBase.C.

3459{
3460 parallel_object_only();
3461
3462 mooseDeprecated("Please use the addAuxVariable(var_type, var_name, params) API instead");
3463
3464 if (duplicateVariableCheck(var_name, type, /* is_aux = */ true, active_subdomains))
3465 return;
3466
3467 InputParameters params = _factory.getValidParams("ArrayMooseVariable");
3468 params.set<FEProblemBase *>("_fe_problem_base") = this;
3470 params.set<MooseEnum>("order") = type.order.get_order();
3471 params.set<MooseEnum>("family") = Moose::stringify(type.family);
3472 params.set<unsigned int>("components") = components;
3473
3474 if (active_subdomains)
3475 for (const SubdomainID & id : *active_subdomains)
3476 params.set<std::vector<SubdomainName>>("block").push_back(Moose::stringify(id));
3477
3478 logAdd("Variable", var_name, "ArrayMooseVariable", params);
3479 _aux->addVariable("ArrayMooseVariable", var_name, params);
3481 _displaced_problem->addAuxVariable("ArrayMooseVariable", var_name, params);
3482
3483 markFamilyPRefinement(params);
3485 _displaced_problem->markFamilyPRefinement(params);
3486}
subdomain_id_type SubdomainID
void mooseDeprecated(Args &&... args)
Emit a deprecated code/feature message with the given stringified, concatenated args.
Definition MooseError.h:363
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
std::shared_ptr< AuxiliarySystem > _aux
The auxiliary system.
void logAdd(const std::string &system, const std::string &name, const std::string &type, const InputParameters &params) const
Output information about the object just added to the problem.
bool duplicateVariableCheck(const std::string &var_name, const libMesh::FEType &type, bool is_aux, const std::set< SubdomainID > *const active_subdomains)
Helper to check for duplicate variable names across systems or within a single system.
InputParameters getValidParams(const std::string &name) const
Get valid parameters for the object.
Definition Factory.C:68
const std::string & type() const
Get the type of this class.
Definition MooseBase.h:93
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
Definition MooseEnum.h:55
void markFamilyPRefinement(const InputParameters &params)
Mark a variable family for either disabling or enabling p-refinement with valid parameters of a varia...
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
std::string stringify(const T &t)
conversion to string
Definition Conversion.h:64
VarKindType
Framework-wide stuff.
Definition MooseTypes.h:769
@ VAR_AUXILIARY
Definition MooseTypes.h:771
std::string stringify(MOOSEIOType type)
Definition NEML2Utils.C:18

◆ addAuxKernel()

void FEProblemBase::addAuxKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 3523 of file FEProblemBase.C.

3526{
3527 parallel_object_only();
3528
3529 setAuxKernelParamsAndLog(kernel_name, name, parameters, "AuxKernel");
3530
3531 _aux->addKernel(kernel_name, name, parameters);
3532}
void setAuxKernelParamsAndLog(const std::string &ak_name, const std::string &name, InputParameters &parameters, const std::string &base_name)
Set the subproblem and system parameters for auxiliary kernels and log their addition.

◆ addAuxScalarKernel()

void FEProblemBase::addAuxScalarKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3535 of file FEProblemBase.C.

3538{
3539 parallel_object_only();
3540
3541 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3542 {
3543 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3544 parameters.set<SystemBase *>("_sys") = &_displaced_problem->auxSys();
3545 }
3546 else
3547 {
3548 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3549 {
3550 // We allow AuxScalarKernels to request that they use_displaced_mesh,
3551 // but then be overridden when no displacements variables are
3552 // provided in the Mesh block. If that happened, update the value
3553 // of use_displaced_mesh appropriately for this AuxScalarKernel.
3554 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3555 parameters.set<bool>("use_displaced_mesh") = false;
3556 }
3557
3558 parameters.set<SubProblem *>("_subproblem") = this;
3559 parameters.set<SystemBase *>("_sys") = _aux.get();
3560 }
3561
3562 logAdd("AuxScalarKernel", name, kernel_name, parameters);
3563 _aux->addScalarKernel(kernel_name, name, parameters);
3564}
std::vector< std::pair< R1, R2 > > get(const std::string &param1, const std::string &param2) const
Combine two vector parameters into a single vector of pairs.
bool have_parameter(std::string_view name) const
A wrapper around the Parameters base class method.
Generic class for solving transient nonlinear problems.
Definition SubProblem.h:79
Base class for a system (of equations)
Definition SystemBase.h:87

◆ addAuxScalarVariable()

void FEProblemBase::addAuxScalarVariable ( const std::string &  var_name,
libMesh::Order  order,
Real  scale_factor = 1.,
const std::set< SubdomainID > *const  active_subdomains = NULL 
)
virtualinherited

Definition at line 3489 of file FEProblemBase.C.

3493{
3494 parallel_object_only();
3495
3496 mooseDeprecated("Please use the addAuxVariable(var_type, var_name, params) API instead");
3497
3498 if (order > _max_scalar_order)
3499 _max_scalar_order = order;
3500
3501 FEType type(order, SCALAR);
3502 if (duplicateVariableCheck(var_name, type, /* is_aux = */ true, active_subdomains))
3503 return;
3504
3505 InputParameters params = _factory.getValidParams("MooseVariableScalar");
3506 params.set<FEProblemBase *>("_fe_problem_base") = this;
3508
3509 params.set<MooseEnum>("order") = type.order.get_order();
3510 params.set<MooseEnum>("family") = "SCALAR";
3511 params.set<std::vector<Real>>("scaling") = std::vector<Real>{1};
3512 if (active_subdomains)
3513 for (const SubdomainID & id : *active_subdomains)
3514 params.set<std::vector<SubdomainName>>("block").push_back(Moose::stringify(id));
3515
3516 logAdd("ScalarVariable", var_name, "MooseVariableScalar", params);
3517 _aux->addVariable("MooseVariableScalar", var_name, params);
3519 _displaced_problem->addAuxVariable("MooseVariableScalar", var_name, params);
3520}
libMesh::Order _max_scalar_order
Maximum scalar variable order.

◆ addAuxVariable() [1/2]

virtual void FEProblemBase::addAuxVariable ( const std::string &  var_name,
const libMesh::FEType type,
const std::set< SubdomainID > *const  active_subdomains = NULL 
)
virtualinherited

Reimplemented in DumpObjectsProblem.

◆ addAuxVariable() [2/2]

void FEProblemBase::addAuxVariable ( const std::string &  var_type,
const std::string &  var_name,
InputParameters params 
)
virtualinherited

Canonical method for adding an auxiliary variable.

Parameters
var_typethe type of the variable, e.g. MooseVariableScalar
var_namethe variable name, e.g. 'u'
paramsthe InputParameters from which to construct the variable

Reimplemented in MFEMProblem, and DumpObjectsProblem.

Definition at line 3372 of file FEProblemBase.C.

3375{
3376 parallel_object_only();
3377
3378 const auto order = Utility::string_to_enum<Order>(params.get<MooseEnum>("order"));
3379 const auto family = Utility::string_to_enum<FEFamily>(params.get<MooseEnum>("family"));
3380 const auto fe_type = FEType(order, family);
3381
3382 const auto active_subdomains_vector =
3383 _mesh.getSubdomainIDs(params.get<std::vector<SubdomainName>>("block"));
3384 const std::set<SubdomainID> active_subdomains(active_subdomains_vector.begin(),
3385 active_subdomains_vector.end());
3386
3387 if (duplicateVariableCheck(var_name, fe_type, /* is_aux = */ true, &active_subdomains))
3388 return;
3389
3390 params.set<FEProblemBase *>("_fe_problem_base") = this;
3392
3393 logAdd("AuxVariable", var_name, var_type, params);
3394 _aux->addVariable(var_type, var_name, params);
3396 // MooseObjects need to be unique so change the name here
3397 _displaced_problem->addAuxVariable(var_type, var_name, params);
3398
3399 markFamilyPRefinement(params);
3401 _displaced_problem->markFamilyPRefinement(params);
3402}
std::vector< SubdomainID > getSubdomainIDs(const std::vector< SubdomainName > &subdomain_names) const
Get the associated subdomainIDs for the subdomain names that are passed in.
Definition MooseMesh.C:1729

Referenced by FEProblemBase::addElementalFieldVariable(), and AddAuxVariableAction::init().

◆ addBoundaryCondition()

void FEProblemBase::addBoundaryCondition ( const std::string &  bc_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 3301 of file FEProblemBase.C.

3304{
3305 parallel_object_only();
3306
3307 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3308 if (!isSolverSystemNonlinear(nl_sys_num))
3309 mooseError(
3310 "You are trying to add a BoundaryCondition to a linear variable/system, which is not "
3311 "supported at the moment!");
3312
3314 bc_name, name, parameters, nl_sys_num, "BoundaryCondition", _reinit_displaced_face);
3315 _nl[nl_sys_num]->addBoundaryCondition(bc_name, name, parameters);
3316}
bool isSolverSystemNonlinear(const unsigned int sys_num)
Check if the solver system is nonlinear.
bool _reinit_displaced_face
Whether to call DisplacedProblem::reinitElemFace when this->reinitElemFace is called.
std::vector< std::shared_ptr< NonlinearSystemBase > > _nl
The nonlinear systems.
void setResidualObjectParamsAndLog(const std::string &ro_name, const std::string &name, InputParameters &parameters, const unsigned int nl_sys_num, const std::string &base_name, bool &reinit_displaced)
Set the subproblem and system parameters for residual objects and log their addition.
virtual std::pair< bool, unsigned int > determineSolverSystem(const std::string &var_name, bool error_if_not_found=false) const override
Determine what solver system the provided variable name lies in.
std::string varName(const std::string &var_param_name, const std::string &moose_object_with_var_param_name) const
Determine the actual variable name from the given variable \emph parameter name.

Referenced by DiffusionCG::addBoundaryConditionsFromComponents(), and DiffusionCG::addFEBCs().

◆ addCachedJacobian()

void FEProblemBase::addCachedJacobian ( const THREAD_ID  tid)
overridevirtualinherited

◆ addCachedResidual()

void FEProblemBase::addCachedResidual ( const THREAD_ID  tid)
overridevirtualinherited

◆ addCachedResidualDirectly()

void FEProblemBase::addCachedResidualDirectly ( NumericVector< libMesh::Number > &  residual,
const THREAD_ID  tid 
)
virtualinherited

Allows for all the residual contributions that are currently cached to be added directly into the vector passed in.

Parameters
residualThe vector to add the cached contributions to.
tidThe thread id.

Definition at line 2082 of file FEProblemBase.C.

2083{
2085 _assembly[tid][_current_nl_sys->number()]->addCachedResidualDirectly(
2087
2089 _assembly[tid][_current_nl_sys->number()]->addCachedResidualDirectly(
2091
2092 std::vector<VectorTag> extra_residual_vector_tags;
2093 extra_residual_vector_tags.reserve(currentResidualVectorTags().size());
2094 const auto time_tag = _current_nl_sys->timeVectorTag();
2095 const auto non_time_tag = _current_nl_sys->nonTimeVectorTag();
2096 for (const auto & vector_tag : currentResidualVectorTags())
2097 if (vector_tag._id != time_tag && vector_tag._id != non_time_tag)
2098 extra_residual_vector_tags.push_back(vector_tag);
2099
2100 // Flush extra vector tag caches (e.g. from extra_vector_tags on NodalConstraints)
2101 // to their respective system vectors after the standard TIME/NONTIME caches above.
2102 // Without this, NodalConstraint contributions to extra vector tags are silently
2103 // discarded by the blanket clearCachedResiduals.
2104 _assembly[tid][_current_nl_sys->number()]->addCachedResiduals(Assembly::GlobalDataKey{},
2105 extra_residual_vector_tags);
2106
2107 // We do this because by adding the cached residual directly, we cannot ensure that all of the
2108 // cached residuals are emptied after only the two add calls above
2109 _assembly[tid][_current_nl_sys->number()]->clearCachedResiduals(Assembly::GlobalDataKey{});
2110
2112 _displaced_problem->addCachedResidualDirectly(residual, tid);
2113}
if(!dmm->_nl) SETERRQ(PETSC_COMM_WORLD
Key structure for APIs manipulating global vectors/matrices.
Definition Assembly.h:836
virtual const std::vector< VectorTag > & currentResidualVectorTags() const override
Return the residual vector tags we are currently computing.
std::vector< std::vector< std::unique_ptr< Assembly > > > _assembly
The Assembly objects.
NonlinearSystemBase * _current_nl_sys
The current nonlinear system that we are solving.
TagID timeVectorTag() const override
Ideally, we should not need this API.
TagID nonTimeVectorTag() const override
virtual const VectorTag & getVectorTag(const TagID tag_id) const
Get a VectorTag from a TagID.
Definition SubProblem.C:160
bool hasVector(const std::string &tag_name) const
Check if the named vector exists in the system.
Definition SystemBase.C:923
unsigned int number() const
Gets the number of this system.

Referenced by NonlinearSystemBase::constraintResiduals(), and NonlinearSystemBase::enforceNodalConstraintsResidual().

◆ addConstraint()

void FEProblemBase::addConstraint ( const std::string &  c_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3319 of file FEProblemBase.C.

3322{
3323 parallel_object_only();
3324
3325 _has_constraints = true;
3326
3327 auto determine_var_param_name = [&parameters, this]()
3328 {
3329 if (parameters.isParamValid("variable"))
3330 return "variable";
3331 else
3332 {
3333 // must be a mortar constraint
3334 const bool has_secondary_var = parameters.isParamValid("secondary_variable");
3335 const bool has_primary_var = parameters.isParamValid("primary_variable");
3336 if (!has_secondary_var && !has_primary_var)
3337 mooseError(
3338 "Either a 'secondary_variable' or 'primary_variable' parameter must be supplied for '",
3340 "'");
3341 return has_secondary_var ? "secondary_variable" : "primary_variable";
3342 }
3343 };
3344
3345 const auto nl_sys_num =
3346 determineSolverSystem(parameters.varName(determine_var_param_name(), name), true).second;
3347 if (!isSolverSystemNonlinear(nl_sys_num))
3348 mooseError("You are trying to add a Constraint to a linear variable/system, which is not "
3349 "supported at the moment!");
3350
3351 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3352 {
3353 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3354 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3356 }
3357 else
3358 {
3359 // It might _want_ to use a displaced mesh... but we're not so set it to false
3360 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3361 parameters.set<bool>("use_displaced_mesh") = false;
3362
3363 parameters.set<SubProblem *>("_subproblem") = this;
3364 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3365 }
3366
3367 logAdd("Constraint", name, c_name, parameters);
3368 _nl[nl_sys_num]->addConstraint(c_name, name, parameters);
3369}
bool _has_constraints
Whether or not this system has any Constraints.
const std::string & getObjectName() const
bool isParamValid(const std::string &name) const
This method returns parameters that have been initialized in one fashion or another,...
const Elem & get(const ElemType type_in)

◆ addConsumedPropertyName()

void SubProblem::addConsumedPropertyName ( const MooseObjectName obj_name,
const std::string &  prop_name 
)
inherited

Helper for tracking the object that is consuming a property for MaterialPropertyDebugOutput.

Definition at line 735 of file SubProblem.C.

736{
737 _consumed_material_properties[obj_name].insert(prop_name);
738}
std::map< MooseObjectName, std::set< std::string > > _consumed_material_properties

Referenced by MaterialPropertyInterface::addConsumedPropertyName().

◆ addConvergence()

void FEProblemBase::addConvergence ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Adds a Convergence object.

Definition at line 2706 of file FEProblemBase.C.

2709{
2710 parallel_object_only();
2711
2712 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
2713 {
2714 std::shared_ptr<Convergence> conv = _factory.create<Convergence>(type, name, parameters, tid);
2715 _convergences.addObject(conv, tid);
2716 }
2717}
unsigned int THREAD_ID
Definition MooseTypes.h:237
Base class for convergence criteria.
Definition Convergence.h:26
MooseObjectWarehouse< Convergence > _convergences
convergence warehouse
virtual void addObject(std::shared_ptr< T > object, THREAD_ID tid=0, bool recurse=true) override
Adds an object to the storage structure.
unsigned int n_threads()

Referenced by FEProblemBase::addDefaultMultiAppFixedPointConvergence(), FEProblemBase::addDefaultNonlinearConvergence(), addDefaultNonlinearConvergence(), and FEProblemBase::addDefaultSteadyStateConvergence().

◆ addCouplingGhostingFunctor()

void SubProblem::addCouplingGhostingFunctor ( libMesh::GhostingFunctor coupling_gf,
bool  to_mesh = true 
)
inherited

Add a coupling functor to this problem's DofMaps.

Definition at line 1071 of file SubProblem.C.

1072{
1073 const auto num_nl_sys = numNonlinearSystems();
1074 if (!num_nl_sys)
1075 return;
1076
1077 systemBaseNonlinear(0).system().get_dof_map().add_coupling_functor(coupling_gf, to_mesh);
1078 cloneCouplingGhostingFunctor(coupling_gf, to_mesh);
1079}
virtual std::size_t numNonlinearSystems() const =0
virtual const SystemBase & systemBaseNonlinear(const unsigned int sys_num) const =0
Return the nonlinear system object as a base class reference given the system number.
void cloneCouplingGhostingFunctor(libMesh::GhostingFunctor &coupling_gf, bool to_mesh=true)
Creates (n_sys - 1) clones of the provided coupling ghosting functor (corresponding to the nonlinear ...
virtual libMesh::System & system()=0
Get the reference to the libMesh system.
void add_coupling_functor(GhostingFunctor &coupling_functor, bool to_mesh=true)
const DofMap & get_dof_map() const

◆ addDamper()

void FEProblemBase::addDamper ( const std::string &  damper_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 5788 of file FEProblemBase.C.

5791{
5792 parallel_object_only();
5793
5794 const auto nl_sys_num =
5795 parameters.isParamValid("variable")
5796 ? determineSolverSystem(parameters.varName("variable", name), true).second
5797 : (unsigned int)0;
5798
5799 if (!isSolverSystemNonlinear(nl_sys_num))
5800 mooseError("You are trying to add a DGKernel to a linear variable/system, which is not "
5801 "supported at the moment!");
5802
5803 parameters.set<SubProblem *>("_subproblem") = this;
5804 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
5805
5806 _has_dampers = true;
5807 logAdd("Damper", name, damper_name, parameters);
5808 _nl[nl_sys_num]->addDamper(damper_name, name, parameters);
5809}
void ErrorVector unsigned int
bool _has_dampers
Whether or not this system has any Dampers associated with it.

◆ addDefaultMultiAppFixedPointConvergence()

void FEProblemBase::addDefaultMultiAppFixedPointConvergence ( const InputParameters params)
inherited

Adds the default fixed point Convergence associated with the problem.

This is called if the user does not supply 'multiapp_fixed_point_convergence'.

Parameters
[in]paramsParameters to apply to Convergence parameters

Definition at line 2732 of file FEProblemBase.C.

2733{
2734 const std::string class_name = "DefaultMultiAppFixedPointConvergence";
2735 InputParameters params = _factory.getValidParams(class_name);
2736 params.applyParameters(params_to_apply);
2737 params.applyParameters(parameters());
2738 params.set<bool>("added_as_default") = true;
2740}
virtual void addConvergence(const std::string &type, const std::string &name, InputParameters &parameters)
Adds a Convergence object.
const ConvergenceName & getMultiAppFixedPointConvergenceName() const
Gets the MultiApp fixed point convergence object name.
void applyParameters(const InputParameters &common, const std::vector< std::string > &exclude={}, const bool allow_private=false)
Method for applying common parameters.

◆ addDefaultNonlinearConvergence()

void ReferenceResidualProblem::addDefaultNonlinearConvergence ( const InputParameters params)
overridevirtual

Adds the default nonlinear Convergence associated with the problem.

This is called if the user does not supply 'nonlinear_convergence'.

Parameters
[in]paramsParameters to apply to Convergence parameters

Reimplemented from FEProblemBase.

Definition at line 34 of file ReferenceResidualProblem.C.

35{
36 const std::string class_name = "ReferenceResidualConvergence";
37 InputParameters params = _factory.getValidParams(class_name);
38 params.applyParameters(params_to_apply);
40 params.set<bool>("added_as_default") = true;
41 for (const auto & conv_name : getNonlinearConvergenceNames())
42 addConvergence(class_name, conv_name, params);
43}
const std::vector< ConvergenceName > & getNonlinearConvergenceNames() const
Gets the nonlinear system convergence object name(s).

◆ addDefaultSteadyStateConvergence()

void FEProblemBase::addDefaultSteadyStateConvergence ( const InputParameters params)
inherited

Adds the default steady-state detection Convergence.

This is called if the user does not supply 'steady_state_convergence'.

Parameters
[in]paramsParameters to apply to Convergence parameters

Definition at line 2743 of file FEProblemBase.C.

2744{
2745 const std::string class_name = "DefaultSteadyStateConvergence";
2746 InputParameters params = _factory.getValidParams(class_name);
2747 params.applyParameters(params_to_apply);
2748 params.applyParameters(parameters());
2749 params.set<bool>("added_as_default") = true;
2750 addConvergence(class_name, getSteadyStateConvergenceName(), params);
2751}
const ConvergenceName & getSteadyStateConvergenceName() const
Gets the steady-state detection convergence object name.

◆ addDGKernel()

void FEProblemBase::addDGKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3607 of file FEProblemBase.C.

3610{
3611 parallel_object_only();
3612
3613 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3614 if (!isSolverSystemNonlinear(nl_sys_num))
3615 mooseError("You are trying to add a DGKernel to a linear variable/system, which is not "
3616 "supported at the moment!");
3617
3618 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3619 {
3620 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3621 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3623 }
3624 else
3625 {
3626 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3627 {
3628 // We allow DGKernels to request that they use_displaced_mesh,
3629 // but then be overridden when no displacements variables are
3630 // provided in the Mesh block. If that happened, update the value
3631 // of use_displaced_mesh appropriately for this DGKernel.
3632 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3633 parameters.set<bool>("use_displaced_mesh") = false;
3634 }
3635
3636 parameters.set<SubProblem *>("_subproblem") = this;
3637 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3638 }
3639
3640 logAdd("DGKernel", name, dg_kernel_name, parameters);
3641 _nl[nl_sys_num]->addDGKernel(dg_kernel_name, name, parameters);
3642
3644}
bool _reinit_displaced_neighbor
Whether to call DisplacedProblem::reinitNeighbor when this->reinitNeighbor is called.
bool _has_internal_edge_residual_objects
Whether the problem has dgkernels or interface kernels.

◆ addDiracKernel()

void FEProblemBase::addDiracKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3567 of file FEProblemBase.C.

3570{
3571 parallel_object_only();
3572
3573 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3574 if (!isSolverSystemNonlinear(nl_sys_num))
3575 mooseError("You are trying to add a DiracKernel to a linear variable/system, which is not "
3576 "supported at the moment!");
3577
3578 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3579 {
3580 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3581 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3583 }
3584 else
3585 {
3586 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3587 {
3588 // We allow DiracKernels to request that they use_displaced_mesh,
3589 // but then be overridden when no displacements variables are
3590 // provided in the Mesh block. If that happened, update the value
3591 // of use_displaced_mesh appropriately for this DiracKernel.
3592 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3593 parameters.set<bool>("use_displaced_mesh") = false;
3594 }
3595
3596 parameters.set<SubProblem *>("_subproblem") = this;
3597 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3598 }
3599
3600 logAdd("DiracKernel", name, kernel_name, parameters);
3601 _nl[nl_sys_num]->addDiracKernel(kernel_name, name, parameters);
3602}
bool _reinit_displaced_elem
Whether to call DisplacedProblem::reinitElem when this->reinitElem is called.

◆ addDisplacedProblem()

void FEProblemBase::addDisplacedProblem ( std::shared_ptr< DisplacedProblem displaced_problem)
virtualinherited

Definition at line 8524 of file FEProblemBase.C.

8525{
8526 parallel_object_only();
8527
8530}
std::shared_ptr< DisplacedProblem > displaced_problem
MooseMesh * _displaced_mesh

◆ addDistribution()

void FEProblemBase::addDistribution ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

The following functions will enable MOOSE to have the capability to import distributions.

Definition at line 2879 of file FEProblemBase.C.

2882{
2883 parameters.set<std::string>("type") = type;
2884 addObject<Distribution>(type, name, parameters, /* threaded = */ false);
2885}

◆ addElementalFieldVariable()

void FEProblemBase::addElementalFieldVariable ( const std::string &  var_type,
const std::string &  var_name,
InputParameters params 
)
virtualinherited

Add an elemental field variable for use in the adaptivity system.

Reimplemented in MFEMProblem.

Definition at line 3405 of file FEProblemBase.C.

3408{
3409 addAuxVariable(var_type, var_name, params);
3410}
virtual void addAuxVariable(const std::string &var_type, const std::string &var_name, InputParameters &params)
Canonical method for adding an auxiliary variable.

Referenced by AddElementalFieldAction::init().

◆ addFunction()

void FEProblemBase::addFunction ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 2680 of file FEProblemBase.C.

2683{
2684 parallel_object_only();
2685
2686 parameters.set<SubProblem *>("_subproblem") = this;
2687
2688 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
2689 {
2690 std::shared_ptr<Function> func = _factory.create<Function>(type, name, parameters, tid);
2691 logAdd("Function", name, type, parameters);
2692 _functions.addObject(func, tid);
2693
2694 if (auto * const functor = dynamic_cast<Moose::FunctorBase<Real> *>(func.get()))
2695 {
2696 this->addFunctor(name, *functor, tid);
2698 _displaced_problem->addFunctor(name, *functor, tid);
2699 }
2700 else
2701 mooseError("Unrecognized function functor type");
2702 }
2703}
MooseObjectWarehouse< Function > _functions
functions
Base class for function objects.
Definition Function.h:30
Base class template for functor objects.
void addFunctor(const std::string &name, const Moose::FunctorBase< T > &functor, const THREAD_ID tid)
add a functor to the problem functor container

Referenced by MFEMProblem::addFunction(), and FEProblemBase::getFunction().

◆ addFunctor()

template<typename T >
void SubProblem::addFunctor ( const std::string &  name,
const Moose::FunctorBase< T > &  functor,
const THREAD_ID  tid 
)
inherited

add a functor to the problem functor container

Definition at line 1393 of file SubProblem.h.

1396{
1397 constexpr bool added_functor_is_ad =
1398 !std::is_same<T, typename MetaPhysicL::RawType<T>::value_type>::value;
1399
1400 mooseAssert(tid < _functors.size(), "Too large a thread ID");
1401
1402 auto & functor_to_request_info = _functor_to_request_info[tid];
1403 auto & functors = _functors[tid];
1404 auto it = functors.find("wraps_" + name);
1405 if (it != functors.end())
1406 {
1407 // We have this functor already. If it's a null functor, we want to replace it with the valid
1408 // functor we have now. If it's not then we'll add a new entry into the multimap and then we'll
1409 // error later if a user requests a functor because their request is ambiguous. This is the
1410 // reason that the functors container is a multimap: for nice error messages
1411 auto * const existing_wrapper_base =
1412 added_functor_is_ad ? std::get<2>(it->second).get() : std::get<1>(it->second).get();
1413 auto * const existing_wrapper = dynamic_cast<Moose::Functor<T> *>(existing_wrapper_base);
1414 if (existing_wrapper && existing_wrapper->template wrapsType<Moose::NullFunctor<T>>())
1415 {
1416 // Sanity check
1417 auto [request_info_it, request_info_end_it] = functor_to_request_info.equal_range(name);
1418 if (request_info_it == request_info_end_it)
1419 mooseError("We are wrapping a NullFunctor but we don't have any unfilled functor request "
1420 "info. This doesn't make sense.");
1421
1422 // Check for valid requests
1423 while (request_info_it != request_info_end_it)
1424 {
1425 auto & [requested_functor_is_ad, requestor_is_ad] = request_info_it->second;
1426 if (!requested_functor_is_ad && requestor_is_ad && added_functor_is_ad)
1427 mooseError("We are requesting a non-AD functor '" + name +
1428 "' from an AD object, but the true functor is AD. This means we could be "
1429 "dropping important derivatives. We will not allow this");
1430 // We're going to eventually check whether we've fulfilled all functor requests and our
1431 // check will be that the multimap is empty. This request is fulfilled, so erase it from the
1432 // map now
1433 request_info_it = functor_to_request_info.erase(request_info_it);
1434 }
1435
1436 // Ok we didn't have the functor before, so we will add it now
1437 std::get<0>(it->second) =
1439 existing_wrapper->assign(functor);
1440 // Finally we create the non-AD or AD complement of the just added functor
1441 if constexpr (added_functor_is_ad)
1442 {
1443 typedef typename MetaPhysicL::RawType<T>::value_type NonADType;
1444 auto * const existing_non_ad_wrapper_base = std::get<1>(it->second).get();
1445 auto * const existing_non_ad_wrapper =
1446 dynamic_cast<Moose::Functor<NonADType> *>(existing_non_ad_wrapper_base);
1447 mooseAssert(existing_non_ad_wrapper->template wrapsType<Moose::NullFunctor<NonADType>>(),
1448 "Both members of pair should have been wrapping a NullFunctor");
1449 existing_non_ad_wrapper->assign(
1450 std::make_unique<Moose::RawValueFunctor<NonADType>>(functor));
1451 }
1452 else
1453 {
1454 typedef typename Moose::ADType<T>::type ADType;
1455 auto * const existing_ad_wrapper_base = std::get<2>(it->second).get();
1456 auto * const existing_ad_wrapper =
1457 dynamic_cast<Moose::Functor<ADType> *>(existing_ad_wrapper_base);
1458 mooseAssert(existing_ad_wrapper->template wrapsType<Moose::NullFunctor<ADType>>(),
1459 "Both members of pair should have been wrapping a NullFunctor");
1460 existing_ad_wrapper->assign(std::make_unique<Moose::ADWrapperFunctor<ADType>>(functor));
1461 }
1462 return;
1463 }
1464 else if (!existing_wrapper)
1465 {
1466 // Functor was emplaced but the cast failed. This could be a double definition with
1467 // different types, or it could be a request with one type then a definition with another
1468 // type. Either way it is going to error later, but it is cleaner to catch it now
1469 mooseError("Functor '",
1470 name,
1471 "' is being added with return type '",
1472 MooseUtils::prettyCppType<T>(),
1473 "' but it has already been defined or requested with return type '",
1474 existing_wrapper_base->returnType(),
1475 "'.");
1476 }
1477 }
1478
1479 // We are a new functor, create the opposite ADType one and store it with other functors
1480 if constexpr (added_functor_is_ad)
1481 {
1482 typedef typename MetaPhysicL::RawType<T>::value_type NonADType;
1483 auto new_non_ad_wrapper = std::make_unique<Moose::Functor<NonADType>>(
1484 std::make_unique<Moose::RawValueFunctor<NonADType>>(functor));
1485 auto new_ad_wrapper = std::make_unique<Moose::Functor<T>>(functor);
1486 _functors[tid].emplace("wraps_" + name,
1487 std::make_tuple(SubProblem::TrueFunctorIs::AD,
1488 std::move(new_non_ad_wrapper),
1489 std::move(new_ad_wrapper)));
1490 }
1491 else
1492 {
1493 typedef typename Moose::ADType<T>::type ADType;
1494 auto new_non_ad_wrapper = std::make_unique<Moose::Functor<T>>((functor));
1495 auto new_ad_wrapper = std::make_unique<Moose::Functor<ADType>>(
1496 std::make_unique<Moose::ADWrapperFunctor<ADType>>(functor));
1497 _functors[tid].emplace("wraps_" + name,
1498 std::make_tuple(SubProblem::TrueFunctorIs::NONAD,
1499 std::move(new_non_ad_wrapper),
1500 std::move(new_ad_wrapper)));
1501 }
1502}
void mooseError(Args &&... args) const
Emits an error prefixed with object name and type and optionally a file path to the top-level block p...
Definition MooseBase.h:271
Wraps non-AD functors such that they can be used in objects that have requested the functor as AD.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
A functor that serves as a placeholder during the simulation setup phase if a functor consumer reques...
std::vector< std::multimap< std::string, std::tuple< TrueFunctorIs, std::unique_ptr< Moose::FunctorEnvelopeBase >, std::unique_ptr< Moose::FunctorEnvelopeBase > > > > _functors
A container holding pointers to all the functors in our problem.
std::vector< std::multimap< std::string, std::pair< bool, bool > > > _functor_to_request_info
A multimap (for each thread) from unfilled functor requests to whether the requests were for AD funct...

Referenced by FEProblemBase::addFunction(), SubProblem::addPiecewiseByBlockLambdaFunctor(), and FEProblemBase::addUserObject().

◆ addFunctorMaterial()

void FEProblemBase::addFunctorMaterial ( const std::string &  functor_material_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 4137 of file FEProblemBase.C.

4140{
4141 parallel_object_only();
4142
4143 auto add_functor_materials = [&](const auto & parameters, const auto & name)
4144 {
4145 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
4146 {
4147 // Create the general Block/Boundary MaterialBase object
4148 std::shared_ptr<MaterialBase> material =
4149 _factory.create<MaterialBase>(functor_material_name, name, parameters, tid);
4150 logAdd("FunctorMaterial", name, functor_material_name, parameters);
4151 _all_materials.addObject(material, tid);
4152 _materials.addObject(material, tid);
4153 }
4154 };
4155
4156 parameters.set<SubProblem *>("_subproblem") = this;
4157 add_functor_materials(parameters, name);
4159 {
4160 auto disp_params = parameters;
4161 disp_params.set<SubProblem *>("_subproblem") = _displaced_problem.get();
4162 add_functor_materials(disp_params, name + "_displaced");
4163 }
4164}
MaterialWarehouse _materials
MaterialWarehouse _all_materials
MaterialBases compute MaterialProperties.

◆ addFVBC()

void FEProblemBase::addFVBC ( const std::string &  fv_bc_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3661 of file FEProblemBase.C.

3664{
3665 addObject<FVBoundaryCondition>(fv_bc_name, name, parameters);
3666}

Referenced by DiffusionFV::addFVBCs().

◆ addFVGradientMethod()

void FEProblemBase::addFVGradientMethod ( const std::string &  method_type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add an FV gradient method.

Parameters
method_typeThe type of the method.
nameThe name of the method.
parametersThe input parameters of the method.

Definition at line 4781 of file FEProblemBase.C.

4784{
4785 parallel_object_only();
4786
4788
4789 for (const auto tid : make_range(libMesh::n_threads()))
4790 {
4791 auto method = _factory.create<FVGradientMethod>(method_type, name, parameters, tid);
4792 logAdd("FVGradientMethod", name, method_type, parameters);
4793 theWarehouse().add(method);
4794 }
4795}
void addObjectParamsHelper(InputParameters &params, const std::string &object_name, const std::string &var_param_name="variable")
Helper for setting the "_subproblem" and "_sys" parameters in addObject() and in addUserObject().
TheWarehouse & theWarehouse() const
Base class for linear finite-volume cell-gradient methods.
void add(std::shared_ptr< MooseObject > obj)
add adds a new object to the warehouse and stores attributes/metadata about it for running queries/fi...
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
IntRange< T > make_range(T beg, T end)

◆ addFVInitialCondition()

void FEProblemBase::addFVInitialCondition ( const std::string &  ic_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add an initial condition for a finite volume variables.

Parameters
ic_nameThe name of the boundary condition object
nameThe user-defined name from the input file
parametersThe input parameters for construction

Definition at line 3830 of file FEProblemBase.C.

3833{
3834 parallel_object_only();
3835
3836 // before we start to mess with the initial condition, we need to check parameters for errors.
3838 const std::string & var_name = parameters.get<VariableName>("variable");
3839
3840 // Forbid initial conditions on a restarted problem, as they would override the restart
3841 checkICRestartError(ic_name, name, var_name);
3842
3843 parameters.set<SubProblem *>("_subproblem") = this;
3844
3845 // field IC
3846 if (hasVariable(var_name))
3847 {
3848 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); ++tid)
3849 {
3850 auto & var = getVariable(
3852 parameters.set<SystemBase *>("_sys") = &var.sys();
3853 std::shared_ptr<FVInitialConditionBase> ic;
3854 if (var.isFV())
3855 ic = _factory.create<FVInitialCondition>(ic_name, name, parameters, tid);
3856 else
3857 mooseError(
3858 "Your variable for an FVInitialCondition needs to be an a finite volume variable!");
3859 _fv_ics.addObject(ic, tid);
3860 }
3861 }
3862 else
3863 mooseError("Variable '",
3864 var_name,
3865 "' requested in finite volume initial condition '",
3866 name,
3867 "' does not exist.");
3868}
virtual const MooseVariableFieldBase & getVariable(const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type=Moose::VarKindType::VAR_ANY, Moose::VarFieldType expected_var_field_type=Moose::VarFieldType::VAR_FIELD_ANY) const override
Returns the variable reference for requested variable which must be of the expected_var_type (Nonline...
virtual bool hasVariable(const std::string &var_name) const override
Whether or not this problem has the variable.
FVInitialConditionWarehouse _fv_ics
void checkICRestartError(const std::string &ic_name, const std::string &name, const VariableName &var_name)
Checks if the variable of the initial condition is getting restarted and errors for specific cases.
This is a template class that implements the workhorse compute and computeNodal methods.
void addObject(std::shared_ptr< FVInitialConditionBase > object, THREAD_ID tid, bool recurse=true)
Add object to the warehouse.
void checkParams(const std::string &parsing_syntax)
This function checks parameters stored in the object to make sure they are in the correct state as th...
@ VAR_FIELD_ANY
Definition MooseTypes.h:781
@ VAR_ANY
Definition MooseTypes.h:772

◆ addFVInterfaceKernel()

void FEProblemBase::addFVInterfaceKernel ( const std::string &  fv_ik_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

We assume that variable1 and variable2 can live on different systems, in this case the user needs to create two interface kernels with flipped variables and parameters

Definition at line 3669 of file FEProblemBase.C.

3672{
3675 addObject<FVInterfaceKernel>(
3676 fv_ik_name, name, parameters, /*threaded=*/true, /*variable_param_name=*/"variable1");
3677}

◆ addFVInterpolationMethod()

void FEProblemBase::addFVInterpolationMethod ( const std::string &  method_type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add an FV interpolation method.

Parameters
method_typeThe type of the method.
nameThe name of the method.
parametersThe input parameters of the method.

Definition at line 4764 of file FEProblemBase.C.

4767{
4768 parallel_object_only();
4769
4771
4772 for (const auto tid : make_range(libMesh::n_threads()))
4773 {
4774 auto method = _factory.create<FVInterpolationMethod>(method_type, name, parameters, tid);
4775 logAdd("FVInterpolationMethod", name, method_type, parameters);
4776 theWarehouse().add(method);
4777 }
4778}
Registered base class for linear FV interpolation objects.

◆ addFVKernel()

void FEProblemBase::addFVKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3647 of file FEProblemBase.C.

3650{
3651 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3652 // FVElementalKernels are computed in the historically finite element threaded loops. They rely
3653 // on Assembly data like _current_elem. When we call reinit on the FEProblemBase we will only
3654 // reinit the DisplacedProblem and its associated Assembly objects if we mark this boolean as
3655 // true
3657 addObject<FVKernel>(fv_kernel_name, name, parameters);
3658}

Referenced by DiffusionFV::addFVKernels().

◆ addGhostedBoundary()

void FEProblemBase::addGhostedBoundary ( BoundaryID  boundary_id)
overridevirtualinherited

Will make sure that all necessary elements from boundary_id are ghosted to this processor.

Implements SubProblem.

Definition at line 2299 of file FEProblemBase.C.

2300{
2301 _mesh.addGhostedBoundary(boundary_id);
2303 _displaced_mesh->addGhostedBoundary(boundary_id);
2304}
void addGhostedBoundary(BoundaryID boundary_id)
This will add the boundary ids to be ghosted to this processor.
Definition MooseMesh.C:3338

Referenced by DisplacedProblem::addGhostedBoundary().

◆ addGhostedElem()

void FEProblemBase::addGhostedElem ( dof_id_type  elem_id)
overridevirtualinherited

Will make sure that all dofs connected to elem_id are ghosted to this processor.

Implements SubProblem.

Definition at line 2292 of file FEProblemBase.C.

2293{
2294 if (_mesh.elemPtr(elem_id)->processor_id() != processor_id())
2295 _ghosted_elems.insert(elem_id);
2296}
virtual Elem * elemPtr(const dof_id_type i)
Definition MooseMesh.C:3222
std::set< dof_id_type > _ghosted_elems
Elements that should have Dofs ghosted to the local processor.
processor_id_type processor_id() const

Referenced by DisplacedProblem::addGhostedElem(), and NodalPatchRecovery::NodalPatchRecovery().

◆ addGroupVariables()

template<typename T >
void ReferenceResidualInterface::addGroupVariables ( const std::set< T > &  group_vars)
inherited

Add a set of variables that need to be grouped together.

For use in actions that create variables. This is templated for backwards compatibility to allow passing in std::string or NonlinearVariableName.

Template Parameters
Tstring type used for variable names
Parameters
group_varsA set of solution variables that need to be grouped.

Definition at line 48 of file ReferenceResidualInterface.h.

49{
50 _group_variables.push_back(
51 std::vector<NonlinearVariableName>(group_vars.begin(), group_vars.end()));
53}
bool _use_group_variables
True if any variables are grouped.
std::vector< std::vector< NonlinearVariableName > > _group_variables
Name of variables that are grouped together to check convergence.

◆ addHDGKernel()

void FEProblemBase::addHDGKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3215 of file FEProblemBase.C.

3218{
3219 parallel_object_only();
3220 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3221 if (!isSolverSystemNonlinear(nl_sys_num))
3222 mooseError("You are trying to add a HDGKernel to a linear variable/system, which is not "
3223 "supported at the moment!");
3225 kernel_name, name, parameters, nl_sys_num, "HDGKernel", _reinit_displaced_elem);
3226
3227 _nl[nl_sys_num]->addHDGKernel(kernel_name, name, parameters);
3228}

◆ addIndicator()

void FEProblemBase::addIndicator ( const std::string &  indicator_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 5819 of file FEProblemBase.C.

5822{
5823 parallel_object_only();
5824
5825 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
5826 {
5827 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
5828 parameters.set<SystemBase *>("_sys") = &_displaced_problem->auxSys();
5830 }
5831 else
5832 {
5833 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
5834 {
5835 // We allow Indicators to request that they use_displaced_mesh,
5836 // but then be overridden when no displacements variables are
5837 // provided in the Mesh block. If that happened, update the value
5838 // of use_displaced_mesh appropriately for this Indicator.
5839 if (parameters.have_parameter<bool>("use_displaced_mesh"))
5840 parameters.set<bool>("use_displaced_mesh") = false;
5841 }
5842
5843 parameters.set<SubProblem *>("_subproblem") = this;
5844 parameters.set<SystemBase *>("_sys") = _aux.get();
5845 }
5846
5847 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
5848 {
5849 std::shared_ptr<Indicator> indicator =
5850 _factory.create<Indicator>(indicator_name, name, parameters, tid);
5851 logAdd("Indicator", name, indicator_name, parameters);
5852 std::shared_ptr<InternalSideIndicatorBase> isi =
5853 std::dynamic_pointer_cast<InternalSideIndicatorBase>(indicator);
5854 if (isi)
5856 else
5857 _indicators.addObject(indicator, tid);
5858 }
5859}
MooseObjectWarehouse< Indicator > _indicators
MooseObjectWarehouse< InternalSideIndicatorBase > _internal_side_indicators

◆ addInitialCondition()

void FEProblemBase::addInitialCondition ( const std::string &  ic_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 3770 of file FEProblemBase.C.

3773{
3774 parallel_object_only();
3775
3776 // before we start to mess with the initial condition, we need to check parameters for errors.
3778 const std::string & var_name = parameters.get<VariableName>("variable");
3779
3780 // Forbid initial conditions on a restarted problem, as they would override the restart
3781 checkICRestartError(ic_name, name, var_name);
3782
3783 parameters.set<SubProblem *>("_subproblem") = this;
3784
3785 // field IC
3786 if (hasVariable(var_name))
3787 {
3788 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); ++tid)
3789 {
3792 parameters.set<SystemBase *>("_sys") = &var.sys();
3793 std::shared_ptr<InitialConditionBase> ic;
3794 if (dynamic_cast<MooseVariable *>(&var))
3795 ic = _factory.create<InitialCondition>(ic_name, name, parameters, tid);
3796 else if (dynamic_cast<VectorMooseVariable *>(&var))
3798 else if (dynamic_cast<ArrayMooseVariable *>(&var))
3799 ic = _factory.create<ArrayInitialCondition>(ic_name, name, parameters, tid);
3800 else if (dynamic_cast<MooseVariableFVReal *>(&var))
3801 ic = _factory.create<InitialCondition>(ic_name, name, parameters, tid);
3802 else if (dynamic_cast<MooseLinearVariableFVReal *>(&var))
3803 ic = _factory.create<InitialCondition>(ic_name, name, parameters, tid);
3804 else
3805 mooseError("Your FE variable in initial condition ",
3806 name,
3807 " must be either of scalar or vector type");
3808 logAdd("IC", name, ic_name, parameters);
3809 _ics.addObject(ic, tid);
3810 }
3811 }
3812
3813 // scalar IC
3814 else if (hasScalarVariable(var_name))
3815 {
3816 MooseVariableScalar & var = getScalarVariable(0, var_name);
3817 parameters.set<SystemBase *>("_sys") = &var.sys();
3818 std::shared_ptr<ScalarInitialCondition> ic =
3820 logAdd("ScalarIC", name, ic_name, parameters);
3822 }
3823
3824 else
3825 mooseError(
3826 "Variable '", var_name, "' requested in initial condition '", name, "' does not exist.");
3827}
ScalarInitialConditionWarehouse _scalar_ics
virtual bool hasScalarVariable(const std::string &var_name) const override
Returns a Boolean indicating whether any system contains a variable with the name provided.
virtual MooseVariableScalar & getScalarVariable(const THREAD_ID tid, const std::string &var_name) override
Returns the scalar variable reference from whichever system contains it.
InitialConditionWarehouse _ics
This is a template class that implements the workhorse compute and computeNodal methods.
void addObject(std::shared_ptr< InitialConditionBase > object, THREAD_ID tid, bool recurse=true)
Add object to the warehouse.
virtual void addObject(std::shared_ptr< T > object, THREAD_ID tid=0, bool recurse=true)
Adds an object to the storage structure.
SystemBase & sys()
Get the system this variable is part of.
This class provides an interface for common operations on field variables of both FE and FV types wit...
Class for scalar variables (they are different).
InitialConditions are objects that set the initial value of variables.

Referenced by DiffusionPhysicsBase::addInitialConditions(), and DiffusionPhysicsBase::addInitialConditionsFromComponents().

◆ addInterfaceKernel()

void FEProblemBase::addInterfaceKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3698 of file FEProblemBase.C.

3701{
3702 parallel_object_only();
3703
3704 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3705 if (!isSolverSystemNonlinear(nl_sys_num))
3706 mooseError("You are trying to add a InterfaceKernel to a linear variable/system, which is not "
3707 "supported at the moment!");
3708
3709 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3710 {
3711 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3712 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3714 }
3715 else
3716 {
3717 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3718 {
3719 // We allow InterfaceKernels to request that they use_displaced_mesh,
3720 // but then be overridden when no displacements variables are
3721 // provided in the Mesh block. If that happened, update the value
3722 // of use_displaced_mesh appropriately for this InterfaceKernel.
3723 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3724 parameters.set<bool>("use_displaced_mesh") = false;
3725 }
3726
3727 parameters.set<SubProblem *>("_subproblem") = this;
3728 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3729 }
3730
3731 logAdd("InterfaceKernel", name, interface_kernel_name, parameters);
3732 _nl[nl_sys_num]->addInterfaceKernel(interface_kernel_name, name, parameters);
3733
3735}

◆ addInterfaceMaterial()

void FEProblemBase::addInterfaceMaterial ( const std::string &  material_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 4175 of file FEProblemBase.C.

4178{
4180}
virtual void addMaterialHelper(std::vector< MaterialWarehouse * > warehouse, const std::string &material_name, const std::string &name, InputParameters &parameters)
MaterialWarehouse _interface_materials

◆ addJacobian()

void FEProblemBase::addJacobian ( const THREAD_ID  tid)
overridevirtualinherited

Implements SubProblem.

Definition at line 2136 of file FEProblemBase.C.

2137{
2140 _assembly[tid][_current_nl_sys->number()]->addJacobianNonlocal(Assembly::GlobalDataKey{});
2142 {
2143 _displaced_problem->addJacobian(tid);
2145 _displaced_problem->addJacobianNonlocal(tid);
2146 }
2147}
bool _has_nonlocal_coupling
Indicates if nonlocal coupling is required/exists.

Referenced by ComputeDiracThread::postElement().

◆ addJacobianBlockTags()

void FEProblemBase::addJacobianBlockTags ( libMesh::SparseMatrix< libMesh::Number > &  jacobian,
unsigned int  ivar,
unsigned int  jvar,
const DofMap &  dof_map,
std::vector< dof_id_type > &  dof_indices,
const std::set< TagID > &  tags,
const THREAD_ID  tid 
)
virtualinherited

Definition at line 2211 of file FEProblemBase.C.

2218{
2219 _assembly[tid][_current_nl_sys->number()]->addJacobianBlockTags(
2220 jacobian, ivar, jvar, dof_map, dof_indices, Assembly::GlobalDataKey{}, tags);
2221
2223 if (_nonlocal_cm[_current_nl_sys->number()](ivar, jvar) != 0)
2224 {
2226 _assembly[tid][_current_nl_sys->number()]->addJacobianBlockNonlocalTags(
2227 jacobian,
2228 ivar,
2229 jvar,
2230 dof_map,
2231 dof_indices,
2232 jv.allDofIndices(),
2234 tags);
2235 }
2236
2238 {
2239 _displaced_problem->addJacobianBlockTags(jacobian, ivar, jvar, dof_map, dof_indices, tags, tid);
2241 if (_nonlocal_cm[_current_nl_sys->number()](ivar, jvar) != 0)
2242 {
2244 _displaced_problem->addJacobianBlockNonlocal(
2245 jacobian, ivar, jvar, dof_map, dof_indices, jv.allDofIndices(), tags, tid);
2246 }
2247 }
2248}
std::vector< libMesh::CouplingMatrix > _nonlocal_cm
nonlocal coupling matrix
const std::vector< dof_id_type > & allDofIndices() const
Get all global dofindices for the variable.
MooseVariableFieldBase & getVariable(THREAD_ID tid, const std::string &var_name) const
Gets a reference to a variable of with specified name.
Definition SystemBase.C:89

Referenced by ComputeJacobianBlocksThread::postElement().

◆ addJacobianLowerD()

void FEProblemBase::addJacobianLowerD ( const THREAD_ID  tid)
overridevirtualinherited

Implements SubProblem.

Definition at line 2166 of file FEProblemBase.C.

2167{
2168 _assembly[tid][_current_nl_sys->number()]->addJacobianLowerD(Assembly::GlobalDataKey{});
2170 _displaced_problem->addJacobianLowerD(tid);
2171}

Referenced by ComputeJacobianThread::accumulateLower(), and ComputeResidualAndJacobianThread::accumulateLower().

◆ addJacobianNeighbor() [1/3]

void FEProblemBase::addJacobianNeighbor ( const THREAD_ID  tid)
overridevirtualinherited

◆ addJacobianNeighbor() [2/3]

virtual void FEProblemBase::addJacobianNeighbor ( libMesh::SparseMatrix< libMesh::Number > &  jacobian,
unsigned int  ivar,
unsigned int  jvar,
const DofMap &  dof_map,
std::vector< dof_id_type > &  dof_indices,
std::vector< dof_id_type > &  neighbor_dof_indices,
const std::set< TagID > &  tags,
const THREAD_ID  tid 
)
overridevirtualinherited

◆ addJacobianNeighbor() [3/3]

virtual void SubProblem::addJacobianNeighbor ( libMesh::SparseMatrix< libMesh::Number > &  jacobian,
unsigned int  ivar,
unsigned int  jvar,
const libMesh::DofMap dof_map,
std::vector< dof_id_type > &  dof_indices,
std::vector< dof_id_type > &  neighbor_dof_indices,
const std::set< TagID > &  tags,
const THREAD_ID  tid 
)
pure virtualinherited

◆ addJacobianNeighborLowerD()

void FEProblemBase::addJacobianNeighborLowerD ( const THREAD_ID  tid)
overridevirtualinherited

Implements SubProblem.

Definition at line 2158 of file FEProblemBase.C.

2159{
2160 _assembly[tid][_current_nl_sys->number()]->addJacobianNeighborLowerD(Assembly::GlobalDataKey{});
2162 _displaced_problem->addJacobianNeighborLowerD(tid);
2163}

Referenced by ComputeJacobianThread::accumulateNeighborLower(), and ComputeResidualAndJacobianThread::accumulateNeighborLower().

◆ addJacobianOffDiagScalar()

void FEProblemBase::addJacobianOffDiagScalar ( unsigned int  ivar,
const THREAD_ID  tid = 0 
)
virtualinherited

Definition at line 2180 of file FEProblemBase.C.

2181{
2182 _assembly[tid][_current_nl_sys->number()]->addJacobianOffDiagScalar(ivar,
2184}

Referenced by NonlinearSystemBase::computeScalarKernelsJacobians().

◆ addJacobianScalar()

void FEProblemBase::addJacobianScalar ( const THREAD_ID  tid = 0)
virtualinherited

Definition at line 2174 of file FEProblemBase.C.

2175{
2176 _assembly[tid][_current_nl_sys->number()]->addJacobianScalar(Assembly::GlobalDataKey{});
2177}

Referenced by NonlinearSystemBase::computeScalarKernelsJacobians().

◆ addKernel()

void FEProblemBase::addKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 3199 of file FEProblemBase.C.

3202{
3203 parallel_object_only();
3204 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3205 if (!isSolverSystemNonlinear(nl_sys_num))
3206 mooseError("You are trying to add a Kernel to a linear variable/system, which is not "
3207 "supported at the moment!");
3209 kernel_name, name, parameters, nl_sys_num, "Kernel", _reinit_displaced_elem);
3210
3211 _nl[nl_sys_num]->addKernel(kernel_name, name, parameters);
3212}

Referenced by DiffusionCG::addFEKernels().

◆ addKokkosAuxKernel()

virtual void FEProblemBase::addKokkosAuxKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosBoundaryCondition()

virtual void FEProblemBase::addKokkosBoundaryCondition ( const std::string &  bc_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosFunction()

virtual void FEProblemBase::addKokkosFunction ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add a Kokkos function to the problem.

Parameters
typeThe Kokkos function type
nameThe Kokkos function name
parametersThe Kokkos function input parameters

Referenced by FEProblemBase::getKokkosFunction().

◆ addKokkosKernel()

virtual void FEProblemBase::addKokkosKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosLinearFVBC()

virtual void FEProblemBase::addKokkosLinearFVBC ( const std::string &  bc_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosLinearFVKernel()

virtual void FEProblemBase::addKokkosLinearFVKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosMaterial()

virtual void FEProblemBase::addKokkosMaterial ( const std::string &  material_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosMeshInitializationHook()

void FEProblemBase::addKokkosMeshInitializationHook ( std::function< void()>  function)
inlineinherited

Add a function hook that needs to be called after Kokkos mesh initialization.

Parameters
functionThe function to be called

Definition at line 3031 of file FEProblemBase.h.

3032 {
3033 _kokkos_mesh_initialization_hooks.push_back(function);
3034 }
std::vector< std::function< void()> > _kokkos_mesh_initialization_hooks
Container holding hooks for functions that need to be called after Kokkos mesh initialization.

Referenced by BlockRestrictable::initializeBlockRestrictable(), and BoundaryRestrictable::initializeBoundaryRestrictable().

◆ addKokkosNodalKernel()

virtual void FEProblemBase::addKokkosNodalKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosPostprocessor()

virtual void FEProblemBase::addKokkosPostprocessor ( const std::string &  pp_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosReporter()

virtual void FEProblemBase::addKokkosReporter ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosUserObject()

virtual void FEProblemBase::addKokkosUserObject ( const std::string &  user_object_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addKokkosVectorPostprocessor()

virtual void FEProblemBase::addKokkosVectorPostprocessor ( const std::string &  pp_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

◆ addLinearFVBC()

void FEProblemBase::addLinearFVBC ( const std::string &  fv_bc_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3688 of file FEProblemBase.C.

3691{
3692 addObject<LinearFVBoundaryCondition>(bc_name, name, parameters);
3693}

◆ addLinearFVKernel()

void FEProblemBase::addLinearFVKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3680 of file FEProblemBase.C.

3683{
3684 addObject<LinearFVKernel>(kernel_name, name, parameters);
3685}

◆ addLineSearch()

void FEProblem::addLineSearch ( const InputParameters )
overridevirtualinherited

add a MOOSE line search

Reimplemented from FEProblemBase.

Definition at line 105 of file FEProblem.C.

106{
107 MooseEnum line_search = parameters.get<MooseEnum>("line_search");
108 Moose::LineSearchType enum_line_search = Moose::stringToEnum<Moose::LineSearchType>(line_search);
109 if (enum_line_search == Moose::LS_CONTACT || enum_line_search == Moose::LS_PROJECT)
110 {
111 if (enum_line_search == Moose::LS_CONTACT)
112 {
113 InputParameters ls_params = _factory.getValidParams("PetscContactLineSearch");
114
115 bool affect_ltol = parameters.isParamValid("contact_line_search_ltol");
116 ls_params.set<bool>("affect_ltol") = affect_ltol;
117 ls_params.set<unsigned>("allowed_lambda_cuts") =
118 parameters.get<unsigned>("contact_line_search_allowed_lambda_cuts");
119 ls_params.set<Real>("contact_ltol") = affect_ltol
120 ? parameters.get<Real>("contact_line_search_ltol")
121 : parameters.get<Real>("l_tol");
122 ls_params.set<FEProblem *>("_fe_problem") = this;
123
125 _factory.create<LineSearch>("PetscContactLineSearch", "contact_line_search", ls_params);
126 }
127 else
128 {
129 InputParameters ls_params = _factory.getValidParams("PetscProjectSolutionOntoBounds");
130 ls_params.set<FEProblem *>("_fe_problem") = this;
131
133 "PetscProjectSolutionOntoBounds", "project_solution_onto_bounds_line_search", ls_params);
134 }
135 }
136 else
137 mooseError("Requested line search ", line_search.operator std::string(), " is not supported");
138}
std::shared_ptr< LineSearch > _line_search
LineSearchType
Type of the line search.
Definition MooseTypes.h:980
@ LS_PROJECT
Definition MooseTypes.h:987
@ LS_CONTACT
Definition MooseTypes.h:986
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

◆ addMarker()

void FEProblemBase::addMarker ( const std::string &  marker_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 5862 of file FEProblemBase.C.

5865{
5866 parallel_object_only();
5867
5868 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
5869 {
5870 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
5871 parameters.set<SystemBase *>("_sys") = &_displaced_problem->auxSys();
5873 }
5874 else
5875 {
5876 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
5877 {
5878 // We allow Markers to request that they use_displaced_mesh,
5879 // but then be overridden when no displacements variables are
5880 // provided in the Mesh block. If that happened, update the value
5881 // of use_displaced_mesh appropriately for this Marker.
5882 if (parameters.have_parameter<bool>("use_displaced_mesh"))
5883 parameters.set<bool>("use_displaced_mesh") = false;
5884 }
5885
5886 parameters.set<SubProblem *>("_subproblem") = this;
5887 parameters.set<SystemBase *>("_sys") = _aux.get();
5888 }
5889
5890 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
5891 {
5892 std::shared_ptr<Marker> marker = _factory.create<Marker>(marker_name, name, parameters, tid);
5893 logAdd("Marker", name, marker_name, parameters);
5894 _markers.addObject(marker, tid);
5895 }
5896}
MooseObjectWarehouse< Marker > _markers

◆ addMaterial()

void FEProblemBase::addMaterial ( const std::string &  material_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 4167 of file FEProblemBase.C.

4170{
4172}

Referenced by ComponentMaterialPropertyInterface::addMaterials().

◆ addMaterialHelper()

void FEProblemBase::addMaterialHelper ( std::vector< MaterialWarehouse * >  warehouse,
const std::string &  material_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 4183 of file FEProblemBase.C.

4187{
4188 parallel_object_only();
4189
4190 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
4191 {
4192 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
4194 }
4195 else
4196 {
4197 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
4198 {
4199 // We allow Materials to request that they use_displaced_mesh,
4200 // but then be overridden when no displacements variables are
4201 // provided in the Mesh block. If that happened, update the value
4202 // of use_displaced_mesh appropriately for this Material.
4203 if (parameters.have_parameter<bool>("use_displaced_mesh"))
4204 parameters.set<bool>("use_displaced_mesh") = false;
4205 }
4206
4207 parameters.set<SubProblem *>("_subproblem") = this;
4208 }
4209
4210 unsigned int n_threads = libMesh::n_threads();
4211
4212#ifdef MOOSE_KOKKOS_ENABLED
4214 n_threads = 1;
4215#endif
4216
4217 for (THREAD_ID tid = 0; tid < n_threads; tid++)
4218 {
4219 // Create the general Block/Boundary MaterialBase object
4220 std::shared_ptr<MaterialBase> material =
4221 _factory.create<MaterialBase>(mat_name, name, parameters, tid);
4222 logAdd("Material", name, mat_name, parameters);
4223 bool discrete = !material->getParam<bool>("compute");
4224
4225 // If the object is boundary restricted or if it is a functor material we do not create the
4226 // neighbor and face objects
4227 if (material->boundaryRestricted() || dynamic_cast<FunctorMaterial *>(material.get()))
4228 {
4229 _all_materials.addObject(material, tid);
4230 if (discrete)
4231 _discrete_materials.addObject(material, tid);
4232 else
4233 for (auto && warehouse : warehouses)
4234 warehouse->addObject(material, tid);
4235 }
4236
4237 // Non-boundary restricted require face and neighbor objects
4238 else
4239 {
4240 // TODO: we only need to do this if we have needs for face materials (e.g.
4241 // FV, DG, etc.) - but currently we always do it. Figure out how to fix
4242 // this.
4243
4244 // The name of the object being created, this is changed multiple times as objects are
4245 // created below
4246 std::string object_name;
4247
4248 // Create a copy of the supplied parameters to the setting for "_material_data_type" isn't
4249 // used from a previous tid loop
4250 InputParameters current_parameters = parameters;
4251
4252 // face material
4253 current_parameters.set<Moose::MaterialDataType>("_material_data_type") =
4255 object_name = name + "_face";
4256 std::shared_ptr<MaterialBase> face_material =
4257 _factory.create<MaterialBase>(mat_name, object_name, current_parameters, tid);
4258
4259 // neighbor material
4260 current_parameters.set<Moose::MaterialDataType>("_material_data_type") =
4262 current_parameters.set<bool>("_neighbor") = true;
4263 object_name = name + "_neighbor";
4264 std::shared_ptr<MaterialBase> neighbor_material =
4265 _factory.create<MaterialBase>(mat_name, object_name, current_parameters, tid);
4266
4267 // Store the material objects
4268 _all_materials.addObjects(material, neighbor_material, face_material, tid);
4269
4270 if (discrete)
4271 _discrete_materials.addObjects(material, neighbor_material, face_material, tid);
4272 else
4273 for (auto && warehouse : warehouses)
4274 warehouse->addObjects(material, neighbor_material, face_material, tid);
4275
4276 // Names of all controllable parameters for this Material object
4277 const std::string & base = parameters.getBase();
4278 MooseObjectParameterName name(MooseObjectName(base, material->name()), "*");
4279 const auto param_names =
4281
4282 // Connect parameters of the primary Material object to those on the face and neighbor
4283 // objects
4284 for (const auto & p_name : param_names)
4285 {
4286 MooseObjectParameterName primary_name(MooseObjectName(base, material->name()),
4287 p_name.parameter());
4288 MooseObjectParameterName face_name(MooseObjectName(base, face_material->name()),
4289 p_name.parameter());
4290 MooseObjectParameterName neighbor_name(MooseObjectName(base, neighbor_material->name()),
4291 p_name.parameter());
4293 primary_name, face_name, false);
4295 primary_name, neighbor_name, false);
4296 }
4297 }
4298 }
4299}
MaterialWarehouse _discrete_materials
std::vector< std::shared_ptr< T > > addObject(const std::string &type, const std::string &name, InputParameters &parameters, const bool threaded=true, const std::string &var_param_name="variable")
Method for creating and adding an object to the warehouse.
FunctorMaterials compute functor material properties.
std::vector< MooseObjectParameterName > getControllableParameterNames(const MooseObjectParameterName &input) const
Return a vector of parameters names matching the supplied name.
void addControllableParameterConnection(const MooseObjectParameterName &primary, const MooseObjectParameterName &secondary, bool error_on_empty=true)
Method for linking control parameters of different names.
bool isKokkosObject() const
Returns whether this InputParameters belongs to a Kokkos object Checks whether MooseBase::kokkos_obje...
const std::string & getBase() const
void addObjects(std::shared_ptr< MaterialBase > block, std::shared_ptr< MaterialBase > neighbor, std::shared_ptr< MaterialBase > face, THREAD_ID tid=0)
A special method unique to this class for adding Block, Neighbor, and Face material objects.
InputParameterWarehouse & getInputParameterWarehouse()
Get the InputParameterWarehouse for MooseObjects.
Definition MooseApp.C:2873
A class for storing the names of MooseObject by tag and object name.
A class for storing an input parameter name.
MaterialDataType
MaterialData types.
Definition MooseTypes.h:746
@ NEIGHBOR_MATERIAL_DATA
Definition MooseTypes.h:750
@ FACE_MATERIAL_DATA
Definition MooseTypes.h:749

Referenced by FEProblemBase::addInterfaceMaterial(), and FEProblemBase::addMaterial().

◆ addMatrixTag()

TagID SubProblem::addMatrixTag ( TagName  tag_name)
virtualinherited

Create a Tag.

Tags can be associated with Vectors and Matrices and allow objects (such as Kernels) to arbitrarily contribute values to any set of vectors/matrics

Note: If the tag is already present then this will simply return the TagID of that Tag

Parameters
tag_nameThe name of the tag to create, the TagID will get automatically generated

Reimplemented in DisplacedProblem.

Definition at line 310 of file SubProblem.C.

311{
312 auto tag_name_upper = MooseUtils::toUpper(tag_name);
313 auto existing_tag = _matrix_tag_name_to_tag_id.find(tag_name_upper);
314 if (existing_tag == _matrix_tag_name_to_tag_id.end())
315 {
316 auto tag_id = _matrix_tag_name_to_tag_id.size();
317
318 _matrix_tag_name_to_tag_id[tag_name_upper] = tag_id;
319
320 _matrix_tag_id_to_tag_name[tag_id] = tag_name_upper;
321 }
322
323 return _matrix_tag_name_to_tag_id.at(tag_name_upper);
324}
std::map< TagID, TagName > _matrix_tag_id_to_tag_name
Reverse map.
std::map< TagName, TagID > _matrix_tag_name_to_tag_id
The currently declared tags.
std::string toUpper(std::string name)
Convert supplied string to upper case.

Referenced by DisplacedProblem::addMatrixTag(), FEProblemBase::createTagMatrices(), LinearSystem::LinearSystem(), NonlinearEigenSystem::NonlinearEigenSystem(), and NonlinearSystemBase::NonlinearSystemBase().

◆ addMeshDivision()

void FEProblemBase::addMeshDivision ( const std::string &  type,
const std::string &  name,
InputParameters params 
)
virtualinherited

Add a MeshDivision.

Definition at line 2834 of file FEProblemBase.C.

2837{
2838 parallel_object_only();
2839 parameters.set<FEProblemBase *>("_fe_problem_base") = this;
2840 parameters.set<SubProblem *>("_subproblem") = this;
2841 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
2842 {
2843 std::shared_ptr<MeshDivision> func = _factory.create<MeshDivision>(type, name, parameters, tid);
2844 _mesh_divisions.addObject(func, tid);
2845 }
2846}
MooseObjectWarehouse< MeshDivision > _mesh_divisions
Warehouse to store mesh divisions NOTE: this could probably be moved to the MooseMesh instead of the ...
Base class for MeshDivision objects.

◆ addMultiApp()

void FEProblemBase::addMultiApp ( const std::string &  multi_app_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add a MultiApp to the problem.

Definition at line 5899 of file FEProblemBase.C.

5902{
5903 parallel_object_only();
5904
5905 parameters.set<MPI_Comm>("_mpi_comm") = _communicator.get();
5906
5907 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
5908 {
5909 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
5910 parameters.set<SystemBase *>("_sys") = &_displaced_problem->auxSys();
5912 }
5913 else
5914 {
5915 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
5916 {
5917 // We allow MultiApps to request that they use_displaced_mesh,
5918 // but then be overridden when no displacements variables are
5919 // provided in the Mesh block. If that happened, update the value
5920 // of use_displaced_mesh appropriately for this MultiApp.
5921 if (parameters.have_parameter<bool>("use_displaced_mesh"))
5922 parameters.set<bool>("use_displaced_mesh") = false;
5923 }
5924
5925 parameters.set<SubProblem *>("_subproblem") = this;
5926 parameters.set<SystemBase *>("_sys") = _aux.get();
5927 }
5928
5929 std::shared_ptr<MultiApp> multi_app = _factory.create<MultiApp>(multi_app_name, name, parameters);
5930 logAdd("MultiApp", name, multi_app_name, parameters);
5931 multi_app->setupPositions();
5932
5933 _multi_apps.addObject(multi_app);
5934
5935 // Store TransientMultiApp objects in another container, this is needed for calling computeDT
5936 std::shared_ptr<TransientMultiApp> trans_multi_app =
5937 std::dynamic_pointer_cast<TransientMultiApp>(multi_app);
5938 if (trans_multi_app)
5939 _transient_multi_apps.addObject(trans_multi_app);
5940}
void addObject(std::shared_ptr< T > object, THREAD_ID tid=0, bool recurse=true) override
Adds an object to the storage structure.
ExecuteMooseObjectWarehouse< MultiApp > _multi_apps
MultiApp Warehouse.
ExecuteMooseObjectWarehouse< TransientMultiApp > _transient_multi_apps
Storage for TransientMultiApps (only needed for calling 'computeDT')
A MultiApp represents one or more MOOSE applications that are running simultaneously.
Definition MultiApp.h:116
const Parallel::Communicator & _communicator

◆ addNodalKernel()

void FEProblemBase::addNodalKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3231 of file FEProblemBase.C.

3234{
3235 parallel_object_only();
3236
3237 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3238 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3239 {
3240 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3241 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3243 }
3244 else
3245 {
3246 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3247 {
3248 // We allow NodalKernels to request that they use_displaced_mesh,
3249 // but then be overridden when no displacements variables are
3250 // provided in the Mesh block. If that happened, update the value
3251 // of use_displaced_mesh appropriately for this NodalKernel.
3252 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3253 parameters.set<bool>("use_displaced_mesh") = false;
3254 }
3255
3256 parameters.set<SubProblem *>("_subproblem") = this;
3257 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3258 }
3259 logAdd("NodalKernel", name, kernel_name, parameters);
3260 _nl[nl_sys_num]->addNodalKernel(kernel_name, name, parameters);
3261}

◆ addNotZeroedVectorTag()

void SubProblem::addNotZeroedVectorTag ( const TagID  tag)
inherited

Adds a vector tag to the list of vectors that will not be zeroed when other tagged vectors are.

Parameters
tagthe TagID of the vector that will be manually managed

Definition at line 148 of file SubProblem.C.

149{
150 _not_zeroed_tagged_vectors.insert(tag);
151}
std::unordered_set< TagID > _not_zeroed_tagged_vectors
the list of vector tags that will not be zeroed when all other tags are

Referenced by FEProblemBase::createTagVectors().

◆ addObject()

template<typename T >
std::vector< std::shared_ptr< T > > FEProblemBase::addObject ( const std::string &  type,
const std::string &  name,
InputParameters parameters,
const bool  threaded = true,
const std::string &  var_param_name = "variable" 
)
inherited

Method for creating and adding an object to the warehouse.

Template Parameters
TThe base object type (registered in the Factory)
Parameters
typeString type of the object (registered in the Factory)
nameName for the object to be created
parametersInputParameters for the object
threadedWhether or not to create n_threads copies of the object
var_param_nameThe name of the parameter on the object which holds the primary variable.
Returns
A vector of shared_ptrs to the added objects

Definition at line 3758 of file FEProblemBase.h.

3763{
3764 parallel_object_only();
3765
3766 logAdd(MooseUtils::prettyCppType<T>(), name, type, parameters);
3767 // Add the _subproblem and _sys parameters depending on use_displaced_mesh
3768 addObjectParamsHelper(parameters, name, var_param_name);
3769
3770 const auto n_threads = threaded ? libMesh::n_threads() : 1;
3771 std::vector<std::shared_ptr<T>> objects(n_threads);
3772 for (THREAD_ID tid = 0; tid < n_threads; ++tid)
3773 {
3774 std::shared_ptr<T> obj = _factory.create<T>(type, name, parameters, tid);
3775 theWarehouse().add(obj);
3776 objects[tid] = std::move(obj);
3777 }
3778
3779 return objects;
3780}

◆ addObjectParamsHelper()

void FEProblemBase::addObjectParamsHelper ( InputParameters params,
const std::string &  object_name,
const std::string &  var_param_name = "variable" 
)
protectedinherited

Helper for setting the "_subproblem" and "_sys" parameters in addObject() and in addUserObject().

This is needed due to header includes/forward declaration issues

Definition at line 4584 of file FEProblemBase.C.

4587{
4588 // Due to objects like SolutionUserObject which manipulate libmesh objects
4589 // and variables directly at the back end, we need a default option here
4590 // which is going to be the pointer to the first solver system within this
4591 // problem
4592 unsigned int sys_num = 0;
4593 if (parameters.isParamValid(var_param_name))
4594 {
4595 const auto variable_name = parameters.varName(var_param_name, object_name);
4596 if (this->hasVariable(variable_name) || this->hasScalarVariable(variable_name))
4597 sys_num = getSystem(variable_name).number();
4598 }
4599 if (parameters.isParamValid("solver_sys"))
4600 {
4601 const auto var_sys_num = sys_num;
4602 sys_num = getSystemBase(parameters.get<SolverSystemName>("solver_sys")).number();
4603 if (sys_num != var_sys_num && parameters.isParamValid(var_param_name))
4604 mooseError("We dont support setting 'variable' to a variable that is not set to the same "
4605 "system as the 'solver_sys' parameter");
4606 }
4607
4608 if (_displaced_problem && parameters.have_parameter<bool>("use_displaced_mesh") &&
4609 parameters.get<bool>("use_displaced_mesh"))
4610 {
4611 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
4612 if (sys_num == _aux->number())
4613 parameters.set<SystemBase *>("_sys") = &_displaced_problem->systemBaseAuxiliary();
4614 else
4615 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(sys_num);
4616 }
4617 else
4618 {
4619 // The object requested use_displaced_mesh, but it was overridden
4620 // due to there being no displacements variables in the [Mesh] block.
4621 // If that happened, update the value of use_displaced_mesh appropriately.
4622 if (!_displaced_problem && parameters.have_parameter<bool>("use_displaced_mesh") &&
4623 parameters.get<bool>("use_displaced_mesh"))
4624 parameters.set<bool>("use_displaced_mesh") = false;
4625
4626 parameters.set<SubProblem *>("_subproblem") = this;
4627
4628 if (sys_num == _aux->number())
4629 parameters.set<SystemBase *>("_sys") = _aux.get();
4630 else
4631 parameters.set<SystemBase *>("_sys") = _solver_systems[sys_num].get();
4632 }
4633}
virtual const SystemBase & getSystemBase(const unsigned int sys_num) const
Get constant reference to a system in this problem.
std::vector< std::shared_ptr< SolverSystem > > _solver_systems
Combined container to base pointer of every solver system.
virtual libMesh::System & getSystem(const std::string &var_name) override
Returns the equation system containing the variable provided.
unsigned int number() const

Referenced by FEProblemBase::addFVGradientMethod(), FEProblemBase::addFVInterpolationMethod(), FEProblemBase::addObject(), and FEProblemBase::addUserObject().

◆ addOutput()

void FEProblemBase::addOutput ( const std::string &  object_type,
const std::string &  object_name,
InputParameters parameters 
)
inherited

Adds an Output object.

Definition at line 9645 of file FEProblemBase.C.

9648{
9649 parallel_object_only();
9650
9651 // Get a reference to the OutputWarehouse
9652 OutputWarehouse & output_warehouse = _app.getOutputWarehouse();
9653
9654 // Reject the reserved names for objects not built by MOOSE
9655 if (!parameters.get<bool>("_built_by_moose") && output_warehouse.isReservedName(object_name))
9656 mooseError("The name '", object_name, "' is a reserved name for output objects");
9657
9658 // Check that an object by the same name does not already exist; this must be done before the
9659 // object is created to avoid getting misleading errors from the Parser
9660 if (output_warehouse.hasOutput(object_name))
9661 mooseError("An output object named '", object_name, "' already exists");
9662
9663 // Add a pointer to the FEProblemBase class
9664 parameters.addPrivateParam<FEProblemBase *>("_fe_problem_base", this);
9665
9666 // --show-input should enable the display of the input file on the screen
9667 if (object_type == "Console" && _app.getParam<bool>("show_input") &&
9668 parameters.get<bool>("output_screen"))
9669 parameters.set<ExecFlagEnum>("execute_input_on") = EXEC_INITIAL;
9670
9671 // Record whether this object's own block set 'file_base' itself before a common 'file_base'
9672 // from the [Outputs] block, if any, is copied down onto it below -- that copy makes
9673 // 'file_base' look valid and user-set on this object even when only the common block set it
9674 // (see #4215), so this must be captured first.
9675 if (parameters.isParamDefined("_file_base_set_by_own_block"))
9676 parameters.set<bool>("_file_base_set_by_own_block") = parameters.isParamSetByUser("file_base");
9677
9678 // Apply only user-set parameters from the common [Outputs] block so that
9679 // each output type's own defaults are not overridden by common defaults.
9680 const InputParameters * common = output_warehouse.getCommonParameters();
9681 if (common)
9683
9684 // Set the correct value for the binary flag for XDA/XDR output
9685 if (object_type == "XDR")
9686 parameters.set<bool>("_binary") = true;
9687 else if (object_type == "XDA")
9688 parameters.set<bool>("_binary") = false;
9689
9690 // Adjust the checkpoint suffix if auto recovery was enabled
9691 if (object_name == "auto_recovery_checkpoint")
9692 parameters.set<std::string>("suffix") = "auto_recovery";
9693
9694 // Create the object and add it to the warehouse
9695 std::shared_ptr<Output> output = _factory.create<Output>(object_type, object_name, parameters);
9696 logAdd("Output", object_name, object_type, parameters);
9697 output_warehouse.addOutput(output);
9698}
const ExecFlagType EXEC_INITIAL
Definition Moose.C:31
A MultiMooseEnum object to hold "execute_on" flags.
bool isParamDefined(const std::string &name) const
Method returns true if the parameter is defined for any type.
bool isParamSetByUser(const std::string &name) const
Method returns true if the parameter was set by the user.
void addPrivateParam(const std::string &name, const T &value)
These method add a parameter to the InputParameters object which can be retrieved like any other para...
void applyCommonUserSetParameters(const InputParameters &common, const std::vector< std::string > &exclude={}, const bool allow_private=false)
Variant of applyParameters that only applies parameters explicitly set by the user in common (i....
OutputWarehouse & getOutputWarehouse()
Get the OutputWarehouse objects.
Definition MooseApp.C:2415
const T & getParam(const std::string &name) const
Retrieve a parameter for the object.
Definition MooseBase.h:406
Class for storing and utilizing output objects.
const InputParameters * getCommonParameters() const
Get a reference to the common output parameters.
bool isReservedName(const std::string &name)
Test if the given name is reserved.
bool hasOutput(const std::string &name) const
Returns true if the output object exists.
void addOutput(std::shared_ptr< Output > output)
Adds an existing output object to the warehouse.
Based class for output objects.
Definition Output.h:52

◆ addPiecewiseByBlockLambdaFunctor()

template<typename T , typename PolymorphicLambda >
const Moose::FunctorBase< T > & SubProblem::addPiecewiseByBlockLambdaFunctor ( const std::string &  name,
PolymorphicLambda  my_lammy,
const std::set< ExecFlagType > &  clearance_schedule,
const MooseMesh mesh,
const std::set< SubdomainID > &  block_ids,
const THREAD_ID  tid 
)
inherited

Add a functor that has block-wise lambda definitions, e.g.

the evaluations of the functor are based on a user-provided lambda expression.

Parameters
nameThe name of the functor to add
my_lammyThe lambda expression that will be called when the functor is evaluated
clearance_scheduleHow often to clear functor evaluations. The default value is always, which means that the functor will be re-evaluated every time it is called. If it is something other than always, than cached values may be returned
meshThe mesh on which this functor operates
block_idsThe blocks on which the lambda expression is defined
tidThe thread on which the functor we are adding will run
Returns
The added functor

Definition at line 1356 of file SubProblem.h.

1362{
1363 auto & pbblf_functors = _pbblf_functors[tid];
1364
1365 auto [it, first_time_added] =
1366 pbblf_functors.emplace(name,
1367 std::make_unique<PiecewiseByBlockLambdaFunctor<T>>(
1368 name, my_lammy, clearance_schedule, mesh, block_ids));
1369
1370 auto * functor = dynamic_cast<PiecewiseByBlockLambdaFunctor<T> *>(it->second.get());
1371 if (!functor)
1372 {
1373 if (first_time_added)
1374 mooseError("This should be impossible. If this was the first time we added the functor, then "
1375 "the dynamic cast absolutely should have succeeded");
1376 else
1377 mooseError("Attempted to add a lambda functor with the name '",
1378 name,
1379 "' but another lambda functor of that name returns a different type");
1380 }
1381
1382 if (first_time_added)
1383 addFunctor(name, *functor, tid);
1384 else
1385 // The functor already exists
1386 functor->setFunctor(mesh, block_ids, my_lammy);
1387
1388 return *functor;
1389}
A material property that is evaluated on-the-fly via calls to various overloads of operator()
std::vector< std::map< std::string, std::unique_ptr< Moose::FunctorAbstract > > > _pbblf_functors
Container to hold PiecewiseByBlockLambdaFunctors.
virtual MooseMesh & mesh()=0

Referenced by FunctorMaterial::addFunctorPropertyByBlocks().

◆ addPostprocessor()

void FEProblemBase::addPostprocessor ( const std::string &  pp_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 4657 of file FEProblemBase.C.

4660{
4661 checkUserObjectNameCollision(name, "Postprocessor");
4662
4663 addUserObject(pp_name, name, parameters);
4664}
virtual std::vector< std::shared_ptr< UserObject > > addUserObject(const std::string &user_object_name, const std::string &name, InputParameters &parameters)
void checkUserObjectNameCollision(const std::string &name, const std::string &type) const
Check for name collision between different user objects.

Referenced by MFEMProblem::addPostprocessor(), and DiffusionPhysicsBase::addPostprocessors().

◆ addPredictor()

void FEProblemBase::addPredictor ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 7523 of file FEProblemBase.C.

7526{
7527 parallel_object_only();
7528
7530 mooseError("Vector bounds cannot be used with LinearSystems!");
7531
7532 parameters.set<SubProblem *>("_subproblem") = this;
7533 std::shared_ptr<Predictor> predictor = _factory.create<Predictor>(type, name, parameters);
7534 logAdd("Predictor", name, type, parameters);
7535
7536 for (auto & nl : _nl)
7537 nl->setPredictor(predictor);
7538}
virtual std::size_t numLinearSystems() const override
virtual std::size_t numNonlinearSystems() const override
Base class for predictors.
Definition Predictor.h:29

Referenced by AB2PredictorCorrector::AB2PredictorCorrector().

◆ addReporter()

void FEProblemBase::addReporter ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add a Reporter object to the simulation.

Parameters
typeC++ object type to construct
nameA uniquely identifying object name
parametersComplete parameters for the object to be created.

For an example use, refer to AddReporterAction.C/h

Definition at line 4677 of file FEProblemBase.C.

4680{
4682
4684}

Referenced by MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer().

◆ addResidual()

void FEProblemBase::addResidual ( const THREAD_ID  tid)
overridevirtualinherited

Implements SubProblem.

Definition at line 2021 of file FEProblemBase.C.

2022{
2025
2027 _displaced_problem->addResidual(tid);
2028}

Referenced by ComputeDiracThread::postElement().

◆ addResidualLower()

void FEProblemBase::addResidualLower ( const THREAD_ID  tid)
overridevirtualinherited

◆ addResidualNeighbor()

void FEProblemBase::addResidualNeighbor ( const THREAD_ID  tid)
overridevirtualinherited

◆ addResidualScalar()

void FEProblemBase::addResidualScalar ( const THREAD_ID  tid = 0)
virtualinherited

Definition at line 2051 of file FEProblemBase.C.

2052{
2053 _assembly[tid][_current_nl_sys->number()]->addResidualScalar(Assembly::GlobalDataKey{},
2055}

Referenced by NonlinearSystemBase::computeResidualInternal().

◆ addSampler()

void FEProblemBase::addSampler ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

The following functions will enable MOOSE to have the capability to import Samplers.

Definition at line 2920 of file FEProblemBase.C.

2923{
2924 const auto samplers = addObject<Sampler>(type, name, parameters);
2925 for (auto & sampler : samplers)
2926 sampler->init();
2927}
virtual void init() override

◆ addScalarKernel()

void FEProblemBase::addScalarKernel ( const std::string &  kernel_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 3264 of file FEProblemBase.C.

3267{
3268 parallel_object_only();
3269
3270 const auto nl_sys_num = determineSolverSystem(parameters.varName("variable", name), true).second;
3271 if (!isSolverSystemNonlinear(nl_sys_num))
3272 mooseError("You are trying to add a ScalarKernel to a linear variable/system, which is not "
3273 "supported at the moment!");
3274
3275 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3276 {
3277 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3278 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3279 }
3280 else
3281 {
3282 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3283 {
3284 // We allow ScalarKernels to request that they use_displaced_mesh,
3285 // but then be overridden when no displacements variables are
3286 // provided in the Mesh block. If that happened, update the value
3287 // of use_displaced_mesh appropriately for this ScalarKernel.
3288 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3289 parameters.set<bool>("use_displaced_mesh") = false;
3290 }
3291
3292 parameters.set<SubProblem *>("_subproblem") = this;
3293 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3294 }
3295
3296 logAdd("ScalarKernel", name, kernel_name, parameters);
3297 _nl[nl_sys_num]->addScalarKernel(kernel_name, name, parameters);
3298}

◆ addTimeIntegrator()

void FEProblemBase::addTimeIntegrator ( const std::string &  type,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 7488 of file FEProblemBase.C.

7491{
7492 parallel_object_only();
7493
7494 parameters.set<SubProblem *>("_subproblem") = this;
7495 logAdd("TimeIntegrator", name, type, parameters);
7496 _aux->addTimeIntegrator(type, name + ":aux", parameters);
7497 for (auto & sys : _solver_systems)
7498 sys->addTimeIntegrator(type, name + ":" + sys->name(), parameters);
7499 _has_time_integrator = true;
7500
7501 // add vectors to store u_dot, u_dotdot, udot_old, u_dotdot_old and
7502 // solution vectors older than 2 time steps, if requested by the time
7503 // integrator
7504 _aux->addDotVectors();
7505 for (auto & nl : _nl)
7506 {
7507 nl->addDotVectors();
7508
7509 auto tag_udot = nl->getTimeIntegrators()[0]->uDotFactorTag();
7510 if (!nl->hasVector(tag_udot))
7511 nl->associateVectorToTag(*nl->solutionUDot(), tag_udot);
7512 auto tag_udotdot = nl->getTimeIntegrators()[0]->uDotDotFactorTag();
7513 if (!nl->hasVector(tag_udotdot) && uDotDotRequested())
7514 nl->associateVectorToTag(*nl->solutionUDotDot(), tag_udotdot);
7515 }
7516
7518 // Time integrator does not exist when displaced problem is created.
7519 _displaced_problem->addTimeIntegrator();
7520}
virtual void addTimeIntegrator(const std::string &type, const std::string &name, InputParameters &parameters)
virtual bool uDotDotRequested()
Get boolean flag to check whether solution second time derivative needs to be stored.
bool _has_time_integrator
Indicates whether or not this executioner has a time integrator (during setup)

Referenced by TransientBase::setupTimeIntegrator().

◆ addTransfer()

void FEProblemBase::addTransfer ( const std::string &  transfer_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Add a Transfer to the problem.

Reimplemented in MFEMProblem.

Definition at line 6304 of file FEProblemBase.C.

6307{
6308 parallel_object_only();
6309
6310 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
6311 {
6312 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
6313 parameters.set<SystemBase *>("_sys") = &_displaced_problem->auxSys();
6315 }
6316 else
6317 {
6318 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
6319 {
6320 // We allow Transfers to request that they use_displaced_mesh,
6321 // but then be overridden when no displacements variables are
6322 // provided in the Mesh block. If that happened, update the value
6323 // of use_displaced_mesh appropriately for this Transfer.
6324 if (parameters.have_parameter<bool>("use_displaced_mesh"))
6325 parameters.set<bool>("use_displaced_mesh") = false;
6326 }
6327
6328 parameters.set<SubProblem *>("_subproblem") = this;
6329 parameters.set<SystemBase *>("_sys") = _aux.get();
6330 }
6331
6332 // Handle the "SAME_AS_MULTIAPP" execute option. The get method is used to test for the
6333 // flag so the set by user flag is not reset, calling set with the true flag causes the set
6334 // by user status to be reset, which should only be done if the EXEC_SAME_AS_MULTIAPP is
6335 // being applied to the object.
6337 {
6338 ExecFlagEnum & exec_enum = parameters.set<ExecFlagEnum>("execute_on", true);
6339 std::shared_ptr<MultiApp> multiapp;
6340 if (parameters.isParamValid("multi_app"))
6341 multiapp = getMultiApp(parameters.get<MultiAppName>("multi_app"));
6342 // This catches the sibling transfer case, where we want to be executing only as often as the
6343 // receiving application. A transfer 'to' a multiapp is executed before that multiapp
6344 else if (parameters.isParamValid("to_multi_app"))
6345 multiapp = getMultiApp(parameters.get<MultiAppName>("to_multi_app"));
6346 else if (parameters.isParamValid("from_multi_app"))
6347 multiapp = getMultiApp(parameters.get<MultiAppName>("from_multi_app"));
6348 // else do nothing because the user has provided invalid input. They should get a nice error
6349 // about this during transfer construction. This necessitates checking for null in this next
6350 // line, however
6351 if (multiapp)
6352 exec_enum = multiapp->getParam<ExecFlagEnum>("execute_on");
6353 }
6354
6355 // Create the Transfer objects
6356 std::shared_ptr<Transfer> transfer = _factory.create<Transfer>(transfer_name, name, parameters);
6357 logAdd("Transfer", name, transfer_name, parameters);
6358
6359 // Add MultiAppTransfer object
6360 std::shared_ptr<MultiAppTransfer> multi_app_transfer =
6361 std::dynamic_pointer_cast<MultiAppTransfer>(transfer);
6362 if (multi_app_transfer)
6363 {
6364 if (multi_app_transfer->directions().isValueSet(MultiAppTransfer::TO_MULTIAPP))
6365 _to_multi_app_transfers.addObject(multi_app_transfer);
6366 if (multi_app_transfer->directions().isValueSet(MultiAppTransfer::FROM_MULTIAPP))
6367 _from_multi_app_transfers.addObject(multi_app_transfer);
6368 if (multi_app_transfer->directions().isValueSet(MultiAppTransfer::BETWEEN_MULTIAPP))
6369 _between_multi_app_transfers.addObject(multi_app_transfer);
6370 }
6371 else
6372 _transfers.addObject(transfer);
6373}
const ExecFlagType EXEC_SAME_AS_MULTIAPP
Definition Moose.C:56
ExecuteMooseObjectWarehouse< Transfer > _between_multi_app_transfers
Transfers executed just before MultiApps to transfer data between them.
std::shared_ptr< MultiApp > getMultiApp(const std::string &multi_app_name) const
Get a MultiApp object by name.
ExecuteMooseObjectWarehouse< Transfer > _to_multi_app_transfers
Transfers executed just before MultiApps to transfer data to them.
ExecuteMooseObjectWarehouse< Transfer > _transfers
Normal Transfers.
ExecuteMooseObjectWarehouse< Transfer > _from_multi_app_transfers
Transfers executed just after MultiApps to transfer data from them.
bool isValueSet(const std::string &value) const
Methods for seeing if a value is set in the MultiMooseEnum.
Base class for all Transfer objects.
Definition Transfer.h:40
@ FROM_MULTIAPP
Definition Transfer.h:71
@ TO_MULTIAPP
Definition Transfer.h:70
@ BETWEEN_MULTIAPP
Definition Transfer.h:72

Referenced by MFEMProblem::addTransfer().

◆ addUserObject()

std::vector< std::shared_ptr< UserObject > > FEProblemBase::addUserObject ( const std::string &  user_object_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Definition at line 4687 of file FEProblemBase.C.

4690{
4691 parallel_object_only();
4692
4693 std::vector<std::shared_ptr<UserObject>> uos;
4694
4695 // Add the _subproblem and _sys parameters depending on use_displaced_mesh
4697
4698 for (const auto tid : make_range(libMesh::n_threads()))
4699 {
4700 // Create the UserObject
4701 std::shared_ptr<UserObject> user_object =
4702 _factory.create<UserObject>(user_object_name, name, parameters, tid);
4703 logAdd("UserObject", name, user_object_name, parameters);
4704 uos.push_back(user_object);
4705
4706 if (tid != 0)
4707 user_object->setPrimaryThreadCopy(uos[0].get());
4708
4709 theWarehouse().add(user_object);
4710
4711 // Attempt to create all the possible UserObject types
4712 auto euo = std::dynamic_pointer_cast<ElementUserObject>(user_object);
4713 auto suo = std::dynamic_pointer_cast<SideUserObject>(user_object);
4714 auto isuo = std::dynamic_pointer_cast<InternalSideUserObject>(user_object);
4715 auto iuo = std::dynamic_pointer_cast<InterfaceUserObjectBase>(user_object);
4716 auto nuo = std::dynamic_pointer_cast<NodalUserObject>(user_object);
4717 auto duo = std::dynamic_pointer_cast<DomainUserObject>(user_object);
4718 auto guo = std::dynamic_pointer_cast<GeneralUserObject>(user_object);
4719 auto tguo = std::dynamic_pointer_cast<ThreadedGeneralUserObject>(user_object);
4720 auto muo = std::dynamic_pointer_cast<MortarUserObject>(user_object);
4721
4722 // Account for displaced mesh use
4723 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
4724 {
4725 // Whether to re-init or not depends on the attributes of the base classes.
4726 // For example, InterfaceUOBase has "_current_side_elem" and "_neighbor_elem"
4727 // so it needs to reinit on displaced neighbors and faces
4728 // _reinit_displaced_elem -> _current_elem will be reinited
4729 // _reinit_displaced_face -> _current_elem, lowerD if any and _current_side_elem to be
4730 // reinited _reinit_displaced_neighbor -> _current_elem, lowerD if any and _current_neighbor
4731 // to be reinited Note that as soon as you use materials on the displaced mesh, all three get
4732 // turned on.
4733 if (euo || nuo || duo)
4735 if (suo || duo || isuo || iuo)
4737 if (iuo || duo || isuo)
4739 }
4740
4741 // These objects only require one thread
4742 if ((guo && !tguo) || muo)
4743 break;
4744 }
4745
4746 // Add as a Functor if it is one. We usually need to add the user object from thread 0 as the
4747 // registered functor for all threads because when user objects are thread joined, generally only
4748 // the primary thread copy ends up with all the data
4749 for (const auto tid : make_range(libMesh::n_threads()))
4750 {
4751 const decltype(uos)::size_type uo_index = uos.front()->needThreadedCopy() ? tid : 0;
4752 if (const auto functor = dynamic_cast<Moose::FunctorBase<Real> *>(uos[uo_index].get()))
4753 {
4754 this->addFunctor(name, *functor, tid);
4756 _displaced_problem->addFunctor(name, *functor, tid);
4757 }
4758 }
4759
4760 return uos;
4761}
Base class for user-specific data.
Definition UserObject.h:20

Referenced by FEProblemBase::addPostprocessor(), FEProblemBase::addReporter(), PhysicsBase::addUserObject(), and FEProblemBase::addVectorPostprocessor().

◆ addVariable()

void FEProblemBase::addVariable ( const std::string &  var_type,
const std::string &  var_name,
InputParameters params 
)
virtualinherited

Canonical method for adding a non-linear variable.

Parameters
var_typethe type of the variable, e.g. MooseVariableScalar
var_namethe variable name, e.g. 'u'
paramsthe InputParameters from which to construct the variable

Reimplemented in MFEMEigenproblem, MFEMProblem, and DumpObjectsProblem.

Definition at line 3066 of file FEProblemBase.C.

3069{
3070 parallel_object_only();
3071
3072 const auto order = Utility::string_to_enum<Order>(params.get<MooseEnum>("order"));
3073 const auto family = Utility::string_to_enum<FEFamily>(params.get<MooseEnum>("family"));
3074 const auto fe_type = FEType(order, family);
3075
3076 const auto active_subdomains_vector =
3077 _mesh.getSubdomainIDs(params.get<std::vector<SubdomainName>>("block"));
3078 const std::set<SubdomainID> active_subdomains(active_subdomains_vector.begin(),
3079 active_subdomains_vector.end());
3080
3081 if (duplicateVariableCheck(var_name, fe_type, /* is_aux = */ false, &active_subdomains))
3082 return;
3083
3084 params.set<FEProblemBase *>("_fe_problem_base") = this;
3086 SolverSystemName sys_name = params.get<SolverSystemName>("solver_sys");
3087
3088 const auto solver_system_number = solverSysNum(sys_name);
3089 logAdd("Variable", var_name, var_type, params);
3090 _solver_systems[solver_system_number]->addVariable(var_type, var_name, params);
3092 // MooseObjects need to be unique so change the name here
3093 _displaced_problem->addVariable(var_type, var_name, params, solver_system_number);
3094
3095 _solver_var_to_sys_num[var_name] = solver_system_number;
3096
3097 markFamilyPRefinement(params);
3099 _displaced_problem->markFamilyPRefinement(params);
3100}
unsigned int solverSysNum(const SolverSystemName &solver_sys_name) const override
std::map< SolverVariableName, unsigned int > _solver_var_to_sys_num
Map connecting variable names with their respective solver systems.
@ VAR_SOLVER
Definition MooseTypes.h:770

Referenced by MFEMProblem::addGridFunction(), DiffusionCG::addSolverVariables(), DiffusionFV::addSolverVariables(), and AddVariableAction::init().

◆ addVectorPostprocessor()

void FEProblemBase::addVectorPostprocessor ( const std::string &  pp_name,
const std::string &  name,
InputParameters parameters 
)
virtualinherited

Reimplemented in MFEMProblem.

Definition at line 4667 of file FEProblemBase.C.

4670{
4671 checkUserObjectNameCollision(name, "VectorPostprocessor");
4672
4673 addUserObject(pp_name, name, parameters);
4674}

Referenced by MFEMProblem::addVectorPostprocessor(), and ExtraIDIntegralReporter::ExtraIDIntegralReporter().

◆ addVectorTag()

TagID SubProblem::addVectorTag ( const TagName &  tag_name,
const Moose::VectorTagType  type = Moose::VECTOR_TAG_RESIDUAL 
)
virtualinherited

Create a Tag.

Tags can be associated with Vectors and Matrices and allow objects (such as Kernels) to arbitrarily contribute values to any set of vectors/matrics

Note: If the tag is already present then this will simply return the TagID of that Tag, but the type must be the same.

Parameters
tag_nameThe name of the tag to create, the TagID will get automatically generated
typeThe type of the tag

Reimplemented in DisplacedProblem.

Definition at line 91 of file SubProblem.C.

93{
95 mooseError("Vector tag type cannot be VECTOR_TAG_ANY");
96
97 const auto tag_name_upper = MooseUtils::toUpper(tag_name);
98
99 // First, see if the tag exists already
100 for (const auto & vector_tag : _vector_tags)
101 {
102 mooseAssert(_vector_tags[vector_tag._id] == vector_tag, "Vector tags index mismatch");
103 if (vector_tag._name == tag_name_upper)
104 {
105 if (vector_tag._type != type)
106 mooseError("While attempting to add vector tag with name '",
107 tag_name_upper,
108 "' and type ",
109 type,
110 ",\na tag with the same name but type ",
111 vector_tag._type,
112 " was found.\n\nA tag can only exist with one type.");
113
114 return vector_tag._id;
115 }
116 }
117
118 // Doesn't exist - create it
119 const TagID new_tag_id = _vector_tags.size();
120 const TagTypeID new_tag_type_id = _typed_vector_tags[type].size();
121 // Primary storage for all tags where the index in the vector == the tag ID
122 _vector_tags.emplace_back(new_tag_id, new_tag_type_id, tag_name_upper, type);
123 // Secondary storage for each type so that we can have quick access to all tags of a type
124 _typed_vector_tags[type].emplace_back(new_tag_id, new_tag_type_id, tag_name_upper, type);
125 // Name map storage for quick name access
126 _vector_tags_name_map.emplace(tag_name_upper, new_tag_id);
127
128 // Make sure that _vector_tags, _typed_vector_tags, and _vector_tags_name_map are sane
130
131 return new_tag_id;
132}
unsigned int TagID
Definition MooseTypes.h:238
unsigned int TagTypeID
Definition MooseTypes.h:239
std::vector< VectorTag > _vector_tags
The declared vector tags.
std::vector< std::vector< VectorTag > > _typed_vector_tags
The vector tags associated with each VectorTagType This is kept separate from _vector_tags for quick ...
std::map< TagName, TagID > _vector_tags_name_map
Map of vector tag TagName to TagID.
bool verifyVectorTags() const
Verify the integrity of _vector_tags and _typed_vector_tags.
Definition SubProblem.C:240
@ VECTOR_TAG_ANY

Referenced by DisplacedProblem::addVectorTag(), PicardSolve::allocateStorage(), SecantSolve::allocateStorage(), SteffensenSolve::allocateStorage(), FEProblemBase::createTagSolutions(), FEProblemBase::createTagVectors(), NonlinearSystemBase::getResidualNonTimeVector(), NonlinearSystemBase::getResidualTimeVector(), LinearSystem::LinearSystem(), SystemBase::needSolutionState(), NonlinearEigenSystem::NonlinearEigenSystem(), and NonlinearSystemBase::NonlinearSystemBase().

◆ advanceMultiApps()

void FEProblemBase::advanceMultiApps ( ExecFlagType  type)
inlineinherited

Deprecated method; use finishMultiAppStep and/or incrementMultiAppTStep depending on your purpose.

Definition at line 1708 of file FEProblemBase.h.

1709 {
1710 mooseDeprecated("Deprecated method; use finishMultiAppStep and/or incrementMultiAppTStep "
1711 "depending on your purpose");
1713 }
void finishMultiAppStep(ExecFlagType type, bool recurse_through_multiapp_levels=false)
Finish the MultiApp time step (endStep, postStep) associated with the ExecFlagType.

◆ advanceState()

void FEProblemBase::advanceState ( )
virtualinherited

Advance all of the state holding vectors / datastructures so that we can move to the next timestep.

Reimplemented in DumpObjectsProblem.

Definition at line 7327 of file FEProblemBase.C.

7328{
7329 TIME_SECTION("advanceState", 5, "Advancing State");
7330
7331 for (auto & sys : _solver_systems)
7332 sys->copyOldSolutions();
7333 _aux->copyOldSolutions();
7334
7336 {
7337 for (const auto i : index_range(_solver_systems))
7338 _displaced_problem->solverSys(i).copyOldSolutions();
7339 _displaced_problem->auxSys().copyOldSolutions();
7340 }
7341
7343
7345
7348
7351
7354
7355#ifdef MOOSE_KOKKOS_ENABLED
7358
7361
7364#endif
7365}
void copyValuesBack()
Copies current chain control data values into old values.
Moose::Kokkos::MaterialPropertyStorage & _kokkos_neighbor_material_props
ReporterData _reporter_data
Moose::Kokkos::MaterialPropertyStorage & _kokkos_bnd_material_props
Moose::Kokkos::MaterialPropertyStorage & _kokkos_material_props
void shift()
Shift the material properties in time.
ChainControlDataSystem & getChainControlDataSystem()
Gets the system that manages the ChainControls.
Definition MooseApp.h:891
MooseApp & getMooseApp() const
Get the MooseApp this class is associated with.
Definition MooseBase.h:87
void shift()
Shift current, old, and older material property data storages.
void copyValuesBack()
At the end of a timestep this method is called to copy the values back in time in preparation for the...
auto index_range(const T &sizable)

Referenced by Eigenvalue::execute(), SteadyBase::execute(), MFEMSteady::execute(), TransientBase::incrementStepOrReject(), NonlinearEigen::init(), TransientMultiApp::setupApp(), ExplicitRK2::solve(), ExplicitTVDRK2::solve(), TransientMultiApp::solveStep(), InversePowerMethod::takeStep(), and NonlinearEigen::takeStep().

◆ allowInvalidSolution()

bool FEProblemBase::allowInvalidSolution ( ) const
inlineinherited

Whether to accept / allow an invalid solution.

Definition at line 2422 of file FEProblemBase.h.

2422{ return _allow_invalid_solution; }
const bool _allow_invalid_solution

Referenced by FEProblemBase::acceptInvalidSolution().

◆ allowOutput() [1/2]

void FEProblemBase::allowOutput ( bool  state)
inherited

Ability to enable/disable all output calls.

This is needed by Multiapps and applications to disable output for cases when executioners call other executions and when Multiapps are sub cycling.

Definition at line 7434 of file FEProblemBase.C.

7435{
7437}
void allowOutput(bool state)
Ability to enable/disable output calls This is private, users should utilize FEProblemBase::allowOutp...

Referenced by TransientMultiApp::resetApp(), and TransientMultiApp::solveStep().

◆ allowOutput() [2/2]

template<typename T >
void FEProblemBase::allowOutput ( bool  state)
inherited

Definition at line 3709 of file FEProblemBase.h.

3710{
3712}

◆ areCoupled()

bool FEProblemBase::areCoupled ( const unsigned int  ivar,
const unsigned int  jvar,
const unsigned int  nl_sys_num 
) const
inherited

Definition at line 6860 of file FEProblemBase.C.

6863{
6864 return (*_cm[nl_sys])(ivar, jvar);
6865}
std::vector< std::unique_ptr< libMesh::CouplingMatrix > > _cm
Coupling matrix for variables.

Referenced by NonlinearSystemBase::constraintJacobians().

◆ assembly() [1/2]

const Assembly & FEProblemBase::assembly ( const THREAD_ID  tid,
const unsigned int  sys_num 
) const
inlineoverridevirtualinherited

Implements SubProblem.

Definition at line 3866 of file FEProblemBase.h.

3867{
3868 mooseAssert(tid < _assembly.size(), "Assembly objects not initialized");
3869 mooseAssert(sys_num < _assembly[tid].size(),
3870 "System number larger than the assembly container size");
3871 return *_assembly[tid][sys_num];
3872}

◆ assembly() [2/2]

Assembly & FEProblemBase::assembly ( const THREAD_ID  tid,
const unsigned int  sys_num 
)
inlineoverridevirtualinherited

◆ automaticScaling() [1/3]

bool SubProblem::automaticScaling ( ) const
inherited

Automatic scaling getter.

Returns
A boolean representing whether we are performing automatic scaling

Definition at line 842 of file SubProblem.C.

1178{
1179 // Currently going to assume that we are applying or not applying automatic scaling consistently
1180 // across nonlinear systems
1182}
virtual const SystemBase & systemBaseNonlinear(const unsigned int sys_num) const override
Return the nonlinear system object as a base class reference given the system number.
bool automaticScaling() const
Getter for whether we are performing automatic scaling.
Definition SystemBase.h:123

◆ automaticScaling() [2/3]

void SubProblem::automaticScaling ( bool  automatic_scaling)
virtualinherited

Automatic scaling setter.

Parameters
automatic_scalingA boolean representing whether we are performing automatic scaling

Reimplemented from SubProblem.

Definition at line 836 of file SubProblem.C.

1171{
1172 for (const auto nl_sys_num : make_range(numNonlinearSystems()))
1173 systemBaseNonlinear(nl_sys_num).automaticScaling(automatic_scaling);
1174}
bool automaticScaling() const
Automatic scaling getter.

◆ automaticScaling() [3/3]

void FEProblemBase::automaticScaling ( bool  automatic_scaling)
overridevirtualinherited

Automatic scaling setter.

Parameters
automatic_scalingA boolean representing whether we are performing automatic scaling

Reimplemented from SubProblem.

Definition at line 9831 of file FEProblemBase.C.

9832{
9834 _displaced_problem->automaticScaling(automatic_scaling);
9835
9836 SubProblem::automaticScaling(automatic_scaling);
9837}
bool automaticScaling() const
Automatic scaling getter.

Referenced by DisplacedProblem::DisplacedProblem(), and FEProblemSolve::FEProblemSolve().

◆ backupMultiApps()

void FEProblemBase::backupMultiApps ( ExecFlagType  type)
inherited

Backup the MultiApps associated with the ExecFlagType.

Definition at line 6239 of file FEProblemBase.C.

6240{
6241 const auto & multi_apps = _multi_apps[type].getActiveObjects();
6242
6243 if (multi_apps.size())
6244 {
6245 TIME_SECTION("backupMultiApps", 5, "Backing Up MultiApp");
6246
6248 _console << COLOR_CYAN << "\nBacking Up MultiApps on " << type.name() << COLOR_DEFAULT
6249 << std::endl;
6250
6251 for (const auto & multi_app : multi_apps)
6252 multi_app->backup();
6253
6255
6257 _console << COLOR_CYAN << "Finished Backing Up MultiApps on " << type.name() << "\n"
6258 << COLOR_DEFAULT << std::endl;
6259 }
6260}
bool _verbose_multiapps
Whether or not to be verbose with multiapps.
bool _parallel_barrier_messaging
Whether or not information about how many transfers have completed is printed.
const std::vector< std::shared_ptr< T > > & getActiveObjects(THREAD_ID tid=0) const
Retrieve complete vector to the active all/block/boundary restricted objects for a given thread.
void parallelBarrierNotify(const Parallel::Communicator &comm, bool messaging)
Definition MooseUtils.C:338

Referenced by FixedPointSolve::solve().

◆ bumpAllQRuleOrder()

void FEProblemBase::bumpAllQRuleOrder ( libMesh::Order  order,
SubdomainID  block 
)
inherited

Definition at line 6717 of file FEProblemBase.C.

6718{
6719 for (unsigned int tid = 0; tid < libMesh::n_threads(); ++tid)
6720 for (const auto i : index_range(_nl))
6721 _assembly[tid][i]->bumpAllQRuleOrder(order, block);
6722
6724 _displaced_problem->bumpAllQRuleOrder(order, block);
6725
6726 updateMaxQps();
6727}
void bumpAllQRuleOrder(libMesh::Order order, SubdomainID block)

Referenced by FEProblemBase::bumpAllQRuleOrder().

◆ bumpVolumeQRuleOrder()

void FEProblemBase::bumpVolumeQRuleOrder ( libMesh::Order  order,
SubdomainID  block 
)
inherited

Increases the element/volume quadrature order for the specified mesh block if and only if the current volume quadrature order is lower.

This can only cause the quadrature level to increase. If volume_order is lower than or equal to the current volume/elem quadrature rule order, then nothing is done (i.e. this function is idempotent).

Definition at line 6704 of file FEProblemBase.C.

6705{
6706 for (unsigned int tid = 0; tid < libMesh::n_threads(); ++tid)
6707 for (const auto i : index_range(_nl))
6708 _assembly[tid][i]->bumpVolumeQRuleOrder(order, block);
6709
6711 _displaced_problem->bumpVolumeQRuleOrder(order, block);
6712
6713 updateMaxQps();
6714}
void bumpVolumeQRuleOrder(libMesh::Order order, SubdomainID block)
Increases the element/volume quadrature order for the specified mesh block if and only if the current...

Referenced by FEProblemBase::bumpVolumeQRuleOrder().

◆ cacheJacobian()

void FEProblemBase::cacheJacobian ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 2187 of file FEProblemBase.C.

2188{
2191 _displaced_problem->cacheJacobian(tid);
2192}
virtual void cacheJacobian(const THREAD_ID tid)

Referenced by ComputeResidualAndJacobianThread::accumulate(), NonlinearSystemBase::constraintJacobians(), and ComputeJacobianThread::postElement().

◆ cacheJacobianNeighbor()

void FEProblemBase::cacheJacobianNeighbor ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 2195 of file FEProblemBase.C.

2196{
2199 _displaced_problem->cacheJacobianNeighbor(tid);
2200}
virtual void cacheJacobianNeighbor(const THREAD_ID tid)

Referenced by NonlinearSystemBase::constraintJacobians().

◆ cacheResidual()

void FEProblemBase::cacheResidual ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 2058 of file FEProblemBase.C.

2059{
2062 _displaced_problem->cacheResidual(tid);
2063}
virtual void cacheResidual(const THREAD_ID tid)

Referenced by ComputeResidualAndJacobianThread::accumulate(), ComputeResidualThread::accumulate(), and NonlinearSystemBase::constraintResiduals().

◆ cacheResidualNeighbor()

void FEProblemBase::cacheResidualNeighbor ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 2066 of file FEProblemBase.C.

2067{
2070 _displaced_problem->cacheResidualNeighbor(tid);
2071}
virtual void cacheResidualNeighbor(const THREAD_ID tid)

Referenced by NonlinearSystemBase::constraintResiduals().

◆ callMooseError() [1/2]

void MooseBase::callMooseError ( MooseApp *const  app,
const InputParameters params,
std::string  msg,
const bool  with_prefix,
const hit::Node *  node,
const bool  show_trace = true 
)
staticinherited

External method for calling moose error with added object context.

Needed so that objects without the MooseBase context (InputParameters) can call errors with context

Parameters
appThe app pointer (if available); adds multiapp context and clears the console
paramsThe parameters, needed to obtain object information
msgThe message
with_prefixIf true, add the prefix from messagePrefix(), which is the object information (type, name, etc)
nodeOptional hit node to add file path context as a prefix
show_traceWhether or not to show a stack trace, defaults to true

Definition at line 114 of file MooseBase.C.

120{
121 if (!node)
122 node = MooseBase::getHitNode(params);
123
124 std::string multiapp_prefix = "";
125 if (app)
126 {
127 if (!app->isUltimateMaster())
128 multiapp_prefix = app->name();
130 }
131
132 if (with_prefix)
133 // False here because the hit context will get processed by the node
134 msg = messagePrefix(params, false) + msg;
135
136 moose::internal::mooseErrorRaw(msg, multiapp_prefix, node, show_trace);
137}
bool isUltimateMaster() const
Whether or not this app is the ultimate master app.
Definition MooseApp.h:866
const hit::Node * getHitNode() const
Definition MooseBase.h:136
std::string messagePrefix(const bool hit_prefix=true) const
Definition MooseBase.h:256
void mooseConsole()
Send current output buffer to Console output objects.
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:51

◆ callMooseError() [2/2]

void MooseBase::callMooseError ( std::string  msg,
const bool  with_prefix,
const hit::Node *  node = nullptr,
const bool  show_trace = true 
) const
inherited

External method for calling moose error with added object context.

Parameters
msgThe message
with_prefixIf true, add the prefix from messagePrefix(), which is the object information (type, name, etc)
nodeOptional hit node to add file path context as a prefix
show_traceWhether or not to show a stack trace, defaults to true

Definition at line 105 of file MooseBase.C.

109{
110 callMooseError(&_app, _pars, msg, with_prefix, node, show_trace);
111}
MooseApp & _app
The MOOSE application this is associated with.
Definition MooseBase.h:375
void callMooseError(std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const
External method for calling moose error with added object context.
Definition MooseBase.C:105
const InputParameters & _pars
The object's parameters.
Definition MooseBase.h:384

Referenced by MooseBase::callMooseError(), InputParameters::callMooseError(), MooseBase::mooseDocumentedError(), MooseBase::mooseError(), and MooseBase::mooseErrorNonPrefixed().

◆ checkBlockMatProps()

void SubProblem::checkBlockMatProps ( )
virtualinherited

Checks block material properties integrity.

See also
FEProblemBase::checkProblemIntegrity

Definition at line 622 of file SubProblem.C.

623{
624 // Variable for storing all available blocks/boundaries from the mesh
625 std::set<SubdomainID> all_ids(mesh().meshSubdomains());
626
627 std::stringstream errors;
628
629 // Loop through the properties to check
630 for (const auto & check_it : _map_block_material_props_check)
631 {
632 // The current id for the property being checked (BoundaryID || BlockID)
633 SubdomainID check_id = check_it.first;
634
635 std::set<SubdomainID> check_ids = {check_id};
636
637 // Loop through all the block/boundary ids
638 for (const auto & id : check_ids)
639 {
640 // Loop through all the stored properties
641 for (const auto & prop_it : check_it.second)
642 {
643 // Produce an error if the material property is not defined on the current block/boundary
644 // and any block/boundary
645 // and not is not a zero material property.
646 if (_map_block_material_props[id].count(prop_it.second) == 0 &&
647 _zero_block_material_props[id].count(prop_it.second) == 0)
648 {
649 std::string check_name = restrictionSubdomainCheckName(id);
650 if (check_name.empty())
651 check_name = std::to_string(id);
652 errors << "Material property '" << prop_it.second << "', requested by '" << prop_it.first
653 << "' is not defined on block " << check_name << "\n";
654 }
655 }
656 }
657 }
658
659 if (!errors.str().empty())
660 mooseError(errors.str());
661}
unsigned int count
Definition MortarUtils.C:53
std::map< SubdomainID, std::set< MaterialPropertyName > > _zero_block_material_props
Set of properties returned as zero properties.
std::map< SubdomainID, std::multimap< std::string, std::string > > _map_block_material_props_check
Data structures of the requested material properties.
std::string restrictionSubdomainCheckName(SubdomainID check_id)
Helper functions for checking MaterialProperties.
Definition SubProblem.C:771
std::map< SubdomainID, std::set< std::string > > _map_block_material_props
Map of material properties (block_id -> list of properties)

Referenced by FEProblemBase::checkProblemIntegrity().

◆ checkBoundaryMatProps()

void SubProblem::checkBoundaryMatProps ( )
virtualinherited

Checks boundary material properties integrity.

See also
FEProblemBase::checkProblemIntegrity

Definition at line 664 of file SubProblem.C.

665{
666 // Variable for storing the value for ANY_BOUNDARY_ID
668
669 // Variable for storing all available blocks/boundaries from the mesh
670 std::set<BoundaryID> all_ids(mesh().getBoundaryIDs());
671
672 std::stringstream errors;
673
674 // Loop through the properties to check
675 for (const auto & check_it : _map_boundary_material_props_check)
676 {
677 // The current id for the property being checked (BoundaryID || BlockID)
678 BoundaryID check_id = check_it.first;
679
680 // In the case when the material being checked has an ID is set to ANY, then loop through all
681 // the possible ids and verify that the material property is defined.
682 std::set<BoundaryID> check_ids{check_id};
683 if (check_id == any_id)
684 check_ids = all_ids;
685
686 // Loop through all the block/boundary ids
687 for (const auto & id : check_ids)
688 {
689 // Loop through all the stored properties
690 for (const auto & prop_it : check_it.second)
691 {
692 // Produce an error if the material property is not defined on the current block/boundary
693 // and any block/boundary
694 // and not is not a zero material property.
695 if (_map_boundary_material_props[id].count(prop_it.second) == 0 &&
696 _map_boundary_material_props[any_id].count(prop_it.second) == 0 &&
697 _zero_boundary_material_props[id].count(prop_it.second) == 0 &&
698 _zero_boundary_material_props[any_id].count(prop_it.second) == 0)
699 {
700 std::string check_name = restrictionBoundaryCheckName(id);
701 if (check_name.empty())
702 check_name = std::to_string(id);
703 errors << "Material property '" << prop_it.second << "', requested by '" << prop_it.first
704 << "' is not defined on boundary " << check_name << "\n";
705 }
706 }
707 }
708 }
709
710 if (!errors.str().empty())
711 mooseError(errors.str());
712}
boundary_id_type BoundaryID
std::string restrictionBoundaryCheckName(BoundaryID check_id)
Definition SubProblem.C:782
std::map< BoundaryID, std::multimap< std::string, std::string > > _map_boundary_material_props_check
std::map< BoundaryID, std::set< std::string > > _map_boundary_material_props
Map for boundary material properties (boundary_id -> list of properties)
std::map< BoundaryID, std::set< MaterialPropertyName > > _zero_boundary_material_props
std::vector< BoundaryID > getBoundaryIDs(const libMesh::MeshBase &mesh, const std::vector< BoundaryName > &boundary_name, bool generate_unknown, const std::set< BoundaryID > &mesh_boundary_ids)
Gets the boundary IDs with their names.
const BoundaryID ANY_BOUNDARY_ID
Definition MooseTypes.C:21

Referenced by FEProblemBase::checkProblemIntegrity().

◆ checkCoordinateSystems()

void FEProblemBase::checkCoordinateSystems ( )
protectedinherited

Verify that there are no element type/coordinate type conflicts.

Definition at line 9397 of file FEProblemBase.C.

9398{
9400}
void checkCoordinateSystems()
Performs a sanity check for every element in the mesh.
Definition MooseMesh.C:4436

Referenced by FEProblemBase::checkProblemIntegrity().

◆ checkDependMaterialsHelper()

void FEProblemBase::checkDependMaterialsHelper ( const std::map< SubdomainID, std::vector< std::shared_ptr< MaterialBase > > > &  materials_map)
protectedinherited

Helper method for checking Material object dependency.

See also
checkProblemIntegrity

These two sets are used to make sure that all dependent props on a block are actually supplied

Definition at line 9276 of file FEProblemBase.C.

9278{
9279 for (const auto & it : materials_map)
9280 {
9282 std::set<std::string> block_depend_props, block_supplied_props;
9283
9284 for (const auto & mat1 : it.second)
9285 {
9286 auto & alldeps = mat1->getMatPropDependencies(); // includes requested stateful props
9287 for (auto & dep : alldeps)
9288 block_depend_props.insert(_material_prop_registry.getName(dep));
9289
9290 // See if any of the active materials supply this property
9291 for (const auto & mat2 : it.second)
9292 {
9293 const std::set<std::string> & supplied_props = mat2->MaterialBase::getSuppliedItems();
9294 block_supplied_props.insert(supplied_props.begin(), supplied_props.end());
9295 }
9296 }
9297
9298 // Add zero material properties specific to this block and unrestricted
9299 block_supplied_props.insert(_zero_block_material_props[it.first].begin(),
9300 _zero_block_material_props[it.first].end());
9301
9302 // Error check to make sure all properties consumed by materials are supplied on this block
9303 std::set<std::string> difference;
9304 std::set_difference(block_depend_props.begin(),
9305 block_depend_props.end(),
9306 block_supplied_props.begin(),
9307 block_supplied_props.end(),
9308 std::inserter(difference, difference.end()));
9309
9310 if (!difference.empty())
9311 {
9312 std::ostringstream oss;
9313 oss << "One or more Material Properties were not supplied on block ";
9314 const std::string & subdomain_name = _mesh.getSubdomainName(it.first);
9315 if (subdomain_name.length() > 0)
9316 oss << subdomain_name << " (" << it.first << ")";
9317 else
9318 oss << it.first;
9319 oss << ":\n";
9320 for (const auto & name : difference)
9321 oss << name << "\n";
9322 mooseError(oss.str());
9323 }
9324 }
9325
9326 // This loop checks that materials are not supplied by multiple Material objects
9327 for (const auto & it : materials_map)
9328 {
9329 const auto & materials = it.second;
9330 std::set<std::string> inner_supplied, outer_supplied;
9331
9332 for (const auto & outer_mat : materials)
9333 {
9334 // Storage for properties for this material (outer) and all other materials (inner)
9335 outer_supplied = outer_mat->getSuppliedItems();
9336 inner_supplied.clear();
9337
9338 // Property to material map for error reporting
9339 std::map<std::string, std::set<std::string>> prop_to_mat;
9340 for (const auto & name : outer_supplied)
9341 prop_to_mat[name].insert(outer_mat->name());
9342
9343 for (const auto & inner_mat : materials)
9344 {
9345 if (outer_mat == inner_mat)
9346 continue;
9347
9348 // Check whether these materials are an AD pair
9349 auto outer_mat_type = outer_mat->type();
9350 auto inner_mat_type = inner_mat->type();
9351 removeSubstring(outer_mat_type, "<RESIDUAL>");
9352 removeSubstring(outer_mat_type, "<JACOBIAN>");
9353 removeSubstring(inner_mat_type, "<RESIDUAL>");
9354 removeSubstring(inner_mat_type, "<JACOBIAN>");
9355 if (outer_mat_type == inner_mat_type && outer_mat_type != outer_mat->type() &&
9356 inner_mat_type != inner_mat->type())
9357 continue;
9358
9359 inner_supplied.insert(inner_mat->getSuppliedItems().begin(),
9360 inner_mat->getSuppliedItems().end());
9361
9362 for (const auto & inner_supplied_name : inner_supplied)
9363 prop_to_mat[inner_supplied_name].insert(inner_mat->name());
9364 }
9365
9366 // Test that a property isn't supplied on multiple blocks
9367 std::set<std::string> intersection;
9368 std::set_intersection(outer_supplied.begin(),
9369 outer_supplied.end(),
9370 inner_supplied.begin(),
9371 inner_supplied.end(),
9372 std::inserter(intersection, intersection.end()));
9373
9374 if (!intersection.empty())
9375 {
9376 std::ostringstream oss;
9377 oss << "The following material properties are declared on block " << it.first
9378 << " by multiple materials:\n";
9379 oss << ConsoleUtils::indent(2) << std::setw(30) << std::left << "Material Property"
9380 << "Material Objects\n";
9381 for (const auto & outer_name : intersection)
9382 {
9383 oss << ConsoleUtils::indent(2) << std::setw(30) << std::left << outer_name;
9384 for (const auto & inner_name : prop_to_mat[outer_name])
9385 oss << inner_name << " ";
9386 oss << '\n';
9387 }
9388
9389 mooseError(oss.str());
9390 break;
9391 }
9392 }
9393 }
9394}
void removeSubstring(std::string &main, const std::string &sub)
MaterialPropertyRegistry _material_prop_registry
const std::string & getSubdomainName(SubdomainID subdomain_id) const
Return the name of a block given an id.
Definition MooseMesh.C:1759
std::string indent(unsigned int spaces)
Create empty string for indenting.

Referenced by FEProblemBase::checkProblemIntegrity().

◆ checkDisplacementOrders()

void FEProblemBase::checkDisplacementOrders ( )
protectedinherited

Verify that SECOND order mesh uses SECOND order displacements.

Definition at line 9200 of file FEProblemBase.C.

9201{
9203 {
9204 bool mesh_has_second_order_elements = false;
9205 for (const auto & elem : as_range(_displaced_mesh->activeLocalElementsBegin(),
9206 _displaced_mesh->activeLocalElementsEnd()))
9207 {
9208 if (elem->default_order() == SECOND)
9209 {
9210 mesh_has_second_order_elements = true;
9211 break;
9212 }
9213 }
9214
9215 // We checked our local elements, so take the max over all processors.
9216 _displaced_mesh->comm().max(mesh_has_second_order_elements);
9217
9218 // If the Mesh has second order elements, make sure the
9219 // displacement variables are second-order.
9220 if (mesh_has_second_order_elements)
9221 {
9222 const std::vector<std::string> & displacement_variables =
9223 _displaced_problem->getDisplacementVarNames();
9224
9225 for (const auto & var_name : displacement_variables)
9226 {
9227 MooseVariableFEBase & mv =
9228 _displaced_problem->getVariable(/*tid=*/0,
9229 var_name,
9232 if (mv.order() != SECOND)
9233 mooseError("Error: mesh has SECOND order elements, so all displacement variables must be "
9234 "SECOND order.");
9235 }
9236 }
9237 }
9238}
libMesh::Order order() const
Get the order of this variable Note: Order enum can be implicitly converted to unsigned int.
void max(const T &r, T &o, Request &req) const
const Parallel::Communicator & comm() const
@ VAR_FIELD_STANDARD
Definition MooseTypes.h:777
SimpleRange< IndexType > as_range(const std::pair< IndexType, IndexType > &p)

Referenced by FEProblemBase::checkProblemIntegrity().

◆ checkDuplicatePostprocessorVariableNames()

void FEProblemBase::checkDuplicatePostprocessorVariableNames ( )
inherited

Definition at line 1649 of file FEProblemBase.C.

1650{
1651 for (const auto & pp : _reporter_data.getPostprocessorNames())
1652 if (hasScalarVariable(pp))
1653 mooseError("Postprocessor \"" + pp +
1654 "\" has the same name as a scalar variable in the system.");
1655}

Referenced by FEProblemBase::checkProblemIntegrity().

◆ checkExceptionAndStopSolve()

void FEProblemBase::checkExceptionAndStopSolve ( bool  print_message = true)
virtualinherited

Check to see if an exception has occurred on any processor and, if possible, force the solve to fail, which will result in the time step being cut.

Notes:

  • The exception have be registered by calling setException() prior to calling this.
  • This is collective on MPI, and must be called simultaneously by all processors!
  • If called when the solve can be interruped, it will do so and also throw a MooseException, which must be handled.
  • If called at a stage in the execution when the solve cannot be interupted (i.e., there is no solve active), it will generate an error and terminate the application.
  • DO NOT CALL THIS IN A THREADED REGION! This is meant to be called just after a threaded section.
Parameters
print_messagewhether to print a message with exception information

Definition at line 7148 of file FEProblemBase.C.

7149{
7151 return;
7152
7153 TIME_SECTION("checkExceptionAndStopSolve", 5);
7154
7155 // See if any processor had an exception. If it did, get back the
7156 // processor that the exception occurred on.
7157 unsigned int processor_id;
7158
7160
7161 if (_has_exception)
7162 {
7164
7166 {
7167 // Print the message
7168 if (_communicator.rank() == 0 && print_message)
7169 {
7170 _console << "\n" << _exception_message << "\n";
7171 if (isTransient())
7172 _console
7173 << "To recover, the solution will fail and then be re-attempted with a reduced time "
7174 "step.\n"
7175 << std::endl;
7176 }
7177
7178 // Stop the solve -- this entails setting
7179 // SNESSetFunctionDomainError() or directly inserting NaNs in the
7180 // residual vector to let PETSc >= 3.6 return DIVERGED_NANORINF.
7181 if (_current_nl_sys)
7183
7186
7187 // and close Aux system (we MUST do this here; see #11525)
7188 _aux->solution().close();
7189
7190 // We've handled this exception, so we no longer have one.
7191 _has_exception = false;
7192
7193 // Force the next non-linear convergence check to fail (and all further residual evaluation
7194 // to be skipped).
7196
7197 // Repropagate the exception, so it can be caught at a higher level, typically
7198 // this is NonlinearSystem::computeResidual().
7200 }
7201 else
7202 mooseError("The following parallel-communicated exception was detected during " +
7203 Moose::stringify(_current_execute_on_flag) + " evaluation:\n" +
7205 "\nBecause this did not occur during residual evaluation, there"
7206 " is no way to handle this, so the solution is aborting.\n");
7207 }
7208}
LinearSystem * _current_linear_sys
The current linear system that we are solving.
std::set< TagID > _fe_vector_tags
std::string _exception_message
The error message to go with an exception.
ExecFlagType _current_execute_on_flag
Current execute_on flag.
bool _skip_exception_check
If or not skip 'exception and stop solve'.
bool _fail_next_system_convergence_check
bool _has_exception
Whether or not an exception has occurred.
virtual bool isTransient() const override
virtual void stopSolve(const ExecFlagType &exec_flag, const std::set< TagID > &vector_tags_to_close) override
Quit the current solve as soon as possible.
Provides a way for users to bail out of the current solve.
virtual void stopSolve(const ExecFlagType &exec_flag, const std::set< TagID > &vector_tags_to_close)=0
Quit the current solve as soon as possible.
void maxloc(T &r, unsigned int &max_id) const
processor_id_type rank() const
void broadcast(T &data, const unsigned int root_id=0, const bool identical_sizes=false) const
bool isSolverExecFlag(const ExecFlagType &exec_flag)
Definition Moose.C:68

Referenced by NonlinearSystemBase::computeJacobianInternal(), FEProblemBase::computeUserObjects(), FEProblemBase::handleException(), DisplacedProblem::updateMesh(), and DisplacedProblem::updateMesh().

◆ checkICRestartError()

void FEProblemBase::checkICRestartError ( const std::string &  ic_name,
const std::string &  name,
const VariableName &  var_name 
)
privateinherited

Checks if the variable of the initial condition is getting restarted and errors for specific cases.

Parameters
ic_nameThe name of the initial condition
var_nameThe name of the variable

Definition at line 3738 of file FEProblemBase.C.

3741{
3743 {
3744 std::string restart_method = "";
3745 if (_app.isRestarting())
3746 restart_method =
3747 "a checkpoint restart, by IC object '" + ic_name + "' for variable '" + name + "'";
3748 else if (_app.getExReaderForRestart())
3749 {
3750 std::vector<std::string> restarted_vars = _app.getExReaderForRestart()->get_elem_var_names();
3751 const auto nodal_vars = _app.getExReaderForRestart()->get_nodal_var_names();
3752 const auto global_vars = _app.getExReaderForRestart()->get_global_var_names();
3753 restarted_vars.insert(restarted_vars.end(), nodal_vars.begin(), nodal_vars.end());
3754 restarted_vars.insert(restarted_vars.end(), global_vars.begin(), global_vars.end());
3755
3756 if (std::find(restarted_vars.begin(), restarted_vars.end(), var_name) != restarted_vars.end())
3757 restart_method = "an Exodus restart, by IC object '" + ic_name + "' for variable '" + name +
3758 "' that is also being restarted";
3759 }
3760 if (!restart_method.empty())
3761 mooseError(
3762 "Initial conditions have been specified during ",
3763 restart_method,
3764 ".\nThis is only allowed if you specify 'allow_initial_conditions_with_restart' to "
3765 "the [Problem], as initial conditions can override restarted fields");
3766 }
3767}
const bool _allow_ics_during_restart
bool isRestarting() const
Whether or not this is a "restart" calculation.
Definition MooseApp.C:1681
libMesh::ExodusII_IO * getExReaderForRestart() const
Get the Exodus reader to restart variables from an Exodus mesh file.
Definition MooseApp.h:449
const std::vector< std::string > & get_global_var_names()
const std::vector< std::string > & get_elem_var_names()
const std::vector< std::string > & get_nodal_var_names()

Referenced by FEProblemBase::addFVInitialCondition(), and FEProblemBase::addInitialCondition().

◆ checkingUOAuxState()

bool FEProblemBase::checkingUOAuxState ( ) const
inlineinherited

Return a flag to indicate whether we are executing user objects and auxliary kernels for state check Note: This function can return true only when hasUOAuxStateCheck() returns true, i.e.

the check has been activated by users through Problem/check_uo_aux_state input parameter.

Definition at line 229 of file FEProblemBase.h.

229{ return _checking_uo_aux_state; }
bool _checking_uo_aux_state
Flag used to indicate whether we are doing the uo/aux state check in execute.

Referenced by MemoryUsage::execute(), VectorMemoryUsage::execute(), MemoryUsage::finalize(), PerfGraphData::finalize(), and VectorMemoryUsage::finalize().

◆ checkNonlocalCoupling()

void FEProblemBase::checkNonlocalCoupling ( )
inherited
Returns
Flag indicating nonlocal coupling exists or not.

Definition at line 1788 of file FEProblemBase.C.

1789{
1790 TIME_SECTION("checkNonlocalCoupling", 5, "Checking Nonlocal Coupling");
1791
1792 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
1793 for (auto & nl : _nl)
1794 {
1795 const auto & all_kernels = nl->getKernelWarehouse();
1796 const auto & kernels = all_kernels.getObjects(tid);
1797 for (const auto & kernel : kernels)
1798 {
1799 std::shared_ptr<NonlocalKernel> nonlocal_kernel =
1800 std::dynamic_pointer_cast<NonlocalKernel>(kernel);
1801 if (nonlocal_kernel)
1802 {
1805 _nonlocal_kernels.addObject(kernel, tid);
1806 }
1807 }
1808 const MooseObjectWarehouse<IntegratedBCBase> & all_integrated_bcs =
1809 nl->getIntegratedBCWarehouse();
1810 const auto & integrated_bcs = all_integrated_bcs.getObjects(tid);
1811 for (const auto & integrated_bc : integrated_bcs)
1812 {
1813 std::shared_ptr<NonlocalIntegratedBC> nonlocal_integrated_bc =
1814 std::dynamic_pointer_cast<NonlocalIntegratedBC>(integrated_bc);
1815 if (nonlocal_integrated_bc)
1816 {
1819 _nonlocal_integrated_bcs.addObject(integrated_bc, tid);
1820 }
1821 }
1822 }
1823}
MooseObjectWarehouse< IntegratedBCBase > _nonlocal_integrated_bcs
nonlocal integrated_bcs
MooseObjectWarehouse< KernelBase > _nonlocal_kernels
nonlocal kernels
bool _requires_nonlocal_coupling
nonlocal coupling requirement flag
bool _calculate_jacobian_in_uo
const std::vector< std::shared_ptr< T > > & getObjects(THREAD_ID tid=0) const
Retrieve complete vector to the all/block/boundary restricted objects for a given thread.
A storage container for MooseObjects that inherit from SetupInterface.

◆ checkNonlocalCouplingRequirement()

bool FEProblemBase::checkNonlocalCouplingRequirement ( ) const
overridevirtualinherited
Returns
whether there will be nonlocal coupling at any point in the simulation, e.g. whether there are any active \emph or inactive nonlocal kernels or boundary conditions

Implements SubProblem.

Definition at line 10265 of file FEProblemBase.C.

10266{
10268}

Referenced by DisplacedProblem::checkNonlocalCouplingRequirement(), ComputeJacobianThread::compute(), ComputeJacobianThread::compute(), ComputeFullJacobianThread::computeOnBoundary(), and ComputeFullJacobianThread::computeOnElement().

◆ checkProblemIntegrity()

void FEProblemBase::checkProblemIntegrity ( )
virtualinherited

Method called to perform a series of sanity checks before a simulation is run.

This method doesn't return when errors are found, instead it generally calls mooseError() directly.

If a material is specified for any block in the simulation, then all blocks must have a material specified.

unsigned int is necessary to print SubdomainIDs in the statement below

vector is necessary to get the subdomain names

Reimplemented in EigenProblem.

Definition at line 9028 of file FEProblemBase.C.

9029{
9030 TIME_SECTION("checkProblemIntegrity", 5);
9031
9032 // Subdomains specified by the "Problem/block" parameter
9033 const auto & subdomain_names = getParam<std::vector<SubdomainName>>("block");
9034 auto mesh_subdomains_vec = MooseMeshUtils::getSubdomainIDs(_mesh, subdomain_names);
9035 std::set<SubdomainID> mesh_subdomains(mesh_subdomains_vec.begin(), mesh_subdomains_vec.end());
9036
9037 // Check kernel coverage of subdomains (blocks) in the mesh
9040 {
9041 std::set<SubdomainID> blocks;
9044 blocks = mesh_subdomains;
9046 {
9047 blocks = mesh_subdomains;
9048 for (const auto & subdomain_name : _kernel_coverage_blocks)
9049 {
9050 const auto id = _mesh.getSubdomainID(subdomain_name);
9051 if (id == Moose::INVALID_BLOCK_ID)
9052 paramError("kernel_coverage_block_list",
9053 "Subdomain \"",
9054 subdomain_name,
9055 "\" not found in mesh.");
9056 blocks.erase(id);
9057 }
9058 }
9060 for (const auto & subdomain_name : _kernel_coverage_blocks)
9061 {
9062 const auto id = _mesh.getSubdomainID(subdomain_name);
9063 if (id == Moose::INVALID_BLOCK_ID)
9064 paramError("kernel_coverage_block_list",
9065 "Subdomain \"",
9066 subdomain_name,
9067 "\" not found in mesh.");
9068 blocks.insert(id);
9069 }
9070 if (!blocks.empty())
9071 for (auto & nl : _nl)
9072 nl->checkKernelCoverage(blocks);
9073 }
9074
9075 // Check materials
9076 {
9077#ifdef LIBMESH_ENABLE_AMR
9078 if ((_adaptivity.isOn() || _num_grid_steps) &&
9081 {
9082 _console << "Using EXPERIMENTAL Stateful Material Property projection with Adaptivity!\n"
9083 << std::flush;
9084 }
9085#endif
9086
9087 std::set<SubdomainID> local_mesh_subs(mesh_subdomains);
9088
9091 {
9096 bool check_material_coverage = false;
9097 std::set<SubdomainID> ids = _all_materials.getActiveBlocks();
9098 for (const auto & id : ids)
9099 {
9100 local_mesh_subs.erase(id);
9101 check_material_coverage = true;
9102 }
9103
9104 // did the user limit the subdomains to be checked?
9106 {
9107 for (const auto & subdomain_name : _material_coverage_blocks)
9108 {
9109 const auto id = _mesh.getSubdomainID(subdomain_name);
9110 if (id == Moose::INVALID_BLOCK_ID)
9111 paramError("material_coverage_block_list",
9112 "Subdomain \"" + subdomain_name + "\" not found in mesh.");
9113 local_mesh_subs.erase(id);
9114 }
9115 }
9117 {
9118 std::set<SubdomainID> blocks(local_mesh_subs);
9119 for (const auto & subdomain_name : _material_coverage_blocks)
9120 {
9121 const auto id = _mesh.getSubdomainID(subdomain_name);
9122 if (id == Moose::INVALID_BLOCK_ID)
9123 paramError("material_coverage_block_list",
9124 "Subdomain \"" + subdomain_name + "\" not found in mesh.");
9125 blocks.erase(id);
9126 }
9127 for (const auto id : blocks)
9128 local_mesh_subs.erase(id);
9129 }
9130
9131 // also exclude mortar spaces from the material check
9132 auto && mortar_subdomain_ids = _mortar_data->getMortarSubdomainIDs();
9133 for (auto subdomain_id : mortar_subdomain_ids)
9134 local_mesh_subs.erase(subdomain_id);
9135
9136 // Check Material Coverage
9137 if (check_material_coverage && !local_mesh_subs.empty())
9138 {
9139 std::stringstream extra_subdomain_ids;
9141 std::copy(local_mesh_subs.begin(),
9142 local_mesh_subs.end(),
9143 std::ostream_iterator<unsigned int>(extra_subdomain_ids, " "));
9145 std::vector<SubdomainID> local_mesh_subs_vec(local_mesh_subs.begin(),
9146 local_mesh_subs.end());
9147
9148 mooseError("The following blocks from your input mesh do not contain an active material: " +
9149 extra_subdomain_ids.str() +
9150 "(names: " + Moose::stringify(_mesh.getSubdomainNames(local_mesh_subs_vec)) +
9151 ")\nWhen ANY mesh block contains a Material object, "
9152 "all blocks must contain a Material object.\n");
9153 }
9154 }
9155
9156 // Check material properties on blocks and boundaries
9159
9160 // Check that material properties exist when requested by other properties on a given block
9161 const auto & materials = _all_materials.getActiveObjects();
9162 for (const auto & material : materials)
9163 material->checkStatefulSanity();
9164
9165 // auto mats_to_check = _materials.getActiveBlockObjects();
9166 // const auto & discrete_materials = _discrete_materials.getActiveBlockObjects();
9167 // for (const auto & map_it : discrete_materials)
9168 // for (const auto & container_element : map_it.second)
9169 // mats_to_check[map_it.first].push_back(container_element);
9172 }
9173
9175
9176 // Verify that we don't have any Element type/Coordinate Type conflicts
9178
9179 // Coordinate transforms are only intended for use with MultiApps at this time. If you are not
9180 // using multiapps but still require these, contact a moose developer
9182 !hasMultiApps())
9183 mooseError("Coordinate transformation parameters, listed below, are only to be used in the "
9184 "context of application to application field transfers at this time. The mesh is "
9185 "not modified by these parameters within an application.\n"
9186 "You should likely use a 'TransformGenerator' in the [Mesh] block to achieve the "
9187 "desired mesh modification.\n\n",
9189
9190 // If using displacements, verify that the order of the displacement
9191 // variables matches the order of the elements in the displaced
9192 // mesh.
9194
9195 // Check for postprocessor names with same name as a scalar variable
9197}
char ** blocks
std::vector< SubdomainName > _material_coverage_blocks
void checkDependMaterialsHelper(const std::map< SubdomainID, std::vector< std::shared_ptr< MaterialBase > > > &materials_map)
Helper method for checking Material object dependency.
const bool _skip_nl_system_check
const bool & _solve
Whether or not to actually solve the nonlinear system.
void checkDisplacementOrders()
Verify that SECOND order mesh uses SECOND order displacements.
std::unique_ptr< MortarInterfaceWarehouse > _mortar_data
CoverageCheckMode _kernel_coverage_check
Determines whether and which subdomains are to be checked to ensure that they have an active kernel.
void checkUserObjects()
const bool _material_dependency_check
Determines whether a check to verify material dependencies on every subdomain.
bool hasMultiApps() const
Returns whether or not the current simulation has any multiapps.
void checkCoordinateSystems()
Verify that there are no element type/coordinate type conflicts.
void checkDuplicatePostprocessorVariableNames()
CoverageCheckMode _material_coverage_check
Determines whether and which subdomains are to be checked to ensure that they have an active material...
std::vector< SubdomainName > _kernel_coverage_blocks
bool hasScalingOrRotationTransformation() const
Returns true if the app has scaling and/or rotation transformation.
static InputParameters validParams()
Describes the parameters this object can take to setup transformations.
void paramError(const std::string &param, Args... args) const
Emits an error prefixed with the file and line number of the given param (from the input file) along ...
Definition MooseBase.h:457
std::vector< SubdomainName > getSubdomainNames(const std::vector< SubdomainID > &subdomain_ids) const
Get the associated subdomainNames for the subdomain ids that are passed in.
Definition MooseMesh.C:1765
MooseAppCoordTransform & coordTransform()
Definition MooseMesh.h:2062
SubdomainID getSubdomainID(const SubdomainName &subdomain_name) const
Get the associated subdomain ID for the subdomain name.
Definition MooseMesh.C:1723
std::set< SubdomainID > getActiveBlocks(THREAD_ID tid=0) const
Return a set of active SubdomainsIDs.
const std::map< SubdomainID, std::vector< std::shared_ptr< T > > > & getActiveBlockObjects(THREAD_ID tid=0) const
virtual void checkBoundaryMatProps()
Checks boundary material properties integrity.
Definition SubProblem.C:664
virtual void checkBlockMatProps()
Checks block material properties integrity.
Definition SubProblem.C:622
std::vector< subdomain_id_type > getSubdomainIDs(const libMesh::MeshBase &mesh, const std::vector< SubdomainName > &subdomain_name)
Get the associated subdomainIDs for the subdomain names that are passed in.
const SubdomainID INVALID_BLOCK_ID
Definition MooseTypes.C:20

Referenced by EigenProblem::checkProblemIntegrity().

◆ checkResidualForNans()

virtual bool FEProblemBase::checkResidualForNans ( ) const
inlineoverridevirtualinherited

Whether to check residual for NaN/Inf values.

Implements SubProblem.

Definition at line 232 of file FEProblemBase.h.

232{ return _check_residual_for_nans; }
bool _check_residual_for_nans
Whether to check the residual for NaN or Inf values.

Referenced by DisplacedProblem::checkResidualForNans().

◆ checkUserObjectJacobianRequirement()

void FEProblemBase::checkUserObjectJacobianRequirement ( THREAD_ID  tid)
inherited

Definition at line 1826 of file FEProblemBase.C.

1827{
1828 std::set<const MooseVariableFEBase *> uo_jacobian_moose_vars;
1829 {
1830 std::vector<ShapeElementUserObject *> objs;
1831 theWarehouse()
1832 .query()
1834 .condition<AttribThread>(tid)
1835 .queryInto(objs);
1836
1837 for (const auto & uo : objs)
1838 {
1839 _calculate_jacobian_in_uo = uo->computeJacobianFlag();
1840 const auto & mv_deps = uo->jacobianMooseVariables();
1841 uo_jacobian_moose_vars.insert(mv_deps.begin(), mv_deps.end());
1842 }
1843 }
1844 {
1845 std::vector<ShapeSideUserObject *> objs;
1846 theWarehouse()
1847 .query()
1849 .condition<AttribThread>(tid)
1850 .queryInto(objs);
1851 for (const auto & uo : objs)
1852 {
1853 _calculate_jacobian_in_uo = uo->computeJacobianFlag();
1854 const auto & mv_deps = uo->jacobianMooseVariables();
1855 uo_jacobian_moose_vars.insert(mv_deps.begin(), mv_deps.end());
1856 }
1857 }
1858
1859 _uo_jacobian_moose_vars[tid].assign(uo_jacobian_moose_vars.begin(), uo_jacobian_moose_vars.end());
1860 std::sort(
1861 _uo_jacobian_moose_vars[tid].begin(), _uo_jacobian_moose_vars[tid].end(), sortMooseVariables);
1862}
@ ShapeSideUserObject
@ ShapeElementUserObject
std::vector< std::vector< const MooseVariableFEBase * > > _uo_jacobian_moose_vars
QueryCache & condition(Args &&... args)
Adds a new condition to the query.
Query query()
query creates and returns an initialized a query object for querying objects from the warehouse.

◆ checkUserObjectNameCollision()

void FEProblemBase::checkUserObjectNameCollision ( const std::string &  name,
const std::string &  type 
) const
inherited

Check for name collision between different user objects.

Parameters
nameThe object name being added
typeThe object type being added

Definition at line 4636 of file FEProblemBase.C.

4638{
4639 if (hasUserObject(name))
4640 mooseError("A ",
4642 " already exists. You may not add a ",
4643 type,
4644 " by the same name.");
4645
4646#ifdef MOOSE_KOKKOS_ENABLED
4648 mooseError("A ",
4649 getKokkosUserObject<UserObjectBase>(name).typeAndName(),
4650 " already exists. You may not add a ",
4651 type,
4652 " by the same name.");
4653#endif
4654}
bool hasKokkosUserObject(const std::string &name) const
Check if there if a Kokkos user object of given name.
bool hasUserObject(const std::string &name) const
Check if there if a user object of given name.
const UserObject & getUserObjectBase(const std::string &name, const THREAD_ID tid=0) const
Get the user object by its name.
std::string typeAndName() const
Get the class's combined type and name; useful in error handling.
Definition MooseBase.C:57

Referenced by FEProblemBase::addPostprocessor(), MFEMProblem::addPostprocessor(), FEProblemBase::addReporter(), FEProblemBase::addVectorPostprocessor(), and MFEMProblem::addVectorPostprocessor().

◆ checkUserObjects()

void FEProblemBase::checkUserObjects ( )
protectedinherited

Definition at line 9241 of file FEProblemBase.C.

9242{
9243 // Check user_objects block coverage
9244 std::set<SubdomainID> mesh_subdomains = _mesh.meshSubdomains();
9245 std::set<SubdomainID> user_objects_blocks;
9246
9247 // gather names of all user_objects that were defined in the input file
9248 // and the blocks that they are defined on
9249 std::set<std::string> names;
9250
9251 std::vector<UserObjectBase *> objects;
9253
9254 for (const auto & obj : objects)
9255 names.insert(obj->name());
9256
9257 // See if all referenced blocks are covered
9258 std::set<SubdomainID> difference;
9259 std::set_difference(user_objects_blocks.begin(),
9260 user_objects_blocks.end(),
9261 mesh_subdomains.begin(),
9262 mesh_subdomains.end(),
9263 std::inserter(difference, difference.end()));
9264
9265 if (!difference.empty())
9266 {
9267 std::ostringstream oss;
9268 oss << "One or more UserObjects is referencing a nonexistent block:\n";
9269 for (const auto & id : difference)
9270 oss << id << "\n";
9271 mooseError(oss.str());
9272 }
9273}
const std::set< SubdomainID > & meshSubdomains() const
Returns a read-only reference to the set of subdomains currently present in the Mesh.
Definition MooseMesh.C:3280

Referenced by FEProblemBase::checkProblemIntegrity().

◆ clearActiveElementalMooseVariables()

void FEProblemBase::clearActiveElementalMooseVariables ( const THREAD_ID  tid)
overridevirtualinherited

Clear the active elemental MooseVariableFEBase.

If there are no active variables then they will all be reinited. Call this after finishing the computation that was using a restricted set of MooseVariableFEBases

Parameters
tidThe thread id

Reimplemented from SubProblem.

Definition at line 6546 of file FEProblemBase.C.

6547{
6549
6551 _displaced_problem->clearActiveElementalMooseVariables(tid);
6552}
virtual void clearActiveElementalMooseVariables(const THREAD_ID tid)
Clear the active elemental MooseVariableFieldBase.
Definition SubProblem.C:465

Referenced by ComputeDiracThread::post(), ComputeIndicatorThread::post(), ComputeMarkerThread::post(), ComputeMaterialsObjectThread::post(), and ComputeUserObjectsThread::post().

◆ clearActiveFEVariableCoupleableMatrixTags()

void FEProblemBase::clearActiveFEVariableCoupleableMatrixTags ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6555 of file FEProblemBase.C.

6556{
6558
6560 _displaced_problem->clearActiveFEVariableCoupleableMatrixTags(tid);
6561}
virtual void clearActiveFEVariableCoupleableMatrixTags(const THREAD_ID tid)
Definition SubProblem.C:383

◆ clearActiveFEVariableCoupleableVectorTags()

void FEProblemBase::clearActiveFEVariableCoupleableVectorTags ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6564 of file FEProblemBase.C.

6565{
6567
6569 _displaced_problem->clearActiveFEVariableCoupleableVectorTags(tid);
6570}
virtual void clearActiveFEVariableCoupleableVectorTags(const THREAD_ID tid)
Definition SubProblem.C:377

◆ clearActiveMaterialProperties()

void FEProblemBase::clearActiveMaterialProperties ( const THREAD_ID  tid)
inherited

Clear the active material properties.

Should be called at the end of every computing thread

Parameters
tidThe thread id

Definition at line 6612 of file FEProblemBase.C.

6613{
6615}
std::vector< unsigned char > _has_active_material_properties
Whether there are active material properties on each thread.

Referenced by NodalPatchRecovery::compute(), ComputeDiracThread::post(), ComputeIndicatorThread::post(), ComputeUserObjectsThread::post(), ComputeIndicatorThread::subdomainChanged(), and ComputeMarkerThread::subdomainChanged().

◆ clearActiveScalarVariableCoupleableMatrixTags()

void FEProblemBase::clearActiveScalarVariableCoupleableMatrixTags ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6573 of file FEProblemBase.C.

6574{
6576
6578 _displaced_problem->clearActiveScalarVariableCoupleableMatrixTags(tid);
6579}
virtual void clearActiveScalarVariableCoupleableMatrixTags(const THREAD_ID tid)
Definition SubProblem.C:424

Referenced by AuxiliarySystem::clearScalarVariableCoupleableTags().

◆ clearActiveScalarVariableCoupleableVectorTags()

void FEProblemBase::clearActiveScalarVariableCoupleableVectorTags ( const THREAD_ID  tid)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6582 of file FEProblemBase.C.

6583{
6585
6587 _displaced_problem->clearActiveScalarVariableCoupleableVectorTags(tid);
6588}
virtual void clearActiveScalarVariableCoupleableVectorTags(const THREAD_ID tid)
Definition SubProblem.C:418

Referenced by AuxiliarySystem::clearScalarVariableCoupleableTags().

◆ clearAllDofIndices()

void SubProblem::clearAllDofIndices ( )
inherited

Clear dof indices from variables in nl and aux systems.

Definition at line 1192 of file SubProblem.C.

1193{
1194 for (const auto nl_sys_num : make_range(numNonlinearSystems()))
1197}
void clearAllDofIndices()
Clear dof indices from variables in nl and aux systems.
virtual const SystemBase & systemBaseAuxiliary() const =0
Return the auxiliary system object as a base class reference.
void clearAllDofIndices()
Clear all dof indices from moose variables.

Referenced by FEProblemBase::solve().

◆ clearCurrentJacobianMatrixTags()

void FEProblemBase::clearCurrentJacobianMatrixTags ( )
inlineinherited

Clear the current Jacobian matrix tag data structure ... if someone creates it.

Definition at line 2972 of file FEProblemBase.h.

2972{}

Referenced by FEProblemBase::resetState().

◆ clearCurrentResidualVectorTags()

void FEProblemBase::clearCurrentResidualVectorTags ( )
inlineinherited

Clear the current residual vector tag data structure.

Definition at line 3903 of file FEProblemBase.h.

3904{
3906}
std::vector< VectorTag > _current_residual_vector_tags
A data member to store the residual vector tag(s) passed into computeResidualTag(s).

Referenced by CrankNicolson::init(), and FEProblemBase::resetState().

◆ clearDiracInfo()

void FEProblemBase::clearDiracInfo ( )
overridevirtualinherited

Gets called before Dirac Kernels are asked to add the points they are supposed to be evaluated in.

Implements SubProblem.

Definition at line 2650 of file FEProblemBase.C.

2651{
2653
2655 _displaced_problem->clearDiracInfo();
2656}
void clearPoints()
Remove all of the current points and elements.
DiracKernelInfo _dirac_kernel_info

Referenced by NonlinearSystemBase::computeDiracContributions().

◆ cloneAlgebraicGhostingFunctor()

void SubProblem::cloneAlgebraicGhostingFunctor ( libMesh::GhostingFunctor algebraic_gf,
bool  to_mesh = true 
)
privateinherited

Creates (n_sys - 1) clones of the provided algebraic ghosting functor (corresponding to the nonlinear system algebraic ghosting functor), initializes the clone with the appropriate DofMap, and then adds the clone to said DofMap.

Parameters
algebraic_gfthe (nonlinear system's) algebraic ghosting functor to clone
to_meshwhether the clone should be added to the corresponding DofMap's underlying MeshBase (the underlying MeshBase will be the same for every system held by this object's EquationSystems object)

Definition at line 1016 of file SubProblem.C.

1017{
1018 EquationSystems & eq = es();
1019 const auto n_sys = eq.n_systems();
1020
1021 auto pr = _root_alg_gf_to_sys_clones.emplace(
1022 &algebraic_gf, std::vector<std::shared_ptr<libMesh::GhostingFunctor>>(n_sys - 1));
1023 mooseAssert(pr.second, "We are adding a duplicate algebraic ghosting functor");
1024 auto & clones_vec = pr.first->second;
1025
1026 for (MooseIndex(n_sys) i = 1; i < n_sys; ++i)
1027 {
1028 DofMap & dof_map = eq.get_system(i).get_dof_map();
1029 std::shared_ptr<libMesh::GhostingFunctor> clone_alg_gf = algebraic_gf.clone();
1030 std::dynamic_pointer_cast<RelationshipManager>(clone_alg_gf)
1031 ->init(mesh(), *algebraic_gf.get_mesh(), &dof_map);
1032 dof_map.add_algebraic_ghosting_functor(clone_alg_gf, to_mesh);
1033 clones_vec[i - 1] = clone_alg_gf;
1034 }
1035}
std::unordered_map< libMesh::GhostingFunctor *, std::vector< std::shared_ptr< libMesh::GhostingFunctor > > > _root_alg_gf_to_sys_clones
A map from a root algebraic ghosting functor, e.g.
virtual std::unique_ptr< GhostingFunctor > clone() const=0
const MeshBase * get_mesh() const

Referenced by SubProblem::addAlgebraicGhostingFunctor().

◆ cloneCouplingGhostingFunctor()

void SubProblem::cloneCouplingGhostingFunctor ( libMesh::GhostingFunctor coupling_gf,
bool  to_mesh = true 
)
privateinherited

Creates (n_sys - 1) clones of the provided coupling ghosting functor (corresponding to the nonlinear system coupling ghosting functor), initializes the clone with the appropriate DofMap, and then adds the clone to said DofMap.

Parameters
coupling_gfthe (nonlinear system's) coupling ghosting functor to clone
to_meshwhether the clone should be added to the corresponding DofMap's underlying MeshBase (the underlying MeshBase will be the same for every system held by this object's EquationSystems object)

Definition at line 1050 of file SubProblem.C.

1051{
1052 const std::size_t num_nl_sys = numNonlinearSystems();
1053
1054 auto pr = _root_coupling_gf_to_sys_clones.emplace(
1055 &coupling_gf, std::vector<std::shared_ptr<libMesh::GhostingFunctor>>(num_nl_sys - 1));
1056 mooseAssert(pr.second, "We are adding a duplicate coupling functor");
1057 auto & clones_vec = pr.first->second;
1058
1059 for (const auto i : make_range(std::size_t(1), num_nl_sys))
1060 {
1061 DofMap & dof_map = systemBaseNonlinear(i).system().get_dof_map();
1062 std::shared_ptr<libMesh::GhostingFunctor> clone_coupling_gf = coupling_gf.clone();
1063 std::dynamic_pointer_cast<RelationshipManager>(clone_coupling_gf)
1064 ->init(mesh(), *coupling_gf.get_mesh(), &dof_map);
1065 dof_map.add_coupling_functor(clone_coupling_gf, to_mesh);
1066 clones_vec[i - 1] = clone_coupling_gf;
1067 }
1068}
std::unordered_map< libMesh::GhostingFunctor *, std::vector< std::shared_ptr< libMesh::GhostingFunctor > > > _root_coupling_gf_to_sys_clones
A map from a root coupling ghosting functor, e.g.

Referenced by SubProblem::addCouplingGhostingFunctor().

◆ computeBounds()

void FEProblemBase::computeBounds ( libMesh::NonlinearImplicitSystem sys,
NumericVector< libMesh::Number > &  lower,
NumericVector< libMesh::Number > &  upper 
)
virtualinherited

Definition at line 8195 of file FEProblemBase.C.

8198{
8199 try
8200 {
8201 try
8202 {
8203 mooseAssert(_current_nl_sys && (sys.number() == _current_nl_sys->number()),
8204 "I expect these system numbers to be the same");
8205
8206 if (!_current_nl_sys->hasVector("lower_bound") || !_current_nl_sys->hasVector("upper_bound"))
8207 return;
8208
8209 TIME_SECTION("computeBounds", 1, "Computing Bounds");
8210
8211 NumericVector<Number> & _lower = _current_nl_sys->getVector("lower_bound");
8212 NumericVector<Number> & _upper = _current_nl_sys->getVector("upper_bound");
8213 _lower.swap(lower);
8214 _upper.swap(upper);
8215 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); tid++)
8217
8218 _aux->residualSetup();
8220 _lower.swap(lower);
8221 _upper.swap(upper);
8222 }
8223 catch (...)
8224 {
8225 handleException("computeBounds");
8226 }
8227 }
8228 catch (MooseException & e)
8229 {
8230 mooseError("Irrecoverable exception: " + std::string(e.what()));
8231 }
8232 catch (...)
8233 {
8234 mooseError("Unexpected exception type");
8235 }
8236}
const ExecFlagType EXEC_LINEAR
Definition Moose.C:32
void computeSystems(const ExecFlagType &type)
Do generic system computations.
void handleException(const std::string &calling_method)
Handle exceptions.
virtual void residualSetup(THREAD_ID tid=0) const override
virtual const char * what() const
Get out the error message.
virtual NumericVector< Number > & getVector(const std::string &name)
Get a raw NumericVector by name.
Definition SystemBase.C:932
virtual void swap(NumericVector< T > &v)

Referenced by Moose::compute_bounds().

◆ computeDamping()

Real FEProblemBase::computeDamping ( const NumericVector< libMesh::Number > &  soln,
const NumericVector< libMesh::Number > &  update 
)
virtualinherited

Definition at line 8477 of file FEProblemBase.C.

8479{
8480 // Default to no damping
8481 Real damping = 1.0;
8482
8483 if (_has_dampers)
8484 {
8485 TIME_SECTION("computeDamping", 1, "Computing Damping");
8486
8487 // Save pointer to the current solution
8488 const NumericVector<Number> * _saved_current_solution = _current_nl_sys->currentSolution();
8489
8491 // For now, do not re-compute auxiliary variables. Doing so allows a wild solution increment
8492 // to get to the material models, which may not be able to cope with drastically different
8493 // values. Once more complete dependency checking is in place, auxiliary variables (and
8494 // material properties) will be computed as needed by dampers.
8495 // _aux.compute();
8496 damping = _current_nl_sys->computeDamping(soln, update);
8497
8498 // restore saved solution
8499 _current_nl_sys->setSolution(*_saved_current_solution);
8500 }
8501
8502 return damping;
8503}
Real computeDamping(const NumericVector< Number > &solution, const NumericVector< Number > &update)
Compute damping.
void setSolution(const NumericVector< Number > &soln)
Set the solution to a given vector.
virtual const NumericVector< Number > *const & currentSolution() const override final
The solution vector that is currently being operated on.

Referenced by FEProblemBase::computePostCheck().

◆ computeIndicators()

void FEProblemBase::computeIndicators ( )
virtualinherited

Reimplemented in DumpObjectsProblem.

Definition at line 5069 of file FEProblemBase.C.

5070{
5071 // Initialize indicator aux variable fields
5073 {
5074 TIME_SECTION("computeIndicators", 1, "Computing Indicators");
5075
5076 // Internal side indicators may lead to creating a much larger sparsity pattern than dictated by
5077 // the actual finite element scheme (e.g. CFEM)
5078 const auto old_do_derivatives = ADReal::do_derivatives;
5079 ADReal::do_derivatives = false;
5080
5081 std::vector<std::string> fields;
5082
5083 // Indicator Fields
5084 const auto & indicators = _indicators.getActiveObjects();
5085 for (const auto & indicator : indicators)
5086 fields.push_back(indicator->name());
5087
5088 // InternalSideIndicator Fields
5089 const auto & internal_indicators = _internal_side_indicators.getActiveObjects();
5090 for (const auto & internal_indicator : internal_indicators)
5091 fields.push_back(internal_indicator->name());
5092
5093 _aux->zeroVariables(fields);
5094
5095 // compute Indicators
5096 ComputeIndicatorThread cit(*this);
5098 _aux->solution().close();
5099 _aux->update();
5100
5101 ComputeIndicatorThread finalize_cit(*this, true);
5103 _aux->solution().close();
5104 _aux->update();
5105
5106 ADReal::do_derivatives = old_do_derivatives;
5107 }
5108}
const libMesh::ConstElemRange & getCurrentAlgebraicElementRange()
These are the element and nodes that contribute to the jacobian and residual for this local processor...
bool hasActiveObjects(THREAD_ID tid=0) const
void parallel_reduce(const Range &range, Body &body, unsigned int n_threads=libMesh::n_threads())
PetscErrorCode PetscInt const PetscInt fields[]

Referenced by FEProblemBase::computeIndicatorsAndMarkers(), TransientBase::endStep(), Eigenvalue::execute(), SteadyBase::execute(), MFEMSteady::execute(), and FEProblemBase::initialAdaptMesh().

◆ computeIndicatorsAndMarkers()

void FEProblemBase::computeIndicatorsAndMarkers ( )
virtualinherited

Definition at line 5062 of file FEProblemBase.C.

5063{
5066}
virtual void computeIndicators()

◆ computeJacobian()

void FEProblemBase::computeJacobian ( const NumericVector< libMesh::Number > &  soln,
libMesh::SparseMatrix< libMesh::Number > &  jacobian,
const unsigned int  nl_sys_num 
)
virtualinherited

Form a Jacobian matrix with the default tag (system).

Reimplemented in EigenProblem.

Definition at line 8020 of file FEProblemBase.C.

8023{
8024 setCurrentNonlinearSystem(nl_sys_num);
8025
8026 _fe_matrix_tags.clear();
8027
8028 auto & tags = getMatrixTags();
8029 for (auto & tag : tags)
8030 _fe_matrix_tags.insert(tag.second);
8031
8033}
std::set< TagID > _fe_matrix_tags
void setCurrentNonlinearSystem(const unsigned int nl_sys_num)
virtual void computeJacobianInternal(const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian, const std::set< TagID > &tags)
Form a Jacobian matrix for multiple tags.
virtual std::map< TagName, TagID > & getMatrixTags()
Return all matrix tags in the system, where a tag is represented by a map from name to ID.
Definition SubProblem.h:253

Referenced by FEProblemBase::computeJacobianSys().

◆ computeJacobianBlock()

void FEProblemBase::computeJacobianBlock ( libMesh::SparseMatrix< libMesh::Number > &  jacobian,
libMesh::System precond_system,
unsigned int  ivar,
unsigned int  jvar 
)
virtualinherited

Really not a good idea to use this.

It computes just one block of the Jacobian into a smaller matrix. Calling this in a loop is EXTREMELY ineffecient! Try to use computeJacobianBlocks() instead!

Parameters
jacobianThe matrix you want to fill
precond_systemThe libMesh::system of the preconditioning system
ivarthe block-row of the Jacobian
jvarthe block-column of the Jacobian

Definition at line 8183 of file FEProblemBase.C.

8187{
8188 JacobianBlock jac_block(precond_system, jacobian, ivar, jvar);
8189 std::vector<JacobianBlock *> blocks = {&jac_block};
8190 mooseAssert(_current_nl_sys, "This should be non-null");
8192}
virtual void computeJacobianBlocks(std::vector< JacobianBlock * > &blocks, const unsigned int nl_sys_num)
Computes several Jacobian blocks simultaneously, summing their contributions into smaller preconditio...
Helper class for holding the preconditioning blocks to fill.

◆ computeJacobianBlocks()

void FEProblemBase::computeJacobianBlocks ( std::vector< JacobianBlock * > &  blocks,
const unsigned int  nl_sys_num 
)
virtualinherited

Computes several Jacobian blocks simultaneously, summing their contributions into smaller preconditioning matrices.

Used by Physics-based preconditioning

Parameters
blocksThe blocks to fill in (JacobianBlock is defined in ComputeJacobianBlocksThread)

Reimplemented in EigenProblem.

Definition at line 8163 of file FEProblemBase.C.

8165{
8166 TIME_SECTION("computeTransientImplicitJacobian", 2);
8167 setCurrentNonlinearSystem(nl_sys_num);
8168
8170 {
8172 _displaced_problem->updateMesh();
8173 }
8174
8176
8180}
const ExecFlagType EXEC_NONLINEAR
Definition Moose.C:34
const ExecFlagType EXEC_PRE_DISPLACE
Definition Moose.C:55
void computeJacobianBlocks(std::vector< JacobianBlock * > &blocks)
Computes several Jacobian blocks simultaneously, summing their contributions into smaller preconditio...
bool _currently_computing_jacobian
Flag to determine whether the problem is currently computing Jacobian.

Referenced by FEProblemBase::computeJacobianBlock(), and PhysicsBasedPreconditioner::setup().

◆ computeJacobianInternal()

void FEProblemBase::computeJacobianInternal ( const NumericVector< libMesh::Number > &  soln,
libMesh::SparseMatrix< libMesh::Number > &  jacobian,
const std::set< TagID > &  tags 
)
virtualinherited

Form a Jacobian matrix for multiple tags.

It should not be called directly by users.

Definition at line 8036 of file FEProblemBase.C.

8039{
8040 TIME_SECTION("computeJacobianInternal", 1);
8041
8043
8045
8046 computeJacobianTags(tags);
8047
8049}
virtual void computeJacobianTags(const std::set< TagID > &tags)
Form multiple matrices, and each is associated with a tag.
TagID systemMatrixTag() const override
Return the Matrix Tag ID for System.
virtual void disassociateMatrixFromTag(libMesh::SparseMatrix< Number > &matrix, TagID tag)
Disassociate a matrix from a tag.
virtual void associateMatrixToTag(libMesh::SparseMatrix< Number > &matrix, TagID tag)
Associate a matrix to a tag.

Referenced by FEProblemBase::computeJacobian().

◆ computeJacobianSys()

void FEProblemBase::computeJacobianSys ( libMesh::NonlinearImplicitSystem sys,
const NumericVector< libMesh::Number > &  soln,
libMesh::SparseMatrix< libMesh::Number > &  jacobian 
)
virtualinherited

Form a Jacobian matrix.

It is called by Libmesh.

Definition at line 7996 of file FEProblemBase.C.

7999{
8000 // Reset before Jacobian setup, calculation & execution
8002 computeJacobian(soln, jacobian, sys.number());
8003}
virtual void computeJacobian(const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian, const unsigned int nl_sys_num)
Form a Jacobian matrix with the default tag (system).
void resetIterationOccurences()
Reset the number of solution invalid occurrences back to zero.

Referenced by Moose::compute_jacobian(), and NonlinearSystem::computeScalingJacobian().

◆ computeJacobianTag()

void FEProblemBase::computeJacobianTag ( const NumericVector< libMesh::Number > &  soln,
libMesh::SparseMatrix< libMesh::Number > &  jacobian,
TagID  tag 
)
virtualinherited

Form a Jacobian matrix for a given tag.

Definition at line 8006 of file FEProblemBase.C.

8009{
8011
8012 _current_nl_sys->associateMatrixToTag(jacobian, tag);
8013
8014 computeJacobianTags({tag});
8015
8017}

Referenced by ActuallyExplicitEuler::solve(), and ExplicitSSPRungeKutta::solveStage().

◆ computeJacobianTags()

void FEProblemBase::computeJacobianTags ( const std::set< TagID > &  tags)
virtualinherited

Form multiple matrices, and each is associated with a tag.

Definition at line 8052 of file FEProblemBase.C.

8053{
8054 try
8055 {
8056 try
8057 {
8059 {
8060 TIME_SECTION("computeJacobianTags", 5, "Computing Jacobian");
8061
8062 for (auto tag : tags)
8063 if (_current_nl_sys->hasMatrix(tag))
8064 {
8065 auto & matrix = _current_nl_sys->getMatrix(tag);
8068 else
8069 matrix.zero();
8071 // PETSc algorithms require diagonal allocations regardless of whether there is
8072 // non-zero diagonal dependence. With global AD indexing we only add non-zero
8073 // dependence, so PETSc will scream at us unless we artificially add the diagonals.
8074 for (auto index : make_range(matrix.row_start(), matrix.row_stop()))
8075 matrix.add(index, index, 0);
8076 }
8077
8078 _aux->zeroVariablesForJacobian();
8079
8080 unsigned int n_threads = libMesh::n_threads();
8081
8082 // Random interface objects
8083 for (const auto & it : _random_data_objects)
8084 it.second->updateSeeds(EXEC_NONLINEAR);
8085
8089 _displaced_problem->setCurrentlyComputingJacobian(true);
8090
8092
8093 for (unsigned int tid = 0; tid < n_threads; tid++)
8094 reinitScalars(tid);
8095
8097
8098 _aux->jacobianSetup();
8099
8101 {
8103 _displaced_problem->updateMesh();
8104 // A standalone scaling Jacobian is assembled without a preceding residual evaluation, so
8105 // the displaced mortar segment mesh can be stale relative to the just-updated displaced
8106 // parent mesh. Every other Jacobian evaluation is preceded by a residual (or combined
8107 // residual/Jacobian) evaluation that already rebuilt the mortar mesh, so doing it here in
8108 // the general case would be duplicative.
8109 if (_current_nl_sys->computingScalingJacobian() && _mortar_data->hasDisplacedObjects())
8111 }
8112
8113 for (unsigned int tid = 0; tid < n_threads; tid++)
8114 {
8117 }
8118
8119#ifdef MOOSE_KOKKOS_ENABLED
8121#endif
8122
8124
8126
8128
8130
8132
8134
8135 // For explicit Euler calculations for example we often compute the Jacobian one time and
8136 // then re-use it over and over. If we're performing automatic scaling, we don't want to
8137 // use that kernel, diagonal-block only Jacobian for our actual matrix when performing
8138 // solves!
8140 _has_jacobian = true;
8141 }
8142 }
8143 catch (...)
8144 {
8145 handleException("computeJacobianTags");
8146 }
8147 }
8148 catch (const MooseException &)
8149 {
8150 // The buck stops here, we have already handled the exception by
8151 // calling the system's stopSolve() method, it is now up to PETSc to return a
8152 // "diverged" reason during the next solve.
8153 }
8154 catch (...)
8155 {
8156 mooseError("Unexpected exception type");
8157 }
8158
8159 resetState();
8160}
virtual void computeUserObjects(const ExecFlagType &type, const Moose::AuxGroup &group)
Call compute methods on UserObjects.
virtual void resetState()
Reset state of this object in preparation for the next evaluation.
virtual void reinitScalars(const THREAD_ID tid, bool reinit_for_derivative_reordering=false) override
fills the VariableValue arrays for scalar variables from the solution vector
std::map< std::string, std::unique_ptr< RandomData > > _random_data_objects
A map of objects that consume random numbers.
void executeControls(const ExecFlagType &exec_type)
Performs setup and execute calls for Control objects.
const bool _restore_original_nonzero_pattern
Whether we should restore the original nonzero pattern for every Jacobian evaluation.
bool _const_jacobian
true if the Jacobian is constant
MooseObjectWarehouse< Moose::FunctionBase > _kokkos_functions
virtual void updateMortarMesh()
bool haveADObjects() const
Method for reading wehther we have any ad objects.
Definition SubProblem.h:779
bool _has_jacobian
Indicates if the Jacobian was computed.
virtual void jacobianSetup(THREAD_ID tid=0) const override
virtual void jacobianSetup(THREAD_ID tid=0) const
void computeJacobianTags(const std::set< TagID > &tags)
Computes multiple (tag associated) Jacobian matricese.
virtual libMesh::System & system() override
Get the reference to the libMesh system.
void jacobianSetup()
Calls the jacobianSetup function for each of the output objects.
bool _safe_access_tagged_matrices
Is it safe to retrieve data from tagged matrices.
virtual libMesh::SparseMatrix< Number > & getMatrix(TagID tag)
Get a raw SparseMatrix.
bool computingScalingJacobian() const
Whether we are computing an initial Jacobian for automatic variable scaling.
virtual void restore_original_nonzero_pattern()
bool has_static_condensation() const
@ POST_AUX
Definition MooseTypes.h:761
@ PRE_AUX
Definition MooseTypes.h:760

Referenced by EigenProblem::computeJacobianAB(), FEProblemBase::computeJacobianInternal(), FEProblemBase::computeJacobianTag(), EigenProblem::computeJacobianTag(), and EigenProblem::computeMatricesTags().

◆ computeKokkosUserObjectsInternal()

void FEProblemBase::computeKokkosUserObjectsInternal ( const ExecFlagType type,
TheWarehouse::Query query 
)
protectedinherited

◆ computeLinearSystemSys()

void FEProblemBase::computeLinearSystemSys ( libMesh::LinearImplicitSystem sys,
libMesh::SparseMatrix< libMesh::Number > &  system_matrix,
NumericVector< libMesh::Number > &  rhs,
const bool  compute_gradients = true 
)
virtualinherited

Assemble both the right hand side and the system matrix of a given linear system.

Parameters
sysThe linear system which should be assembled
system_matrixThe sparse matrix which should hold the system matrix
rhsThe vector which should hold the right hand side
compute_gradientsA flag to disable the computation of new gradients during the assembly, can be used to lag gradients

Definition at line 8239 of file FEProblemBase.C.

8243{
8244 TIME_SECTION("computeLinearSystemSys", 5);
8245
8247
8250
8251 // We are using the residual tag system for right hand sides so we fetch everything
8252 const auto & vector_tags = getVectorTags(Moose::VECTOR_TAG_RESIDUAL);
8253
8254 // We filter out tags which do not have associated vectors in the current
8255 // system. This is essential to be able to use system-dependent vector tags.
8258
8262 compute_gradients);
8263
8268 // We reset the tags to the default containers for further operations
8273}
std::set< TagID > _linear_vector_tags
Temporary storage for filtered vector tags for linear systems.
void setCurrentLinearSystem(unsigned int sys_num)
Set the current linear system pointer.
void computeLinearSystemTags(const NumericVector< libMesh::Number > &soln, const std::set< TagID > &vector_tags, const std::set< TagID > &matrix_tags, const bool compute_gradients=true)
Assemble the current linear system given a set of vector and matrix tags.
unsigned int linearSysNum(const LinearSystemName &linear_sys_name) const override
std::set< TagID > _linear_matrix_tags
Temporary storage for filtered matrix tags for linear systems.
TagID rightHandSideVectorTag() const
virtual TagID systemMatrixTag() const override
Return the Matrix Tag ID for System.
NumericVector< Number > & getRightHandSideVector()
Fetching the right hand side vector from the libmesh system.
SparseMatrix< Number > & getSystemMatrix()
Fetching the system matrix from the libmesh system.
std::vector< VectorTag > getVectorTags(const std::set< TagID > &tag_ids) const
Definition SubProblem.C:171
static void selectVectorTagsFromSystem(const SystemBase &system, const std::vector< VectorTag > &input_vector_tags, std::set< TagID > &selected_tags)
Select the vector tags which belong to a specific system.
Definition SubProblem.C:288
static void selectMatrixTagsFromSystem(const SystemBase &system, const std::map< TagName, TagID > &input_matrix_tags, std::set< TagID > &selected_tags)
Select the matrix tags which belong to a specific system.
Definition SubProblem.C:299
virtual void associateVectorToTag(NumericVector< Number > &vec, TagID tag)
Associate a vector for a given tag.
Definition SystemBase.C:980
virtual void disassociateVectorFromTag(NumericVector< Number > &vec, TagID tag)
Disassociate a given vector from a given tag.
Definition SystemBase.C:992
const std::string & name() const
@ VECTOR_TAG_RESIDUAL

Referenced by Moose::compute_linear_system(), and FEProblemBase::computeResidualL2Norm().

◆ computeLinearSystemTags()

void FEProblemBase::computeLinearSystemTags ( const NumericVector< libMesh::Number > &  soln,
const std::set< TagID > &  vector_tags,
const std::set< TagID > &  matrix_tags,
const bool  compute_gradients = true 
)
inherited

Assemble the current linear system given a set of vector and matrix tags.

Parameters
solnThe solution which should be used for the system assembly
vector_tagsThe vector tags for the right hand side
matrix_tagsThe matrix tags for the matrix
compute_gradientsA flag to disable the computation of new gradients during the assembly, can be used to lag gradients

Definition at line 8276 of file FEProblemBase.C.

8280{
8281 TIME_SECTION("computeLinearSystemTags", 5, "Computing Linear System");
8282
8284
8285 for (auto tag : matrix_tags)
8286 {
8287 auto & matrix = _current_linear_sys->getMatrix(tag);
8288 matrix.zero();
8289 }
8290
8291 unsigned int n_threads = libMesh::n_threads();
8292
8294
8295 // Random interface objects
8296 for (const auto & it : _random_data_objects)
8297 it.second->updateSeeds(EXEC_NONLINEAR);
8298
8300
8302
8303 _aux->jacobianSetup();
8304
8305 for (THREAD_ID tid = 0; tid < n_threads; tid++)
8306 {
8308 }
8309
8310#ifdef MOOSE_KOKKOS_ENABLED
8312#endif
8313
8314 try
8315 {
8317 }
8318 catch (MooseException & e)
8319 {
8320 _console << "\nA MooseException was raised during Auxiliary variable computation.\n"
8321 << "The next solve will fail, the timestep will be reduced, and we will try again.\n"
8322 << std::endl;
8323
8324 // We know the next solve is going to fail, so there's no point in
8325 // computing anything else after this. Plus, using incompletely
8326 // computed AuxVariables in subsequent calculations could lead to
8327 // other errors or unhandled exceptions being thrown.
8328 return;
8329 }
8330
8333
8335
8336 _current_linear_sys->computeLinearSystemTags(vector_tags, matrix_tags, compute_gradients);
8337
8338 // Reset execution flag as after this point we are no longer on LINEAR
8340
8341 // These are the relevant parts of resetState()
8344}
const ExecFlagType EXEC_NONE
Definition Moose.C:30
void computeLinearSystemTags(const std::set< TagID > &vector_tags, const std::set< TagID > &matrix_tags, const bool compute_gradients=true)
Compute the right hand side and the system matrix of the system for given tags.
bool _safe_access_tagged_vectors
Is it safe to retrieve data from tagged vectors.
virtual void zero()=0

Referenced by FEProblemBase::computeLinearSystemSys().

◆ computeMarkers()

void FEProblemBase::computeMarkers ( )
virtualinherited

Reimplemented in DumpObjectsProblem.

Definition at line 5111 of file FEProblemBase.C.

5112{
5114 {
5115 TIME_SECTION("computeMarkers", 1, "Computing Markers");
5116
5117 std::vector<std::string> fields;
5118
5119 // Marker Fields
5120 const auto & markers = _markers.getActiveObjects();
5121 for (const auto & marker : markers)
5122 fields.push_back(marker->name());
5123
5124 _aux->zeroVariables(fields);
5125
5127
5128 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); ++tid)
5129 {
5130 const auto & markers = _markers.getActiveObjects(tid);
5131 for (const auto & marker : markers)
5132 marker->markerSetup();
5133 }
5134
5135 ComputeMarkerThread cmt(*this);
5137
5138 _aux->solution().close();
5139 _aux->update();
5140 }
5141}
void updateErrorVectors()
Update the ErrorVectors that have been requested through calls to getErrorVector().
Definition Adaptivity.C:407

Referenced by FEProblemBase::adaptMesh(), FEProblemBase::computeIndicatorsAndMarkers(), TransientBase::endStep(), Eigenvalue::execute(), SteadyBase::execute(), MFEMSteady::execute(), and FEProblemBase::initialAdaptMesh().

◆ computeMultiAppsDT()

Real FEProblemBase::computeMultiAppsDT ( ExecFlagType  type)
inherited

Find the smallest timestep over all MultiApps.

Definition at line 6291 of file FEProblemBase.C.

6292{
6293 const auto & multi_apps = _transient_multi_apps[type].getActiveObjects();
6294
6295 Real smallest_dt = std::numeric_limits<Real>::max();
6296
6297 for (const auto & multi_app : multi_apps)
6298 smallest_dt = std::min(smallest_dt, multi_app->computeDT());
6299
6300 return smallest_dt;
6301}
auto min(const L &left, const R &right)

Referenced by TransientBase::constrainDTFromMultiApp().

◆ computeNearNullSpace()

void FEProblemBase::computeNearNullSpace ( libMesh::NonlinearImplicitSystem sys,
std::vector< NumericVector< libMesh::Number > * > &  sp 
)
virtualinherited

Definition at line 8347 of file FEProblemBase.C.

8349{
8350 mooseAssert(_current_nl_sys && (sys.number() == _current_nl_sys->number()),
8351 "I expect these system numbers to be the same");
8352
8353 sp.clear();
8354 for (unsigned int i = 0; i < subspaceDim("NearNullSpace"); ++i)
8355 {
8356 std::stringstream postfix;
8357 postfix << "_" << i;
8358 std::string modename = "NearNullSpace" + postfix.str();
8359 sp.push_back(&_current_nl_sys->getVector(modename));
8360 }
8361}
unsigned int subspaceDim(const std::string &prefix) const
Dimension of the subspace spanned by vectors with a given prefix.

Referenced by Moose::compute_nearnullspace().

◆ computeNullSpace()

void FEProblemBase::computeNullSpace ( libMesh::NonlinearImplicitSystem sys,
std::vector< NumericVector< libMesh::Number > * > &  sp 
)
virtualinherited

Definition at line 8364 of file FEProblemBase.C.

8366{
8367 mooseAssert(_current_nl_sys && (sys.number() == _current_nl_sys->number()),
8368 "I expect these system numbers to be the same");
8369 sp.clear();
8370 for (unsigned int i = 0; i < subspaceDim("NullSpace"); ++i)
8371 {
8372 std::stringstream postfix;
8373 postfix << "_" << i;
8374 sp.push_back(&_current_nl_sys->getVector("NullSpace" + postfix.str()));
8375 }
8376}

Referenced by Moose::compute_nullspace().

◆ computePostCheck()

void FEProblemBase::computePostCheck ( libMesh::NonlinearImplicitSystem sys,
const NumericVector< libMesh::Number > &  old_soln,
NumericVector< libMesh::Number > &  search_direction,
NumericVector< libMesh::Number > &  new_soln,
bool &  changed_search_direction,
bool &  changed_new_soln 
)
virtualinherited

Definition at line 8394 of file FEProblemBase.C.

8400{
8401 mooseAssert(_current_nl_sys && (sys.number() == _current_nl_sys->number()),
8402 "I expect these system numbers to be the same");
8403
8404 // This function replaces the old PetscSupport::dampedCheck() function.
8405 //
8406 // 1.) Recreate code in PetscSupport::dampedCheck() for constructing
8407 // ghosted "soln" and "update" vectors.
8408 // 2.) Call FEProblemBase::computeDamping() with these ghost vectors.
8409 // 3.) Recreate the code in PetscSupport::dampedCheck() to actually update
8410 // the solution vector based on the damping, and set the "changed" flags
8411 // appropriately.
8412
8413 TIME_SECTION("computePostCheck", 2, "Computing Post Check");
8414
8416
8417 // MOOSE's FEProblemBase doesn't update the solution during the
8418 // postcheck, but FEProblemBase-derived classes might.
8420 {
8421 // We need ghosted versions of new_soln and search_direction (the
8422 // ones we get from libmesh/PETSc are PARALLEL vectors. To make
8423 // our lives simpler, we use the same ghosting pattern as the
8424 // system's current_local_solution to create new ghosted vectors.
8425
8426 // Construct zeroed-out clones with the same ghosted dofs as the
8427 // System's current_local_solution.
8428 std::unique_ptr<NumericVector<Number>> ghosted_solution =
8429 sys.current_local_solution->zero_clone(),
8430 ghosted_search_direction =
8431 sys.current_local_solution->zero_clone();
8432
8433 // Copy values from input vectors into clones with ghosted values.
8434 *ghosted_solution = new_soln;
8435 *ghosted_search_direction = search_direction;
8436
8437 if (_has_dampers)
8438 {
8439 // Compute the damping coefficient using the ghosted vectors
8440 Real damping = computeDamping(*ghosted_solution, *ghosted_search_direction);
8441
8442 // If some non-trivial damping was computed, update the new_soln
8443 // vector accordingly.
8444 if (damping < 1.0)
8445 {
8446 new_soln = old_soln;
8447 new_soln.add(-damping, search_direction);
8448 changed_new_soln = true;
8449 }
8450 }
8451
8453 {
8454 // Update the ghosted copy of the new solution, if necessary.
8455 if (changed_new_soln)
8456 *ghosted_solution = new_soln;
8457
8458 bool updated_solution = updateSolution(new_soln, *ghosted_solution);
8459 if (updated_solution)
8460 changed_new_soln = true;
8461 }
8462 }
8463
8465 {
8467 _aux->copyCurrentIntoPreviousNL();
8468 }
8469
8470 // MOOSE doesn't change the search_direction
8471 changed_search_direction = false;
8472
8474}
const ExecFlagType EXEC_POSTCHECK
Definition Moose.C:36
virtual bool shouldUpdateSolution()
Check to see whether the problem should update the solution.
virtual Real computeDamping(const NumericVector< libMesh::Number > &soln, const NumericVector< libMesh::Number > &update)
virtual bool updateSolution(NumericVector< libMesh::Number > &vec_solution, NumericVector< libMesh::Number > &ghosted_solution)
Update the solution.
virtual void setPreviousNewtonSolution(const NumericVector< Number > &soln)
virtual bool vectorTagExists(const TagID tag_id) const
Check to see if a particular Tag exists.
Definition SubProblem.h:201
virtual void add(const numeric_index_type i, const T value)=0
std::unique_ptr< NumericVector< Number > > current_local_solution
const TagName PREVIOUS_NL_SOLUTION_TAG
Definition MooseTypes.C:28

Referenced by Moose::compute_postcheck().

◆ computeResidual() [1/2]

virtual void FEProblemBase::computeResidual ( const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual,
const unsigned int  nl_sys_num 
)
virtualinherited

Form a residual with default tags (nontime, time, residual).

◆ computeResidual() [2/2]

void FEProblemBase::computeResidual ( libMesh::NonlinearImplicitSystem sys,
const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual 
)
inherited

This function is called by Libmesh to form a residual.

This is deprecated. We should remove this as soon as RattleSnake is fixed.

Referenced by FEProblemBase::computeResidualL2Norm(), FEProblemBase::computeResidualSys(), ActuallyExplicitEuler::solve(), and ExplicitSSPRungeKutta::solveStage().

◆ computeResidualAndJacobian()

void FEProblemBase::computeResidualAndJacobian ( const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual,
libMesh::SparseMatrix< libMesh::Number > &  jacobian 
)
inherited

Form a residual and Jacobian with default tags.

Definition at line 7634 of file FEProblemBase.C.

7637{
7638 try
7639 {
7640 try
7641 {
7642 // vector tags
7644 const auto & residual_vector_tags = getVectorTags(Moose::VECTOR_TAG_RESIDUAL);
7645
7646 mooseAssert(_fe_vector_tags.empty(),
7647 "This should be empty indicating a clean starting state");
7648 // We filter out tags which do not have associated vectors in the current nonlinear
7649 // system. This is essential to be able to use system-dependent residual tags.
7651
7653
7654 // matrix tags
7655 {
7656 _fe_matrix_tags.clear();
7657
7658 auto & tags = getMatrixTags();
7659 for (auto & tag : tags)
7660 _fe_matrix_tags.insert(tag.second);
7661 }
7662
7664
7667
7668 for (const auto tag : _fe_matrix_tags)
7669 if (_current_nl_sys->hasMatrix(tag))
7670 {
7671 auto & matrix = _current_nl_sys->getMatrix(tag);
7672 matrix.zero();
7674 // PETSc algorithms require diagonal allocations regardless of whether there is non-zero
7675 // diagonal dependence. With global AD indexing we only add non-zero
7676 // dependence, so PETSc will scream at us unless we artificially add the diagonals.
7677 for (auto index : make_range(matrix.row_start(), matrix.row_stop()))
7678 matrix.add(index, index, 0);
7679 }
7680
7681 _aux->zeroVariablesForResidual();
7682
7683 unsigned int n_threads = libMesh::n_threads();
7684
7686
7687 // Random interface objects
7688 for (const auto & it : _random_data_objects)
7689 it.second->updateSeeds(EXEC_LINEAR);
7690
7695 {
7696 _displaced_problem->setCurrentlyComputingResidual(true);
7697 _displaced_problem->setCurrentlyComputingJacobian(true);
7698 _displaced_problem->setCurrentlyComputingResidualAndJacobian(true);
7699 }
7700
7702
7703 for (unsigned int tid = 0; tid < n_threads; tid++)
7704 reinitScalars(tid);
7705
7707
7708 _aux->residualSetup();
7709
7711 {
7713 _displaced_problem->updateMesh();
7714 if (_mortar_data->hasDisplacedObjects())
7716 }
7717
7718 for (THREAD_ID tid = 0; tid < n_threads; tid++)
7719 {
7722 }
7723
7724#ifdef MOOSE_KOKKOS_ENABLED
7726#endif
7727
7729
7731
7733
7735
7738
7740
7743 }
7744 catch (...)
7745 {
7746 handleException("computeResidualAndJacobian");
7747 }
7748 }
7749 catch (const MooseException &)
7750 {
7751 // The buck stops here, we have already handled the exception by
7752 // calling the system's stopSolve() method, it is now up to PETSc to return a
7753 // "diverged" reason during the next solve.
7754 }
7755 catch (...)
7756 {
7757 mooseError("Unexpected exception type");
7758 }
7759
7760 resetState();
7761 _fe_vector_tags.clear();
7762 _fe_matrix_tags.clear();
7763}
void setCurrentResidualVectorTags(const std::set< TagID > &vector_tags)
Set the current residual vector tag data structure based on the passed in tag IDs.
void setCurrentlyComputingResidual(bool currently_computing_residual) final
Set whether or not the problem is in the process of computing the residual.
virtual void residualSetup(THREAD_ID tid=0) const
void computeResidualAndJacobianTags(const std::set< TagID > &vector_tags, const std::set< TagID > &matrix_tags)
Form possibly multiple tag-associated vectors and matrices.
TagID residualVectorTag() const override
void residualSetup()
Calls the residualSetup function for each of the output objects.
void setCurrentlyComputingJacobian(const bool currently_computing_jacobian)
Set whether or not the problem is in the process of computing the Jacobian.
Definition SubProblem.h:697
void setCurrentlyComputingResidualAndJacobian(bool currently_computing_residual_and_jacobian)
Set whether or not the problem is in the process of computing the Jacobian.

Referenced by ComputeResidualAndJacobian::residual_and_jacobian().

◆ computeResidualInternal()

void FEProblemBase::computeResidualInternal ( const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual,
const std::set< TagID > &  tags 
)
virtualinherited

Form a residual vector for a set of tags.

It should not be called directly by users.

Definition at line 7795 of file FEProblemBase.C.

7798{
7799 parallel_object_only();
7800
7801 TIME_SECTION("computeResidualInternal", 1);
7802
7803 try
7804 {
7806
7808
7809 computeResidualTags(tags);
7810
7812 }
7813 catch (MooseException & e)
7814 {
7815 // If a MooseException propagates all the way to here, it means
7816 // that it was thrown from a MOOSE system where we do not
7817 // (currently) properly support the throwing of exceptions, and
7818 // therefore we have no choice but to error out. It may be
7819 // *possible* to handle exceptions from other systems, but in the
7820 // meantime, we don't want to silently swallow any unhandled
7821 // exceptions here.
7822 mooseError("An unhandled MooseException was raised during residual computation. Please "
7823 "contact the MOOSE team for assistance.");
7824 }
7825}
virtual void computeResidualTags(const std::set< TagID > &tags)
Form multiple residual vectors and each is associated with one tag.

◆ computeResidualL2Norm() [1/3]

Real FEProblemBase::computeResidualL2Norm ( )
virtualinherited

Computes the residual using whatever is sitting in the current solution vector then returns the L2 norm.

Returns
The L2 norm of the residual

Reimplemented in EigenProblem.

Definition at line 7567 of file FEProblemBase.C.

7568{
7569 TIME_SECTION("computeResidualL2Norm", 2, "Computing L2 Norm of Residual");
7570
7571 // We use sum the squared norms of the individual systems and then take the square root of it
7572 Real l2_norm = 0.0;
7573 for (auto sys : _nl)
7574 {
7575 const auto norm = computeResidualL2Norm(*sys);
7576 l2_norm += norm * norm;
7577 }
7578
7579 for (auto sys : _linear_systems)
7580 {
7581 const auto norm = computeResidualL2Norm(*sys);
7582 l2_norm += norm * norm;
7583 }
7584
7585 return std::sqrt(l2_norm);
7586}
std::vector< std::shared_ptr< LinearSystem > > _linear_systems
The vector of linear systems.
virtual Real computeResidualL2Norm()
Computes the residual using whatever is sitting in the current solution vector then returns the L2 no...
auto norm(const T &a)

Referenced by FEProblemBase::computeResidualL2Norm().

◆ computeResidualL2Norm() [2/3]

Real FEProblemBase::computeResidualL2Norm ( LinearSystem sys)
inherited

Computes the residual of a linear system using whatever is sitting in the current solution vector then returns the L2 norm.

Definition at line 7549 of file FEProblemBase.C.

7550{
7551 _current_linear_sys = &sys;
7552
7553 // We assemble the current system to check the current residual
7557 /*compute fresh gradients*/ true);
7558
7559 // Unfortunate, but we have to allocate a new vector for the residual
7560 auto residual = sys.linearImplicitSystem().rhs->clone();
7561 residual->scale(-1.0);
7562 residual->add_vector(*sys.currentSolution(), *sys.linearImplicitSystem().matrix);
7563 return residual->l2_norm();
7564}
virtual void computeLinearSystemSys(libMesh::LinearImplicitSystem &sys, libMesh::SparseMatrix< libMesh::Number > &system_matrix, NumericVector< libMesh::Number > &rhs, const bool compute_gradients=true)
Assemble both the right hand side and the system matrix of a given linear system.
libMesh::LinearImplicitSystem & linearImplicitSystem()
Return a reference to the stored linear implicit system.
NumericVector< Number > * rhs
SparseMatrix< Number > * matrix
virtual std::unique_ptr< NumericVector< T > > clone() const=0

◆ computeResidualL2Norm() [3/3]

Real FEProblemBase::computeResidualL2Norm ( NonlinearSystemBase sys)
inherited

Computes the residual of a nonlinear system using whatever is sitting in the current solution vector then returns the L2 norm.

Definition at line 7541 of file FEProblemBase.C.

7542{
7543 _current_nl_sys = &sys;
7544 computeResidual(*sys.currentSolution(), sys.RHS(), sys.number());
7545 return sys.RHS().l2_norm();
7546}
void computeResidual(libMesh::NonlinearImplicitSystem &sys, const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual)
This function is called by Libmesh to form a residual.
virtual NumericVector< Number > & RHS()=0
virtual Real l2_norm() const=0

Referenced by DefaultMultiAppFixedPointConvergence::checkConvergence(), Residual::getValue(), DefaultMultiAppFixedPointConvergence::initialize(), and DefaultMultiAppFixedPointConvergence::preSolve().

◆ computeResidualSys()

void FEProblemBase::computeResidualSys ( libMesh::NonlinearImplicitSystem sys,
const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual 
)
virtualinherited

This function is called by Libmesh to form a residual.

Definition at line 7589 of file FEProblemBase.C.

7592{
7593 parallel_object_only();
7594
7595 TIME_SECTION("computeResidualSys", 5);
7596 // Reset before residual setup, calculation & execution
7598
7599 computeResidual(soln, residual, sys.number());
7600}

Referenced by NonlinearSystem::computeScalingResidual(), ComputeFDResidualFunctor::residual(), ComputeResidualFunctor::residual(), and NonlinearSystem::solve().

◆ computeResidualTag()

void FEProblemBase::computeResidualTag ( const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual,
TagID  tag 
)
virtualinherited

Form a residual vector for a given tag.

Definition at line 7766 of file FEProblemBase.C.

7769{
7770 try
7771 {
7773
7774 _current_nl_sys->associateVectorToTag(residual, tag);
7775
7776 computeResidualTags({tag});
7777
7779 }
7780 catch (MooseException & e)
7781 {
7782 // If a MooseException propagates all the way to here, it means
7783 // that it was thrown from a MOOSE system where we do not
7784 // (currently) properly support the throwing of exceptions, and
7785 // therefore we have no choice but to error out. It may be
7786 // *possible* to handle exceptions from other systems, but in the
7787 // meantime, we don't want to silently swallow any unhandled
7788 // exceptions here.
7789 mooseError("An unhandled MooseException was raised during residual computation. Please "
7790 "contact the MOOSE team for assistance.");
7791 }
7792}

◆ computeResidualTags()

void FEProblemBase::computeResidualTags ( const std::set< TagID > &  tags)
virtualinherited

Form multiple residual vectors and each is associated with one tag.

Definition at line 7914 of file FEProblemBase.C.

7915{
7916 parallel_object_only();
7917
7918 try
7919 {
7920 try
7921 {
7922 TIME_SECTION("computeResidualTags", 5, "Computing Residual");
7923
7924 ADReal::do_derivatives = false;
7925
7927
7928 _aux->zeroVariablesForResidual();
7929
7930 unsigned int n_threads = libMesh::n_threads();
7931
7933
7934 // Random interface objects
7935 for (const auto & it : _random_data_objects)
7936 it.second->updateSeeds(EXEC_LINEAR);
7937
7939
7940 for (unsigned int tid = 0; tid < n_threads; tid++)
7941 reinitScalars(tid);
7942
7944
7945 _aux->residualSetup();
7946
7948 {
7950 _displaced_problem->updateMesh();
7951 if (_mortar_data->hasDisplacedObjects())
7953 }
7954
7955 for (THREAD_ID tid = 0; tid < n_threads; tid++)
7956 {
7959 }
7960
7961#ifdef MOOSE_KOKKOS_ENABLED
7963#endif
7964
7966
7968
7970
7972
7975 }
7976 catch (...)
7977 {
7978 handleException("computeResidualTags");
7979 }
7980 }
7981 catch (const MooseException &)
7982 {
7983 // The buck stops here, we have already handled the exception by
7984 // calling the system's stopSolve() method, it is now up to PETSc to return a
7985 // "diverged" reason during the next solve.
7986 }
7987 catch (...)
7988 {
7989 mooseError("Unexpected exception type");
7990 }
7991
7992 resetState();
7993}
void computeResidualTags(const std::set< TagID > &tags)
Form multiple tag-associated residual vectors for all the given tags.

Referenced by EigenProblem::computeResidualAB(), FEProblemBase::computeResidualInternal(), FEProblemBase::computeResidualTag(), EigenProblem::computeResidualTag(), and FEProblemBase::computeResidualType().

◆ computeResidualType()

void FEProblemBase::computeResidualType ( const NumericVector< libMesh::Number > &  soln,
NumericVector< libMesh::Number > &  residual,
TagID  tag 
)
virtualinherited

Form a residual vector for a given tag and "residual" tag.

Definition at line 7828 of file FEProblemBase.C.

7831{
7832 TIME_SECTION("computeResidualType", 5);
7833
7834 try
7835 {
7837
7839
7841
7843 }
7844 catch (MooseException & e)
7845 {
7846 // If a MooseException propagates all the way to here, it means
7847 // that it was thrown from a MOOSE system where we do not
7848 // (currently) properly support the throwing of exceptions, and
7849 // therefore we have no choice but to error out. It may be
7850 // *possible* to handle exceptions from other systems, but in the
7851 // meantime, we don't want to silently swallow any unhandled
7852 // exceptions here.
7853 mooseError("An unhandled MooseException was raised during residual computation. Please "
7854 "contact the MOOSE team for assistance.");
7855 }
7856}

◆ computeSystems()

void FEProblemBase::computeSystems ( const ExecFlagType type)
protectedinherited

Do generic system computations.

Definition at line 10166 of file FEProblemBase.C.

10167{
10168 // When performing an adjoint solve in the optimization module, the current solver system is the
10169 // adjoint. However, the adjoint solve requires having accurate time derivative calculations for
10170 // the forward system. The cleanest way to handle such uses is just to compute the time
10171 // derivatives for all solver systems instead of trying to guess which ones we need and don't need
10172 for (auto & solver_sys : _solver_systems)
10173 solver_sys->compute(type);
10174
10175 _aux->compute(type);
10176}

Referenced by FEProblemBase::computeBounds(), FEProblemBase::computeJacobianBlocks(), EigenProblem::computeJacobianBlocks(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeLinearSystemTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), and FEProblemBase::execute().

◆ computeTransposeNullSpace()

void FEProblemBase::computeTransposeNullSpace ( libMesh::NonlinearImplicitSystem sys,
std::vector< NumericVector< libMesh::Number > * > &  sp 
)
virtualinherited

Definition at line 8379 of file FEProblemBase.C.

8381{
8382 mooseAssert(_current_nl_sys && (sys.number() == _current_nl_sys->number()),
8383 "I expect these system numbers to be the same");
8384 sp.clear();
8385 for (unsigned int i = 0; i < subspaceDim("TransposeNullSpace"); ++i)
8386 {
8387 std::stringstream postfix;
8388 postfix << "_" << i;
8389 sp.push_back(&_current_nl_sys->getVector("TransposeNullSpace" + postfix.str()));
8390 }
8391}

Referenced by Moose::compute_transpose_nullspace().

◆ computeUserObjectByName()

void FEProblemBase::computeUserObjectByName ( const ExecFlagType type,
const Moose::AuxGroup group,
const std::string &  name 
)
virtualinherited

Compute an user object with the given name.

Definition at line 5396 of file FEProblemBase.C.

5399{
5400 const auto old_exec_flag = _current_execute_on_flag;
5402
5403 std::set<int> execution_groups;
5404
5405#ifdef MOOSE_KOKKOS_ENABLED
5406 TheWarehouse::Query kokkos_query =
5407 getUOQuery("KokkosUserObject", type, group).condition<AttribName>(name);
5408 getUOExecutionGroups(kokkos_query, execution_groups);
5409#endif
5410
5412 getUOExecutionGroups(query, execution_groups);
5413
5414 for (const auto execution_group : execution_groups)
5415 {
5416#ifdef MOOSE_KOKKOS_ENABLED
5418 type, kokkos_query.clone().condition<AttribExecutionOrderGroup>(execution_group));
5419#endif
5420
5422 query.clone().condition<AttribExecutionOrderGroup>(execution_group));
5423 }
5424
5425 _current_execute_on_flag = old_exec_flag;
5426}
TheWarehouse::Query getUOQuery(const std::string &system, const ExecFlagType &type, const Moose::AuxGroup &group) const
void computeUserObjectsInternal(const ExecFlagType &type, TheWarehouse::Query &query)
void computeKokkosUserObjectsInternal(const ExecFlagType &type, TheWarehouse::Query &query)
void getUOExecutionGroups(TheWarehouse::Query &query, std::set< int > &execution_groups) const
QueryCache is a convenient way to construct and pass around (possible partially constructed) warehous...
QueryCache clone() const
clone creates and returns an independent copy of the query in its current state.
query_obj query

Referenced by MultiAppConservativeTransfer::adjustTransferredSolution(), MultiAppConservativeTransfer::adjustTransferredSolutionNearestPoint(), MultiAppGeneralFieldFunctorTransfer::execute(), MultiAppGeneralFieldUserObjectTransfer::execute(), MultiAppPostprocessorToAuxScalarTransfer::execute(), MultiAppPostprocessorTransfer::execute(), MultiAppUserObjectTransfer::execute(), MultiAppVectorPostprocessorTransfer::executeToMultiapp(), and MultiAppConservativeTransfer::postExecute().

◆ computeUserObjects()

void FEProblemBase::computeUserObjects ( const ExecFlagType type,
const Moose::AuxGroup group 
)
virtualinherited

Call compute methods on UserObjects.

Definition at line 5429 of file FEProblemBase.C.

5430{
5431 std::set<int> execution_groups;
5432
5433#ifdef MOOSE_KOKKOS_ENABLED
5434 TheWarehouse::Query kokkos_query = getUOQuery("KokkosUserObject", type, group);
5435 getUOExecutionGroups(kokkos_query, execution_groups);
5436#endif
5437
5438 TheWarehouse::Query query = getUOQuery("UserObject", type, group);
5439 getUOExecutionGroups(query, execution_groups);
5440
5441 for (const auto execution_group : execution_groups)
5442 {
5443#ifdef MOOSE_KOKKOS_ENABLED
5445 type, kokkos_query.clone().condition<AttribExecutionOrderGroup>(execution_group));
5446#endif
5447
5449 query.clone().condition<AttribExecutionOrderGroup>(execution_group));
5450 }
5451
5452 // Exceptions raised on solver execution flags are communicated and handled by the PARALLEL_CATCH
5453 // surrounding the assembly loops of the residual, Jacobian and linear systems. On all other
5454 // execution flags there is no solve left to fail, so the exception is communicated here in order
5455 // to report it at the point of the simulation where it was raised
5458}
virtual void checkExceptionAndStopSolve(bool print_message=true)
Check to see if an exception has occurred on any processor and, if possible, force the solve to fail,...

Referenced by FEProblemBase::computeJacobianTags(), FEProblemBase::computeLinearSystemTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), and FEProblemBase::execute().

◆ computeUserObjectsInternal()

void FEProblemBase::computeUserObjectsInternal ( const ExecFlagType type,
TheWarehouse::Query query 
)
protectedinherited

Definition at line 5461 of file FEProblemBase.C.

5462{
5463 try
5464 {
5465 TIME_SECTION("computeUserObjects", 1, "Computing User Objects");
5466
5467 std::vector<GeneralUserObject *> genobjs;
5468 query.clone().condition<AttribInterfaces>(Interfaces::GeneralUserObject).queryInto(genobjs);
5469
5470 std::vector<UserObject *> userobjs;
5471 query.clone()
5475 .queryInto(userobjs);
5476
5477 std::vector<UserObject *> tgobjs;
5478 query.clone()
5480 .queryInto(tgobjs);
5481
5482 std::vector<UserObject *> nodal;
5483 query.clone().condition<AttribInterfaces>(Interfaces::NodalUserObject).queryInto(nodal);
5484
5485 std::vector<MortarUserObject *> mortar;
5486 query.clone().condition<AttribInterfaces>(Interfaces::MortarUserObject).queryInto(mortar);
5487
5488 if (userobjs.empty() && genobjs.empty() && tgobjs.empty() && nodal.empty() && mortar.empty())
5489 return;
5490
5491 // Start the timer here since we have at least one active user object
5492 std::string compute_uo_tag = "computeUserObjects(" + Moose::stringify(type) + ")";
5493
5494 // Perform Residual/Jacobian setups
5495 if (type == EXEC_LINEAR)
5496 {
5497 for (auto obj : userobjs)
5498 obj->residualSetup();
5499 for (auto obj : nodal)
5500 obj->residualSetup();
5501 for (auto obj : mortar)
5502 obj->residualSetup();
5503 for (auto obj : tgobjs)
5504 obj->residualSetup();
5505 for (auto obj : genobjs)
5506 obj->residualSetup();
5507 }
5508 else if (type == EXEC_NONLINEAR)
5509 {
5510 for (auto obj : userobjs)
5511 obj->jacobianSetup();
5512 for (auto obj : nodal)
5513 obj->jacobianSetup();
5514 for (auto obj : mortar)
5515 obj->jacobianSetup();
5516 for (auto obj : tgobjs)
5517 obj->jacobianSetup();
5518 for (auto obj : genobjs)
5519 obj->jacobianSetup();
5520 }
5521
5522 for (auto obj : userobjs)
5523 obj->initialize();
5524
5525 // Execute Side/InternalSide/Interface/Elemental/DomainUserObjects
5526 if (!userobjs.empty())
5527 {
5528 // non-nodal user objects have to be run separately before the nodal user objects run
5529 // because some nodal user objects (NodalNormal related) depend on elemental user objects
5530 // :-(
5531 ComputeUserObjectsThread cppt(*this, query);
5533
5534 // There is one instance in rattlesnake where an elemental user object's finalize depends
5535 // on a side user object having been finalized first :-(
5542 }
5543
5544 // if any elemental user object may have written to variables we need to close the aux solution
5545 for (const auto & uo : userobjs)
5546 if (auto euo = dynamic_cast<const ElementUserObject *>(uo);
5547 euo && euo->hasWritableCoupledVariables())
5548 {
5549 _aux->solution().close();
5550 _aux->system().update();
5551 break;
5552 }
5553
5554 // Execute NodalUserObjects
5555 // BISON has an axial reloc elemental user object that has a finalize func that depends on a
5556 // nodal user object's prev value. So we can't initialize this until after elemental objects
5557 // have been finalized :-(
5558 for (auto obj : nodal)
5559 obj->initialize();
5560 if (query.clone().condition<AttribInterfaces>(Interfaces::NodalUserObject).count() > 0)
5561 {
5562 ComputeNodalUserObjectsThread cnppt(*this, query);
5565 }
5566
5567 // if any nodal user object may have written to variables we need to close the aux solution
5568 for (const auto & uo : nodal)
5569 if (auto nuo = dynamic_cast<const NodalUserObject *>(uo);
5570 nuo && nuo->hasWritableCoupledVariables())
5571 {
5572 _aux->solution().close();
5573 _aux->system().update();
5574 break;
5575 }
5576
5577 // Execute MortarUserObjects
5578 {
5579 for (auto obj : mortar)
5580 obj->initialize();
5581 if (!mortar.empty())
5582 {
5583 auto create_and_run_mortar_functors = [this, type, &mortar](const bool displaced)
5584 {
5585 // go over mortar interfaces and construct functors
5586 const auto & mortar_interfaces = getMortarInterfaces(displaced);
5587 for (const auto & [primary_secondary_boundary_pair, interface_config] : mortar_interfaces)
5588 {
5589 auto mortar_uos_to_execute =
5590 getMortarUserObjects(primary_secondary_boundary_pair.first,
5591 primary_secondary_boundary_pair.second,
5592 displaced,
5593 mortar);
5594
5595 auto * const subproblem = displaced ? cast_ptr<SubProblem *>(_displaced_problem.get())
5596 : cast_ptr<SubProblem *>(this);
5597 MortarUserObjectThread muot(mortar_uos_to_execute,
5598 *interface_config.amg,
5599 *subproblem,
5600 *this,
5601 displaced,
5602 subproblem->assembly(0, 0));
5603
5604 muot();
5605 }
5606 };
5607
5608 create_and_run_mortar_functors(false);
5610 create_and_run_mortar_functors(true);
5611 }
5612 for (auto obj : mortar)
5613 obj->finalize();
5614 }
5615
5616 // Execute threaded general user objects
5617 for (auto obj : tgobjs)
5618 obj->initialize();
5619 std::vector<GeneralUserObject *> tguos_zero;
5620 query.clone()
5621 .condition<AttribThread>(0)
5622 .condition<AttribInterfaces>(Interfaces::ThreadedGeneralUserObject)
5623 .queryInto(tguos_zero);
5624 for (auto obj : tguos_zero)
5625 {
5626 std::vector<GeneralUserObject *> tguos;
5627 auto q = query.clone()
5628 .condition<AttribName>(obj->name())
5629 .condition<AttribInterfaces>(Interfaces::ThreadedGeneralUserObject);
5630 q.queryInto(tguos);
5631
5633
5634 // Force one thread per ThreadedGeneralUserObject via grainsize
5636 tguos.end(),
5637 /*grainsize=*/1),
5638 ctguot);
5639 joinAndFinalize(q);
5640 }
5641
5642 // Execute general user objects
5644 }
5645 catch (...)
5646 {
5647 handleException("computeUserObjectsInternal");
5648 }
5649}
@ InternalSideUserObject
@ ThreadedGeneralUserObject
@ InterfaceUserObject
StoredRange< std::vector< GeneralUserObject * >::iterator, GeneralUserObject * > GeneralUserObjectRange
Thread to compute threaded general user objects.
Class for threaded computation of UserObjects.
bool hasWritableCoupledVariables() const
Checks whether the object has any writable coupled variables.
Definition Coupleable.h:142
void jacobianSetup() override
void joinAndFinalize(TheWarehouse::Query query, bool isgen=false)
void residualSetup() override
const std::unordered_map< std::pair< BoundaryID, BoundaryID >, MortarInterfaceConfig > & getMortarInterfaces(bool on_displaced) const
std::vector< MortarUserObject * > getMortarUserObjects(BoundaryID primary_boundary_id, BoundaryID secondary_boundary_id, bool displaced, const std::vector< MortarUserObject * > &mortar_uo_superset)
Helper for getting mortar objects corresponding to primary boundary ID, secondary boundary ID,...
const libMesh::ConstNodeRange & getCurrentAlgebraicNodeRange()
A user object that runs over all the nodes and does an aggregation step to compute a single value.
void initialize(EquationSystems &es, const std::string &system_name)
Tnew cast_ptr(Told *oldvar)

Referenced by FEProblemBase::computeUserObjectByName(), and FEProblemBase::computeUserObjects().

◆ computingNonlinearResid() [1/3]

bool SubProblem::computingNonlinearResid ( ) const
inlineinherited

Returns true if the problem is in the process of computing the nonlinear residual.

Definition at line 715 of file SubProblem.h.

bool _computing_nonlinear_residual
Whether the non-linear residual is being evaluated.

◆ computingNonlinearResid() [2/3]

void FEProblemBase::computingNonlinearResid ( bool  computing_nonlinear_residual)
finalvirtualinherited

Set whether or not the problem is in the process of computing the nonlinear residual.

Reimplemented from SubProblem.

Definition at line 9797 of file FEProblemBase.C.

9798{
9799 parallel_object_only();
9800
9802 _displaced_problem->computingNonlinearResid(computing_nonlinear_residual);
9803 _computing_nonlinear_residual = computing_nonlinear_residual;
9804}

Referenced by NonlinearSystemBase::computeResidualInternal(), NonlinearSystemBase::computeScaling(), ComputeFDResidualFunctor::residual(), ComputeResidualFunctor::residual(), and ComputeResidualAndJacobian::residual_and_jacobian().

◆ computingNonlinearResid() [3/3]

virtual void SubProblem::computingNonlinearResid ( const bool  computing_nonlinear_residual)
inlinevirtualinherited

Set whether or not the problem is in the process of computing the nonlinear residual.

Reimplemented from SubProblem.

Definition at line 720 of file SubProblem.h.

721 {
722 _computing_nonlinear_residual = computing_nonlinear_residual;
723 }

◆ computingPreSMOResidual()

bool FEProblemBase::computingPreSMOResidual ( const unsigned int  nl_sys_num) const
overridevirtualinherited

Returns true if the problem is in the process of computing it's initial residual.

Returns
Whether or not the problem is currently computing the initial residual.

Implements SubProblem.

Definition at line 7303 of file FEProblemBase.C.

7304{
7305 return _nl[nl_sys_num]->computingPreSMOResidual();
7306}

Referenced by DisplacedProblem::computingPreSMOResidual().

◆ computingScalingJacobian() [1/2]

bool FEProblemBase::computingScalingJacobian ( ) const
inlinefinaloverridevirtualinherited

Getter for whether we're computing the scaling jacobian.

Implements SubProblem.

Definition at line 2857 of file FEProblemBase.h.

bool _computing_scaling_jacobian
Flag used to indicate whether we are computing the scaling Jacobian.

◆ computingScalingJacobian() [2/2]

void FEProblemBase::computingScalingJacobian ( bool  computing_scaling_jacobian)
inlineinherited

◆ computingScalingResidual() [1/2]

bool FEProblemBase::computingScalingResidual ( ) const
inlinefinaloverridevirtualinherited
Returns
whether we are currently computing a residual for automatic scaling purposes

Implements SubProblem.

Definition at line 2870 of file FEProblemBase.h.

bool _computing_scaling_residual
Flag used to indicate whether we are computing the scaling Residual.

◆ computingScalingResidual() [2/2]

void FEProblemBase::computingScalingResidual ( bool  computing_scaling_residual)
inlineinherited

Setter for whether we're computing the scaling residual.

Definition at line 2862 of file FEProblemBase.h.

2863 {
2864 _computing_scaling_residual = computing_scaling_residual;
2865 }

Referenced by NonlinearSystemBase::computeResidualInternal(), NonlinearSystemBase::computeResidualTags(), NonlinearSystemBase::computeScaling(), and DisplacedProblem::computingScalingResidual().

◆ connectControllableParams()

void MooseBase::connectControllableParams ( const std::string &  parameter,
const std::string &  object_type,
const std::string &  object_name,
const std::string &  object_parameter 
) const
inherited

Connect controllable parameter of this action with the controllable parameters of the objects added by this action.

Parameters
parameterName of the controllable parameter of this action
object_typeType of the object added by this action.
object_nameName of the object added by this action.
object_parameterName of the parameter of the object.

Definition at line 77 of file MooseBase.C.

81{
82 auto & factory = _app.getFactory();
83 auto & ip_warehouse = _app.getInputParameterWarehouse();
84
85 MooseObjectParameterName primary_name(uniqueName(), parameter);
86 const auto base_type = factory.getValidParams(object_type).getBase();
87 MooseObjectParameterName secondary_name(base_type, object_name, object_parameter);
88 ip_warehouse.addControllableParameterConnection(primary_name, secondary_name);
89
90 const auto & tags = _pars.get<std::vector<std::string>>("control_tags");
91 for (const auto & tag : tags)
92 {
93 if (!tag.empty())
94 {
95 // Only adds the parameter with the different control tags if the derived class
96 // properly registers the parameter to its own syntax
97 MooseObjectParameterName tagged_name(tag, name(), parameter);
98 ip_warehouse.addControllableParameterConnection(
99 tagged_name, secondary_name, /*error_on_empty=*/false);
100 }
101 }
102}
Factory & getFactory()
Retrieve a writable reference to the Factory associated with this App.
Definition MooseApp.h:407
MooseObjectName uniqueName() const
Definition MooseBase.C:69

◆ console()

const ConsoleStream & Problem::console ( ) const
inlineinherited

Return console handle.

Definition at line 48 of file Problem.h.

48{ return _console; }

Referenced by Moose::SlepcSupport::mooseSlepcEPSMonitor(), ComputeLinearFVElementalThread::printBlockExecutionInformation(), ComputeLinearFVFaceThread::printBlockExecutionInformation(), ComputeDiracThread::printBlockExecutionInformation(), ComputeIndicatorThread::printBlockExecutionInformation(), ComputeMarkerThread::printBlockExecutionInformation(), ComputeUserObjectsThread::printBlockExecutionInformation(), NonlinearThread::printBlockExecutionInformation(), NonlinearThread::printBoundaryExecutionInformation(), ComputeFVInitialConditionThread::printGeneralExecutionInformation(), ComputeInitialConditionThread::printGeneralExecutionInformation(), ComputeLinearFVElementalThread::printGeneralExecutionInformation(), ComputeLinearFVFaceThread::printGeneralExecutionInformation(), ComputeDiracThread::printGeneralExecutionInformation(), ComputeElemDampingThread::printGeneralExecutionInformation(), ComputeIndicatorThread::printGeneralExecutionInformation(), ComputeMarkerThread::printGeneralExecutionInformation(), ComputeNodalDampingThread::printGeneralExecutionInformation(), ComputeNodalKernelBCJacobiansThread::printGeneralExecutionInformation(), ComputeNodalKernelBcsThread::printGeneralExecutionInformation(), ComputeNodalKernelJacobiansThread::printGeneralExecutionInformation(), ComputeNodalKernelsThread::printGeneralExecutionInformation(), ComputeNodalUserObjectsThread::printGeneralExecutionInformation(), ComputeUserObjectsThread::printGeneralExecutionInformation(), NonlinearThread::printGeneralExecutionInformation(), and ComputeThreadedGeneralUserObjectsThread::printGeneralExecutionInformation().

◆ constJacobian()

bool FEProblemBase::constJacobian ( ) const
inherited

Returns _const_jacobian (whether a MOOSE object has specified that the Jacobian is the same as the previous time it was computed)

Definition at line 9639 of file FEProblemBase.C.

9640{
9641 return _const_jacobian;
9642}

Referenced by Moose::SlepcSupport::moosePetscSNESFormMatricesTags(), Moose::SlepcSupport::moosePetscSNESFormMatrixTag(), and DisplacedProblem::prepare().

◆ converged()

virtual bool SubProblem::converged ( const unsigned int  sys_num)
inlinevirtualinherited

Eventually we want to convert this virtual over to taking a solver system number argument.

We will have to first convert apps to use solverSystemConverged, and then once that is done, we can change this signature. Then we can go through the apps again and convert back to this changed API

Definition at line 113 of file SubProblem.h.

113{ return solverSystemConverged(sys_num); }
virtual bool solverSystemConverged(const unsigned int sys_num)
Definition SubProblem.h:100

Referenced by EigenExecutionerBase::inversePowerIteration(), EigenExecutionerBase::nonlinearSolve(), FEProblemSolve::solve(), AStableDirk4::solve(), ExplicitRK2::solve(), ExplicitTVDRK2::solve(), ImplicitMidpoint::solve(), LStableDirk2::solve(), LStableDirk3::solve(), LStableDirk4::solve(), DisplacedProblem::solverSystemConverged(), SubProblem::solverSystemConverged(), and AB2PredictorCorrector::step().

◆ coordTransform()

MooseAppCoordTransform & FEProblemBase::coordTransform ( )
inherited
Returns
the coordinate transformation object that describes how to transform this problem's coordinate system into the canonical/reference coordinate system

Definition at line 10037 of file FEProblemBase.C.

10038{
10039 return mesh().coordTransform();
10040}

◆ copySolutionsBackwards()

void FEProblemBase::copySolutionsBackwards ( )
virtualinherited

Definition at line 7309 of file FEProblemBase.C.

7310{
7311 TIME_SECTION("copySolutionsBackwards", 3, "Copying Solutions Backward");
7312
7313 for (auto & sys : _solver_systems)
7315 _aux->copySolutionsBackwards();
7316}
virtual void copySolutionsBackwards()

◆ coupling()

Moose::CouplingType FEProblemBase::coupling ( ) const
inlineinherited

Definition at line 197 of file FEProblemBase.h.

197{ return _coupling; }
Moose::CouplingType _coupling
Type of variable coupling.

Referenced by DiffusionLHDGAssemblyHelper::checkCoupling(), and NonlinearSystemBase::computeJacobianInternal().

◆ couplingEntries()

std::vector< std::pair< MooseVariableFieldBase *, MooseVariableFieldBase * > > & FEProblemBase::couplingEntries ( const THREAD_ID  tid,
const unsigned int  nl_sys_num 
)
inherited

◆ couplingMatrix()

const libMesh::CouplingMatrix * FEProblemBase::couplingMatrix ( const unsigned int  nl_sys_num) const
inlineoverridevirtualinherited

The coupling matrix defining what blocks exist in the preconditioning matrix.

Implements SubProblem.

Definition at line 3875 of file FEProblemBase.h.

3876{
3877 return _cm[i].get();
3878}

Referenced by DiffusionLHDGAssemblyHelper::checkCoupling(), DisplacedProblem::couplingMatrix(), and DisplacedProblem::init().

◆ createMortarInterface()

void FEProblemBase::createMortarInterface ( const std::pair< BoundaryID, BoundaryID > &  primary_secondary_boundary_pair,
const std::pair< SubdomainID, SubdomainID > &  primary_secondary_subdomain_pair,
bool  on_displaced,
bool  periodic,
const bool  debug,
const bool  correct_edge_dropping,
const Real  minimum_projection_angle,
const Mortar3DSubpatchPlane  mortar_3d_subpatch_plane,
const MooseEnum triangulation,
const bool  triangulate_triangles,
const Mortar3DQuadraturePointMapping  mortar_3d_qp_mapping = Mortar3DQuadraturePointMapping::NORMAL_PROJECTION 
)
inherited

Definition at line 8554 of file FEProblemBase.C.

8566{
8567 _has_mortar = true;
8568
8569 if (on_displaced)
8570 return _mortar_data->createMortarInterface(primary_secondary_boundary_pair,
8571 primary_secondary_subdomain_pair,
8573 on_displaced,
8574 periodic,
8575 debug,
8576 correct_edge_dropping,
8577 minimum_projection_angle,
8578 mortar_3d_subpatch_plane,
8579 triangulation,
8580 triangulate_triangles,
8581 mortar_3d_qp_mapping);
8582 else
8583 return _mortar_data->createMortarInterface(primary_secondary_boundary_pair,
8584 primary_secondary_subdomain_pair,
8585 *this,
8586 on_displaced,
8587 periodic,
8588 debug,
8589 correct_edge_dropping,
8590 minimum_projection_angle,
8591 mortar_3d_subpatch_plane,
8592 triangulation,
8593 triangulate_triangles,
8594 mortar_3d_qp_mapping);
8595}
bool _has_mortar
Whether the simulation requires mortar coupling.

◆ createQRules()

void FEProblemBase::createQRules ( libMesh::QuadratureType  type,
libMesh::Order  order,
libMesh::Order  volume_order = libMesh::INVALID_ORDER,
libMesh::Order  face_order = libMesh::INVALID_ORDER,
SubdomainID  block = Moose::ANY_BLOCK_ID,
bool  allow_negative_qweights = true 
)
virtualinherited

Definition at line 6730 of file FEProblemBase.C.

6736{
6737 if (order == INVALID_ORDER)
6738 {
6739 // automatically determine the integration order
6740 order = _solver_systems[0]->getMinQuadratureOrder();
6741 for (const auto i : make_range(std::size_t(1), _solver_systems.size()))
6742 if (order < _solver_systems[i]->getMinQuadratureOrder())
6743 order = _solver_systems[i]->getMinQuadratureOrder();
6744 if (order < _aux->getMinQuadratureOrder())
6745 order = _aux->getMinQuadratureOrder();
6746 }
6747
6748 if (volume_order == INVALID_ORDER)
6749 volume_order = order;
6750
6751 if (face_order == INVALID_ORDER)
6752 face_order = order;
6753
6754 for (unsigned int tid = 0; tid < libMesh::n_threads(); ++tid)
6755 for (const auto i : index_range(_solver_systems))
6756 _assembly[tid][i]->createQRules(
6757 type, order, volume_order, face_order, block, allow_negative_qweights);
6758
6760 _displaced_problem->createQRules(
6761 type, order, volume_order, face_order, block, allow_negative_qweights);
6762
6763 updateMaxQps();
6764}
virtual void createQRules(libMesh::QuadratureType type, libMesh::Order order, libMesh::Order volume_order=libMesh::INVALID_ORDER, libMesh::Order face_order=libMesh::INVALID_ORDER, SubdomainID block=Moose::ANY_BLOCK_ID, bool allow_negative_qweights=true)

Referenced by ActionUnitTest::buildMinimalObjects(), MooseObjectUnitTest::buildObjects(), and FEProblemBase::createQRules().

◆ createTagMatrices()

void FEProblemBase::createTagMatrices ( CreateTaggedMatrixKey  )
inherited

Definition at line 732 of file FEProblemBase.C.

733{
734 auto & matrices = getParam<std::vector<std::vector<TagName>>>("extra_tag_matrices");
735 for (const auto sys_num : index_range(matrices))
736 for (auto & matrix : matrices[sys_num])
737 {
738 auto tag = addMatrixTag(matrix);
739 _solver_systems[sys_num]->addMatrix(tag);
740 }
741
742 for (auto & sys : _solver_systems)
743 sys->sizeVariableMatrixData();
744 _aux->sizeVariableMatrixData();
745}
for(PetscInt i=0;i< nvars;++i)
virtual TagID addMatrixTag(TagName tag_name)
Create a Tag.
Definition SubProblem.C:310

◆ createTagSolutions()

void FEProblemBase::createTagSolutions ( )
protectedinherited

Create extra tagged solution vectors.

Definition at line 748 of file FEProblemBase.C.

749{
750 for (auto & vector : getParam<std::vector<TagName>>("extra_tag_solutions"))
751 {
752 auto tag = addVectorTag(vector, Moose::VECTOR_TAG_SOLUTION);
753 for (auto & sys : _solver_systems)
754 sys->addVector(tag, false, libMesh::GHOSTED);
755 _aux->addVector(tag, false, libMesh::GHOSTED);
756 }
757
759 {
760 // We'll populate the zeroth state of the nonlinear iterations with the current solution for
761 // ease of use in doing things like copying solutions backwards. We're just storing pointers in
762 // the solution states containers so populating the zeroth state does not cost us the memory of
763 // a new vector
765 }
766
768 for (auto & sys : _solver_systems)
769 sys->associateVectorToTag(*sys->system().current_local_solution.get(), tag);
770 _aux->associateVectorToTag(*_aux->system().current_local_solution.get(), tag);
771}
bool _previous_nl_solution_required
Indicates we need to save the previous NL iteration variable values.
void needSolutionState(unsigned int oldest_needed, Moose::SolutionIterationType iteration_type)
Declare that we need up to old (1) or older (2) solution states for a given type of iteration.
virtual TagID addVectorTag(const TagName &tag_name, const Moose::VectorTagType type=Moose::VECTOR_TAG_RESIDUAL)
Create a Tag.
Definition SubProblem.C:91
@ VECTOR_TAG_SOLUTION
const TagName SOLUTION_TAG
Definition MooseTypes.C:25

Referenced by DumpObjectsProblem::DumpObjectsProblem(), EigenProblem::EigenProblem(), ExternalProblem::ExternalProblem(), and FEProblem::FEProblem().

◆ createTagVectors()

void FEProblemBase::createTagVectors ( )
protectedinherited

Create extra tagged vectors and matrices.

Definition at line 710 of file FEProblemBase.C.

711{
712 // add vectors and their tags to system
713 auto & vectors = getParam<std::vector<std::vector<TagName>>>("extra_tag_vectors");
714 for (const auto sys_num : index_range(vectors))
715 for (auto & vector : vectors[sys_num])
716 {
717 auto tag = addVectorTag(vector);
718 _solver_systems[sys_num]->addVector(tag, false, libMesh::GHOSTED);
719 }
720
721 auto & not_zeroed_vectors = getParam<std::vector<std::vector<TagName>>>("not_zeroed_tag_vectors");
722 for (const auto sys_num : index_range(not_zeroed_vectors))
723 for (auto & vector : not_zeroed_vectors[sys_num])
724 {
725 auto tag = addVectorTag(vector);
726 _solver_systems[sys_num]->addVector(tag, false, GHOSTED);
728 }
729}
void addNotZeroedVectorTag(const TagID tag)
Adds a vector tag to the list of vectors that will not be zeroed when other tagged vectors are.
Definition SubProblem.C:148

Referenced by DumpObjectsProblem::DumpObjectsProblem(), EigenProblem::EigenProblem(), ExternalProblem::ExternalProblem(), and FEProblem::FEProblem().

◆ currentLinearSysNum()

unsigned int FEProblemBase::currentLinearSysNum ( ) const
overridevirtualinherited
Returns
the current linear system number

Implements SubProblem.

Definition at line 10054 of file FEProblemBase.C.

10055{
10056 // If we don't have linear systems this should be an invalid number
10057 unsigned int current_linear_sys_num = libMesh::invalid_uint;
10058 if (_linear_systems.size())
10059 current_linear_sys_num = currentLinearSystem().number();
10060
10061 return current_linear_sys_num;
10062}
LinearSystem & currentLinearSystem()
Get a non-constant reference to the current linear system.
const unsigned int invalid_uint

Referenced by DisplacedProblem::currentLinearSysNum().

◆ currentLinearSystem() [1/2]

LinearSystem & FEProblemBase::currentLinearSystem ( )
inlineinherited

Get a non-constant reference to the current linear system.

Definition at line 3843 of file FEProblemBase.h.

3844{
3845 mooseAssert(_current_linear_sys, "The linear system is not currently set");
3846 return *_current_linear_sys;
3847}

Referenced by FEProblemBase::currentLinearSysNum(), and Moose::PetscSupport::petscLinearConverged().

◆ currentLinearSystem() [2/2]

const LinearSystem & FEProblemBase::currentLinearSystem ( ) const
inlineinherited

Get a constant reference to the current linear system.

Definition at line 3850 of file FEProblemBase.h.

3851{
3852 mooseAssert(_current_linear_sys, "The linear system is not currently set");
3853 return *_current_linear_sys;
3854}

◆ currentlyComputingJacobian()

const bool & SubProblem::currentlyComputingJacobian ( ) const
inlineinherited

◆ currentlyComputingResidual()

const bool & SubProblem::currentlyComputingResidual ( ) const
inlineinherited

Returns true if the problem is in the process of computing the residual.

Definition at line 728 of file SubProblem.h.

bool _currently_computing_residual
Whether the residual is being evaluated.

◆ currentlyComputingResidualAndJacobian()

const bool & SubProblem::currentlyComputingResidualAndJacobian ( ) const
inlineinherited

Returns true if the problem is in the process of computing the residual and the Jacobian.

Definition at line 1505 of file SubProblem.h.

1506{
1508}
bool _currently_computing_residual_and_jacobian
Flag to determine whether the problem is currently computing the residual and Jacobian.

Referenced by SubProblem::reinitElemFaceRef(), and NEML2Utils::shouldCompute().

◆ currentNlSysNum()

unsigned int FEProblemBase::currentNlSysNum ( ) const
overridevirtualinherited
Returns
the current nonlinear system number

Implements SubProblem.

Definition at line 10043 of file FEProblemBase.C.

10044{
10045 // If we don't have nonlinear systems this should be an invalid number
10046 unsigned int current_nl_sys_num = libMesh::invalid_uint;
10047 if (_nl.size())
10048 current_nl_sys_num = currentNonlinearSystem().number();
10049
10050 return current_nl_sys_num;
10051}
NonlinearSystemBase & currentNonlinearSystem()

Referenced by DisplacedProblem::currentNlSysNum(), FEProblemBase::jacobianSetup(), and FEProblemBase::residualSetup().

◆ currentNonlinearSystem() [1/2]

NonlinearSystemBase & FEProblemBase::currentNonlinearSystem ( )
inlineinherited

◆ currentNonlinearSystem() [2/2]

const NonlinearSystemBase & FEProblemBase::currentNonlinearSystem ( ) const
inlineinherited

Definition at line 3820 of file FEProblemBase.h.

3821{
3822 mooseAssert(_current_nl_sys, "The nonlinear system is not currently set");
3823 return *_current_nl_sys;
3824}

◆ currentResidualVectorTags()

const std::vector< VectorTag > & FEProblemBase::currentResidualVectorTags ( ) const
inlineoverridevirtualinherited

◆ customSetup()

void FEProblemBase::customSetup ( const ExecFlagType exec_type)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 5161 of file FEProblemBase.C.

5162{
5163 SubProblem::customSetup(exec_type);
5164
5165 if (_line_search)
5166 _line_search->customSetup(exec_type);
5167
5168 unsigned int n_threads = libMesh::n_threads();
5169 for (THREAD_ID tid = 0; tid < n_threads; tid++)
5170 {
5171 _all_materials.customSetup(exec_type, tid);
5172 _functions.customSetup(exec_type, tid);
5173 }
5174
5175#ifdef MOOSE_KOKKOS_ENABLED
5176 _kokkos_functions.customSetup(exec_type);
5177#endif
5178
5179 _aux->customSetup(exec_type);
5180 for (auto & nl : _nl)
5181 nl->customSetup(exec_type);
5182
5184 _displaced_problem->customSetup(exec_type);
5185
5186 for (THREAD_ID tid = 0; tid < n_threads; tid++)
5187 {
5188 _internal_side_indicators.customSetup(exec_type, tid);
5189 _indicators.customSetup(exec_type, tid);
5190 _markers.customSetup(exec_type, tid);
5191 }
5192
5193 std::vector<UserObject *> userobjs;
5194 theWarehouse().query().condition<AttribSystem>("UserObject").queryIntoUnsorted(userobjs);
5195 for (auto obj : userobjs)
5196 obj->customSetup(exec_type);
5197
5198#ifdef MOOSE_KOKKOS_ENABLED
5199 {
5200 std::vector<UserObjectBase *> userobjs;
5201 theWarehouse().query().condition<AttribSystem>("KokkosUserObject").queryIntoUnsorted(userobjs);
5202 for (auto obj : userobjs)
5203 obj->customSetup(exec_type);
5204 }
5205#endif
5206
5207 _app.getOutputWarehouse().customSetup(exec_type);
5208}
void customSetup(const ExecFlagType &exec_type) override
virtual void customSetup(const ExecFlagType &exec_type, THREAD_ID tid=0) const
void customSetup(const ExecFlagType &exec_type)
Calls the setup function for each of the output objects.
virtual void customSetup(const ExecFlagType &exec_type)

Referenced by FEProblemBase::execute().

◆ declareManagedRestartableDataWithContext()

template<typename T , typename... Args>
Restartable::ManagedValue< T > Restartable::declareManagedRestartableDataWithContext ( const std::string &  data_name,
void *  context,
Args &&...  args 
)
protectedinherited

Declares a piece of "managed" restartable data and initialize it.

Here, "managed" restartable data means that the caller can destruct this data upon destruction of the return value of this method. Therefore, this ManagedValue<T> wrapper should survive after the final calls to dataStore() for it. That is... at the very end.

This is needed for objects whose destruction ordering is important, and enables natural c++ destruction in reverse construction order of the object that declares it.

See delcareRestartableData and declareRestartableDataWithContext for more information.

Definition at line 283 of file Restartable.h.

286{
287 auto & data_ptr =
288 declareRestartableDataHelper<T>(data_name, context, std::forward<Args>(args)...);
289 return Restartable::ManagedValue<T>(data_ptr);
290}
Wrapper class for restartable data that is "managed.
Definition Restartable.h:43

◆ declareRecoverableData()

template<typename T , typename... Args>
T & Restartable::declareRecoverableData ( const std::string &  data_name,
Args &&...  args 
)
protectedinherited

Declare a piece of data as "recoverable" and initialize it.

This means that in the event of a restart this piece of data will be restored back to its previous value.

Note - this data will NOT be restored on Restart!

NOTE: This returns a reference! Make sure you store it in a reference!

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)
argsArguments to forward to the constructor of the data

Definition at line 358 of file Restartable.h.

359{
360 const auto full_name = restartableName(data_name);
361
363
364 return declareRestartableDataWithContext<T>(data_name, nullptr, std::forward<Args>(args)...);
365}
std::string restartableName(const std::string &data_name) const
Gets the name of a piece of restartable data given a data name, adding the system name and object nam...
Definition Restartable.C:78
void registerRestartableNameWithFilterOnApp(const std::string &name, Moose::RESTARTABLE_FILTER filter)
Helper function for actually registering the restartable data.
Definition Restartable.C:71

◆ declareRestartableData()

template<typename T , typename... Args>
T & Restartable::declareRestartableData ( const std::string &  data_name,
Args &&...  args 
)
protectedinherited

Declare a piece of data as "restartable" and initialize it.

This means that in the event of a restart this piece of data will be restored back to its previous value.

NOTE: This returns a reference! Make sure you store it in a reference!

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)
argsArguments to forward to the constructor of the data

Definition at line 276 of file Restartable.h.

277{
278 return declareRestartableDataWithContext<T>(data_name, nullptr, std::forward<Args>(args)...);
279}

◆ declareRestartableDataHelper()

template<typename T , typename... Args>
RestartableData< T > & Restartable::declareRestartableDataHelper ( const std::string &  data_name,
void *  context,
Args &&...  args 
) const
privateinherited

Helper function for declaring restartable data.

We use this function to reduce code duplication when returning const/nonconst references to the data.

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)
contextContext pointer that will be passed to the load and store functions
argsArguments to forward to the constructor of the data

Definition at line 310 of file Restartable.h.

313{
314 const auto full_name = restartableName(data_name);
315
316 // Here we will create the RestartableData even though we may not use this instance.
317 // If it's already in use, the App will return a reference to the existing instance and we'll
318 // return that one instead. We might refactor this to have the app create the RestartableData
319 // at a later date.
320 auto data_ptr =
321 std::make_unique<RestartableData<T>>(full_name, context, std::forward<Args>(args)...);
322 auto & restartable_data_ref = cast_ref<RestartableData<T> &>(
323 registerRestartableDataOnApp(std::move(data_ptr), _restartable_tid));
324
325 return restartable_data_ref;
326}
const THREAD_ID _restartable_tid
The thread ID for this object.
RestartableDataValue & registerRestartableDataOnApp(std::unique_ptr< RestartableDataValue > data, THREAD_ID tid) const
Helper function for actually registering the restartable data.
Definition Restartable.C:63

◆ declareRestartableDataWithContext()

template<typename T , typename... Args>
T & Restartable::declareRestartableDataWithContext ( const std::string &  data_name,
void *  context,
Args &&...  args 
)
protectedinherited

Declare a piece of data as "restartable" and initialize it.

This means that in the event of a restart this piece of data will be restored back to its previous value.

NOTE: This returns a reference! Make sure you store it in a reference!

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)
contextContext pointer that will be passed to the load and store functions
argsArguments to forward to the constructor of the data

Definition at line 301 of file Restartable.h.

304{
305 return declareRestartableDataHelper<T>(data_name, context, std::forward<Args>(args)...).set();
306}

◆ declareRestartableDataWithObjectName()

template<typename T , typename... Args>
T & Restartable::declareRestartableDataWithObjectName ( const std::string &  data_name,
const std::string &  object_name,
Args &&...  args 
)
protectedinherited

Declare a piece of data as "restartable".

This means that in the event of a restart this piece of data will be restored back to its previous value.

NOTE: This returns a reference! Make sure you store it in a reference!

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)
object_nameA supplied name for the object that is declaring this data.
argsArguments to forward to the constructor of the data

Definition at line 330 of file Restartable.h.

333{
334 return declareRestartableDataWithObjectNameWithContext<T>(
335 data_name, object_name, nullptr, std::forward<Args>(args)...);
336}

◆ declareRestartableDataWithObjectNameWithContext()

template<typename T , typename... Args>
T & Restartable::declareRestartableDataWithObjectNameWithContext ( const std::string &  data_name,
const std::string &  object_name,
void *  context,
Args &&...  args 
)
protectedinherited

Declare a piece of data as "restartable".

This means that in the event of a restart this piece of data will be restored back to its previous value.

NOTE: This returns a reference! Make sure you store it in a reference!

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)
object_nameA supplied name for the object that is declaring this data.
contextContext pointer that will be passed to the load and store functions
argsArguments to forward to the constructor of the data

Definition at line 340 of file Restartable.h.

344{
345 std::string old_name = _restartable_name;
346
347 _restartable_name = object_name;
348
349 T & value = declareRestartableDataWithContext<T>(data_name, context, std::forward<Args>(args)...);
350
351 _restartable_name = old_name;
352
353 return value;
354}
std::string _restartable_name
The name of the object.
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)

◆ defaultGhosting()

bool SubProblem::defaultGhosting ( )
inlineinherited

Whether or not the user has requested default ghosting ot be on.

Definition at line 144 of file SubProblem.h.

144{ return _default_ghosting; }
bool _default_ghosting
Whether or not to use default libMesh coupling.

Referenced by DisplacedSystem::DisplacedSystem(), and NonlinearSystemBase::NonlinearSystemBase().

◆ determineSolverSystem()

std::pair< bool, unsigned int > FEProblemBase::determineSolverSystem ( const std::string &  var_name,
bool  error_if_not_found = false 
) const
overrideprivatevirtualinherited

Determine what solver system the provided variable name lies in.

Parameters
var_nameThe name of the variable we are doing solver system lookups for
error_if_not_foundWhether to error if the variable name isn't found in any of the solver systems
Returns
A pair in which the first member indicates whether the variable was found in the solver systems and the second member indicates the solver system number in which the variable was found (or an invalid unsigned integer if not found)

Implements SubProblem.

Definition at line 3103 of file FEProblemBase.C.

3105{
3106 auto map_it = _solver_var_to_sys_num.find(var_name);
3107 const bool var_in_sys = map_it != _solver_var_to_sys_num.end();
3108 if (var_in_sys)
3109 mooseAssert(_solver_systems[map_it->second]->hasVariable(var_name) ||
3110 _solver_systems[map_it->second]->hasScalarVariable(var_name),
3111 "If the variable is in our FEProblem solver system map, then it must be in the "
3112 "solver system we expect");
3113 else if (error_if_not_found)
3114 {
3115 if (_aux->hasVariable(var_name) || _aux->hasScalarVariable(var_name))
3116 mooseError("No solver variable named ",
3117 var_name,
3118 " found. Did you specify an auxiliary variable when you meant to specify a "
3119 "solver variable?");
3120 else
3121 mooseError("Unknown variable '",
3122 var_name,
3123 "'. It does not exist in the solver system(s) or auxiliary system");
3124 }
3125
3126 return std::make_pair(var_in_sys, var_in_sys ? map_it->second : libMesh::invalid_uint);
3127}

Referenced by FEProblemBase::addBoundaryCondition(), FEProblemBase::addConstraint(), FEProblemBase::addDamper(), FEProblemBase::addDGKernel(), FEProblemBase::addDiracKernel(), FEProblemBase::addHDGKernel(), FEProblemBase::addInterfaceKernel(), FEProblemBase::addKernel(), FEProblemBase::addNodalKernel(), FEProblemBase::addScalarKernel(), DisplacedProblem::determineSolverSystem(), and FEProblemBase::getSystem().

◆ diracKernelInfo()

DiracKernelInfo & SubProblem::diracKernelInfo ( )
virtualinherited

Definition at line 747 of file SubProblem.C.

748{
749 return _dirac_kernel_info;
750}

◆ doingPRefinement()

bool SubProblem::doingPRefinement ( ) const
inherited
Returns
whether we're doing p-refinement

Definition at line 1380 of file SubProblem.C.

1381{
1382 return mesh().doingPRefinement();
1383}
void doingPRefinement(bool doing_p_refinement)
Indicate whether the kind of adaptivity we're doing includes p-refinement.
Definition MooseMesh.h:1502

Referenced by FEProblemBase::meshChanged().

◆ dt()

virtual Real & FEProblemBase::dt ( ) const
inlinevirtualinherited

◆ dtOld()

virtual Real & FEProblemBase::dtOld ( ) const
inlinevirtualinherited

Definition at line 576 of file FEProblemBase.h.

576{ return _dt_old; }

Referenced by IterationAdaptiveDT::acceptStep().

◆ duplicateVariableCheck()

bool FEProblemBase::duplicateVariableCheck ( const std::string &  var_name,
const libMesh::FEType type,
bool  is_aux,
const std::set< SubdomainID > *const  active_subdomains 
)
protectedinherited

Helper to check for duplicate variable names across systems or within a single system.

Definition at line 2955 of file FEProblemBase.C.

2959{
2960 std::set<SubdomainID> subdomainIDs;
2961 if (active_subdomains->size() == 0)
2962 {
2963 const auto subdomains = _mesh.meshSubdomains();
2964 subdomainIDs.insert(subdomains.begin(), subdomains.end());
2965 }
2966 else
2967 subdomainIDs.insert(active_subdomains->begin(), active_subdomains->end());
2968
2969 for (auto & sys : _solver_systems)
2970 {
2971 SystemBase * curr_sys_ptr = sys.get();
2972 SystemBase * other_sys_ptr = _aux.get();
2973 std::string error_prefix = "";
2974 if (is_aux)
2975 {
2976 curr_sys_ptr = _aux.get();
2977 other_sys_ptr = sys.get();
2978 error_prefix = "aux";
2979 }
2980
2981 if (other_sys_ptr->hasVariable(var_name))
2982 mooseError("Cannot have an auxiliary variable and a solver variable with the same name: ",
2983 var_name);
2984
2985 if (curr_sys_ptr->hasVariable(var_name))
2986 {
2987 const libMesh::Variable & var =
2988 curr_sys_ptr->system().variable(curr_sys_ptr->system().variable_number(var_name));
2989
2990 // variable type
2991 if (var.type() != type)
2992 {
2993 const auto stringifyType = [](FEType t)
2994 { return Moose::stringify(t.family) + " of order " + Moose::stringify(t.order); };
2995
2996 mooseError("Mismatching types are specified for ",
2997 error_prefix,
2998 "variable with name '",
2999 var_name,
3000 "': '",
3001 stringifyType(var.type()),
3002 "' and '",
3003 stringifyType(type),
3004 "'");
3005 }
3006
3007 // block-restriction
3008 if (!(active_subdomains->size() == 0 && var.active_subdomains().size() == 0))
3009 {
3010 const auto varActiveSubdomains = var.active_subdomains();
3011 std::set<SubdomainID> varSubdomainIDs;
3012 if (varActiveSubdomains.size() == 0)
3013 {
3014 const auto subdomains = _mesh.meshSubdomains();
3015 varSubdomainIDs.insert(subdomains.begin(), subdomains.end());
3016 }
3017 else
3018 varSubdomainIDs.insert(varActiveSubdomains.begin(), varActiveSubdomains.end());
3019
3020 // Is subdomainIDs a subset of varSubdomainIDs? With this we allow the case that the newly
3021 // requested block restriction is only a subset of the existing one.
3022 const auto isSubset = std::includes(varSubdomainIDs.begin(),
3023 varSubdomainIDs.end(),
3024 subdomainIDs.begin(),
3025 subdomainIDs.end());
3026
3027 if (!isSubset)
3028 {
3029 // helper function: make a string from a set of subdomain ids
3030 const auto stringifySubdomains = [this](std::set<SubdomainID> subdomainIDs)
3031 {
3032 std::stringstream s;
3033 for (auto const i : subdomainIDs)
3034 {
3035 // do we need to insert a comma?
3036 if (s.tellp() != 0)
3037 s << ", ";
3038
3039 // insert subdomain name and id -or- only the id (if no name is given)
3040 const auto subdomainName = _mesh.getSubdomainName(i);
3041 if (subdomainName.empty())
3042 s << i;
3043 else
3044 s << subdomainName << " (" << i << ")";
3045 }
3046 return s.str();
3047 };
3048
3049 const std::string msg = "Mismatching block-restrictions are specified for " +
3050 error_prefix + "variable with name '" + var_name + "': {" +
3051 stringifySubdomains(varSubdomainIDs) + "} and {" +
3052 stringifySubdomains(subdomainIDs) + "}";
3053
3054 mooseError(msg);
3055 }
3056 }
3057
3058 return true;
3059 }
3060 }
3061
3062 return false;
3063}
virtual bool hasVariable(const std::string &var_name) const
Query a system for a variable.
Definition SystemBase.C:850
const Variable & variable(unsigned int var) const
unsigned int variable_number(std::string_view var) const
const std::set< subdomain_id_type > & active_subdomains() const
const FEType & type() const

Referenced by FEProblemBase::addAuxArrayVariable(), FEProblemBase::addAuxScalarVariable(), FEProblemBase::addAuxVariable(), and FEProblemBase::addVariable().

◆ enabled()

virtual bool MooseObject::enabled ( ) const
inlinevirtualinherited

Return the enabled status of the object.

Reimplemented in EigenKernel.

Definition at line 49 of file MooseObject.h.

49{ return _enabled; }
const bool & _enabled
Reference to the "enable" InputParameters, used by Controls for toggling on/off MooseObjects.
Definition MooseObject.h:71

Referenced by EigenKernel::enabled(), BlockRestrictionDebugOutput::printBlockRestrictionGroups(), BlockRestrictionDebugOutput::printBoundaryRestrictionGroups(), and NodeFaceConstraint::validParams().

◆ errorOnJacobianNonzeroReallocation()

bool FEProblemBase::errorOnJacobianNonzeroReallocation ( ) const
inlineinherited

Will return True if the user wants to get an error when a nonzero is reallocated in the Jacobian by PETSc.

Definition at line 2382 of file FEProblemBase.h.

2383 {
2385 }
bool _error_on_jacobian_nonzero_reallocation
Whether to error when the Jacobian is re-allocated, usually because the sparsity pattern changed.

Referenced by NonlinearSystemBase::computeJacobianBlocks(), NonlinearSystemBase::computeJacobianInternal(), LinearSystem::computeLinearSystemInternal(), NonlinearSystemBase::computeResidualAndJacobianInternal(), and NonlinearSystemBase::constraintJacobians().

◆ errorPrefix()

std::string MooseBase::errorPrefix ( const std::string &  ) const
inlineinherited

Deprecated message prefix; the error type is no longer used.

Definition at line 264 of file MooseBase.h.

264{ return messagePrefix(); }

◆ es()

virtual libMesh::EquationSystems & FEProblemBase::es ( )
inlineoverridevirtualinherited

◆ execMultiApps()

bool FEProblemBase::execMultiApps ( ExecFlagType  type,
bool  auto_advance = true 
)
inherited

Execute the MultiApps associated with the ExecFlagType.

Definition at line 6112 of file FEProblemBase.C.

6113{
6114 // Active MultiApps
6115 const std::vector<MooseSharedPointer<MultiApp>> & multi_apps =
6116 _multi_apps[exec_on].getActiveObjects();
6117
6118 // Do anything that needs to be done to Apps before transfers
6119 for (const auto & multi_app : multi_apps)
6120 multi_app->preTransfer(_dt, _time);
6121
6122 // Execute Transfers _to_ MultiApps
6124
6125 // Execute Transfers _beween_ MultiApps for the multiapps that don't execute on this flag
6126 // NOTE: there is usually no need to execute a transfer unless the multiapp providing its
6127 // data also executed. But we need to obey what the user requested for the execution schedule,
6128 // hence the two executions
6130
6131 // Order the multiapps based on their execution group
6132 // Build the ordered multiapp groups
6133 std::map<unsigned int, std::vector<MooseSharedPointer<MultiApp>>> ordered_multi_apps;
6134
6135 for (const auto & multi_app : multi_apps)
6136 ordered_multi_apps[multi_app->getParam<unsigned int>("execution_order_group")].push_back(
6137 multi_app);
6138
6139 // Execute MultiApps
6140 if (multi_apps.size())
6141 {
6142 TIME_SECTION("execMultiApps", 1, "Executing MultiApps", false);
6143
6145 _console << COLOR_CYAN << "\nExecuting MultiApps on " << Moose::stringify(exec_on)
6146 << COLOR_DEFAULT << std::endl;
6147
6148 bool success = true;
6149
6150 for (const auto & [group, multi_app_group] : ordered_multi_apps)
6151 {
6152 if (_verbose_multiapps && ordered_multi_apps.size() > 1)
6153 _console << COLOR_CYAN << "\nExecuting MultiApps from group " << group << COLOR_DEFAULT
6154 << std::endl;
6155
6156 for (const auto & multi_app : multi_app_group)
6157 {
6158 success = multi_app->solveStep(_dt, _time, auto_advance);
6159 // no need to finish executing the subapps if one fails
6160 if (!success)
6161 break;
6162 }
6163
6164 // Execute Transfers _between_ MultiApps after each app executes
6165 for (const auto & multi_app : multi_app_group)
6166 execMultiAppTransfers(exec_on, MultiAppTransfer::BETWEEN_MULTIAPP, multi_app->name());
6167 }
6168
6170 _communicator.min(success);
6171
6172 if (!success)
6173 return false;
6174
6176 _console << COLOR_CYAN << "Finished Executing MultiApps on " << Moose::stringify(exec_on)
6177 << "\n"
6178 << COLOR_DEFAULT << std::endl;
6179 }
6180
6181 // Execute Transfers _from_ MultiApps (to the parent app)
6183
6184 // If we made it here then everything passed
6185 return true;
6186}
void execMultiAppTransfers(ExecFlagType type, Transfer::DIRECTION direction, const MultiAppName &source_app="")
Execute MultiAppTransfers associated with execution flag and direction.
Base class for all MultiAppTransfer objects.
void min(const T &r, T &o, Request &req) const

Referenced by FEProblemBase::adaptMesh(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeLinearSystemTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), Eigenvalue::execute(), SteadyBase::execute(), TransientBase::execute(), MFEMSteady::execute(), EigenExecutionerBase::postExecute(), FixedPointSolve::solve(), FixedPointSolve::solveStep(), and MFEMTransient::takeStep().

◆ execMultiAppTransfers()

void FEProblemBase::execMultiAppTransfers ( ExecFlagType  type,
Transfer::DIRECTION  direction,
const MultiAppName &  source_app = "" 
)
inherited

Execute MultiAppTransfers associated with execution flag and direction.

Parameters
typeThe execution flag to execute.
directionThe direction (to or from) to transfer.
source_appThe source application to execute transfers from. Defaults to all sources

Definition at line 5967 of file FEProblemBase.C.

5970{
5971 // Keep track of whether a transfer is actually executed to avoid extraneous console output
5972 bool is_executing_a_transfer = false;
5973 bool to_multiapp = direction == MultiAppTransfer::TO_MULTIAPP;
5974 bool from_multiapp = direction == MultiAppTransfer::FROM_MULTIAPP;
5975
5976 // Build console output
5977 std::string string_direction;
5978 std::string additional_source_info = "";
5979 if (to_multiapp)
5980 string_direction = " To ";
5981 else if (from_multiapp)
5982 string_direction = " From ";
5983 else
5984 string_direction = " Between ";
5985 if (!source_app.empty())
5986 additional_source_info = " from app '" + source_app + "'";
5987
5988 // This lambda only checks the source app, since the exec_type selection is done in the warehouse
5989 auto executeThisTransfer = [this, &direction, &source_app, &type](auto & transfer)
5990 {
5991 mooseAssert(transfer->getExecuteOnEnum().contains(type), "Should execute on this schedule");
5992 // no restriction / ordering groups on transfers from parent to child at this time
5993 if (direction != MultiAppTransfer::BETWEEN_MULTIAPP)
5994 return true;
5995 // on sibling transfers, we can delay until the app has been executed if the transfer is set
5996 // that way.
5997 if (transfer->getFromName() == source_app && transfer->executeAfterSiblingSourceApp())
5998 {
5999 libmesh_ignore(this);
6000 mooseAssert(this->getMultiApp(transfer->getFromName())->getExecuteOnEnum().contains(type),
6001 "from_multiapp should also execute on this schedule");
6002 }
6003 // Execute if:
6004 // - transfer is set execute before from_multiapp, and we are calling this before source apps
6005 // - from_multiapp app is not executing on this execute_on
6006 // - from_multiapp just executed (set to source app)
6007 if ((source_app.empty() && (!transfer->executeAfterSiblingSourceApp() ||
6008 !transfer->getFromMultiApp()->getExecuteOnEnum().contains(type))) ||
6009 (transfer->getFromName() == source_app && transfer->executeAfterSiblingSourceApp()))
6010 return true;
6011 return false;
6012 };
6013
6015 : from_multiapp ? _from_multi_app_transfers[type]
6017
6018 if (wh.hasActiveObjects())
6019 {
6020 TIME_SECTION("execMultiAppTransfers", 1, "Executing Transfers");
6021
6022 const auto & transfers = wh.getActiveObjects();
6023
6025 {
6027 {"Name", "Type", "From", "To"});
6028
6029 // Build Table of Transfer Info
6030 for (const auto & transfer : transfers)
6031 {
6032 auto multiapp_transfer = dynamic_cast<MultiAppTransfer *>(transfer.get());
6033
6034 // Don't add transfer to table if it won't execute
6035 if (!executeThisTransfer(multiapp_transfer))
6036 continue;
6037
6038 is_executing_a_transfer = true;
6039 table.addRow(multiapp_transfer->name(),
6040 multiapp_transfer->type(),
6041 multiapp_transfer->getFromName(),
6042 multiapp_transfer->getToName());
6043 }
6044
6045 // Print it
6046 if (is_executing_a_transfer)
6047 {
6048 _console << COLOR_CYAN << "\nTransfers on " << Moose::stringify(type) << string_direction
6049 << "MultiApps" << additional_source_info << COLOR_DEFAULT << ":" << std::endl;
6050
6051 table.print(_console);
6052 }
6053 }
6054
6055 for (const auto & transfer : transfers)
6056 {
6057 auto multiapp_transfer = libMesh::cast_ptr<MultiAppTransfer *>(transfer.get());
6058 if (!executeThisTransfer(multiapp_transfer))
6059 continue;
6060
6061 transfer->setCurrentDirection(direction);
6062 transfer->execute();
6063 }
6064
6066
6067 if (_verbose_multiapps && is_executing_a_transfer)
6068 _console << COLOR_CYAN << "Transfers on " << Moose::stringify(type) << " Are Finished\n"
6069 << COLOR_DEFAULT << std::endl;
6070 }
6071
6072 if (_multi_apps[type].getActiveObjects().size() && !is_executing_a_transfer && _verbose_multiapps)
6073 _console << COLOR_CYAN << "\nNo Transfers on " << Moose::stringify(type) << string_direction
6074 << "MultiApps\n"
6075 << COLOR_DEFAULT << std::endl;
6076}
A class for "pretty printing" a table of data.
void libmesh_ignore(const Args &...)

Referenced by FEProblemBase::execMultiApps().

◆ execute()

void FEProblemBase::execute ( const ExecFlagType exec_type)
virtualinherited

Convenience function for performing execution of MOOSE systems.

Reimplemented in DumpObjectsProblem, MFEMProblem, and EigenProblem.

Definition at line 5211 of file FEProblemBase.C.

5212{
5213 // Set the current flag
5214 setCurrentExecuteOnFlag(exec_type);
5215
5216 if (exec_type != EXEC_INITIAL)
5217 executeControls(exec_type);
5218
5219 // intentially call this after executing controls because the setups may rely on the controls
5220 // FIXME: we skip the following flags because they have dedicated setup functions in
5221 // SetupInterface and it may not be appropriate to call them here.
5222 if (!(exec_type == EXEC_INITIAL || exec_type == EXEC_TIMESTEP_BEGIN ||
5223 exec_type == EXEC_SUBDOMAIN || exec_type == EXEC_NONLINEAR || exec_type == EXEC_LINEAR))
5224 customSetup(exec_type);
5225
5226 executeSamplers(exec_type);
5227
5228 // Pre-aux UserObjects
5230
5231 // Systems (includes system time derivative and aux kernel calculations)
5232 computeSystems(exec_type);
5233 // With the auxiliary system solution computed, sync the displaced problem auxiliary solution
5234 // before computation of post-aux user objects. The undisplaced auxiliary system current local
5235 // solution is updated (via System::update) within the AuxiliarySystem class's variable
5236 // computation methods (e.g. computeElementalVarsHelper, computeNodalVarsHelper), so it is safe to
5237 // use it here
5239 _displaced_problem->syncAuxSolution(*getAuxiliarySystem().currentSolution());
5240
5241 // Post-aux UserObjects
5243
5244 // Return the current flag to None
5246
5248 {
5249 // we will only check aux variables and postprocessors
5250 // checking more reporter data can be added in the future if needed
5251 std::unique_ptr<NumericVector<Number>> x = _aux->currentSolution()->clone();
5252 DenseVector<Real> pp_values = getReporterData().getAllRealReporterValues();
5253
5254 // call THIS execute one more time for checking the possible states
5256 FEProblemBase::execute(exec_type);
5257 _checking_uo_aux_state = false;
5258
5259 const Real check_tol = 1e-8;
5260
5261 const Real xnorm = x->l2_norm();
5262 *x -= *_aux->currentSolution();
5263 if (x->l2_norm() > check_tol * xnorm)
5264 {
5265 const auto & sys = _aux->system();
5266 const unsigned int n_vars = sys.n_vars();
5267 std::multimap<Real, std::string, std::greater<Real>> ordered_map;
5268 for (const auto i : make_range(n_vars))
5269 {
5270 const Real vnorm = sys.calculate_norm(*x, i, DISCRETE_L2);
5271 ordered_map.emplace(vnorm, sys.variable_name(i));
5272 }
5273
5274 std::ostringstream oss;
5275 for (const auto & [error_norm, var_name] : ordered_map)
5276 oss << " {" << var_name << ", " << error_norm << "},\n";
5277
5278 mooseError("Aux kernels, user objects appear to have states for aux variables on ",
5279 exec_type,
5280 ".\nVariable error norms in descending order:\n",
5281 oss.str());
5282 }
5283
5284 const DenseVector<Real> new_pp_values = getReporterData().getAllRealReporterValues();
5285 if (pp_values.size() != new_pp_values.size())
5286 mooseError("Second execution for uo/aux state check should not change the number of "
5287 "real reporter values");
5288
5289 const Real ppnorm = pp_values.l2_norm();
5290 pp_values -= new_pp_values;
5291 if (pp_values.l2_norm() > check_tol * ppnorm)
5292 {
5293 const auto pp_names = getReporterData().getAllRealReporterFullNames();
5294 std::multimap<Real, std::string, std::greater<Real>> ordered_map;
5295 for (const auto i : index_range(pp_names))
5296 ordered_map.emplace(std::abs(pp_values(i)), pp_names[i]);
5297
5298 std::ostringstream oss;
5299 for (const auto & [error_norm, pp_name] : ordered_map)
5300 oss << " {" << pp_name << ", " << error_norm << "},\n";
5301
5302 mooseError("Aux kernels, user objects appear to have states for real reporter values on ",
5303 exec_type,
5304 ".\nErrors of real reporter values in descending order:\n",
5305 oss.str());
5306 }
5307 }
5308}
const ExecFlagType EXEC_SUBDOMAIN
Definition Moose.C:53
const ExecFlagType EXEC_TIMESTEP_BEGIN
Definition Moose.C:38
unsigned int n_vars
AuxiliarySystem & getAuxiliarySystem()
const ReporterData & getReporterData() const
Provides const access the ReporterData object.
const bool _uo_aux_state_check
Whether or not checking the state of uo/aux evaluation.
void executeSamplers(const ExecFlagType &exec_type)
Performs setup and execute calls for Sampler objects.
void setCurrentExecuteOnFlag(const ExecFlagType &)
virtual void execute(const ExecFlagType &exec_type)
Convenience function for performing execution of MOOSE systems.
std::vector< std::string > getAllRealReporterFullNames() const
Get full names of all real reporter values Note: For a postprocessor, the full name is the postproces...
DenseVector< Real > getAllRealReporterValues() const
Get all real reporter values including postprocessor and vector postprocessor values into a dense vec...
MetaPhysicL::DualNumber< V, D, asd > abs(const MetaPhysicL::DualNumber< V, D, asd > &a)
Definition EigenADReal.h:50

Referenced by EigenExecutionerBase::chebyshev(), FixedPointSolve::examineFixedPointConvergence(), SteadyBase::execute(), TransientBase::execute(), FEProblemBase::execute(), MFEMProblem::execute(), EigenProblem::execute(), EigenExecutionerBase::init(), NonlinearEigen::init(), Steady::init(), TransientBase::init(), EigenExecutionerBase::makeBXConsistent(), EigenExecutionerBase::normalizeSolution(), Moose::PetscSupport::petscLinearConverged(), Moose::PetscSupport::petscNonlinearConverged(), EigenExecutionerBase::postExecute(), FEProblemSolve::solve(), FixedPointSolve::solve(), FixedPointSolve::solveStep(), InversePowerMethod::takeStep(), NonlinearEigen::takeStep(), and MFEMTransient::takeStep().

◆ executeAllObjects()

void FEProblemBase::executeAllObjects ( const ExecFlagType exec_type)
virtualinherited

Definition at line 5156 of file FEProblemBase.C.

5157{
5158}

Referenced by Executor::exec().

◆ executeControls()

void FEProblemBase::executeControls ( const ExecFlagType exec_type)
inherited

Performs setup and execute calls for Control objects.

Definition at line 5652 of file FEProblemBase.C.

5653{
5654 if (_control_warehouse[exec_type].hasActiveObjects())
5655 {
5656 TIME_SECTION("executeControls", 1, "Executing Controls");
5657
5659
5660 auto controls_wh = _control_warehouse[exec_type];
5661 // Add all of the dependencies into the resolver and sort them
5662 for (const auto & it : controls_wh.getActiveObjects())
5663 {
5664 // Make sure an item with no dependencies comes out too!
5665 resolver.addItem(it);
5666
5667 std::vector<std::string> & dependent_controls = it->getDependencies();
5668 for (const auto & depend_name : dependent_controls)
5669 {
5670 if (controls_wh.hasActiveObject(depend_name))
5671 {
5672 auto dep_control = controls_wh.getActiveObject(depend_name);
5673 resolver.addEdge(dep_control, it);
5674 }
5675 else
5676 mooseError("The Control \"",
5677 depend_name,
5678 "\" was not created, did you make a "
5679 "spelling mistake or forget to include it "
5680 "in your input file?");
5681 }
5682 }
5683
5684 const auto & ordered_controls = resolver.getSortedValues();
5685
5686 if (!ordered_controls.empty())
5687 {
5688 // already called by initialSetup when exec_type == EXEC_INITIAL
5689 if (exec_type != EXEC_INITIAL)
5690 _control_warehouse.setup(exec_type);
5691
5692 // Run the controls in the proper order
5693 for (const auto & control : ordered_controls)
5694 control->execute();
5695 }
5696 }
5697}
Class that represents the dependecy as a graph.
void addItem(const T &value)
Add an independent item to the set.
const std::vector< T > & getSortedValues()
This function also returns dependency resolved values but with a simpler single vector interface.
void addEdge(const T &a, const T &b)
Add an edge between nodes 'a' and 'b'.
void setup(const ExecFlagType &exec_flag, THREAD_ID tid=0) const
ExecuteMooseObjectWarehouse< Control > _control_warehouse
The control logic warehouse.

Referenced by FEProblemBase::computeJacobianTags(), FEProblemBase::computeLinearSystemTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), and FEProblemBase::execute().

◆ executeSamplers()

void FEProblemBase::executeSamplers ( const ExecFlagType exec_type)
inherited

Performs setup and execute calls for Sampler objects.

Definition at line 5700 of file FEProblemBase.C.

5701{
5702 // TODO: This should be done in a threaded loop, but this should be super quick so for now
5703 // do a serial loop.
5704 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); ++tid)
5705 {
5706 std::vector<Sampler *> objects;
5707 theWarehouse()
5708 .query()
5709 .condition<AttribSystem>("Sampler")
5710 .condition<AttribThread>(tid)
5711 .condition<AttribExecOns>(exec_type)
5712 .queryInto(objects);
5713
5714 if (!objects.empty())
5715 {
5716 TIME_SECTION("executeSamplers", 1, "Executing Samplers");
5717 FEProblemBase::objectSetupHelper<Sampler>(objects, exec_type);
5718 FEProblemBase::objectExecuteHelper<Sampler>(objects);
5719 }
5720 }
5721}

Referenced by FEProblemBase::execute().

◆ feBackend()

virtual Moose::FEBackend FEProblemBase::feBackend ( ) const
inlinevirtualinherited

◆ finalizeMultiApps()

void FEProblemBase::finalizeMultiApps ( )
inherited

Definition at line 6189 of file FEProblemBase.C.

6190{
6191 const auto & multi_apps = _multi_apps.getActiveObjects();
6192
6193 for (const auto & multi_app : multi_apps)
6194 multi_app->finalize();
6195}

Referenced by Eigenvalue::execute(), SteadyBase::execute(), TransientBase::execute(), and MFEMSteady::execute().

◆ finalNonlinearResidual()

Real FEProblemBase::finalNonlinearResidual ( const unsigned int  nl_sys_num) const
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 7297 of file FEProblemBase.C.

7298{
7299 return _nl[nl_sys_num]->finalNonlinearResidual();
7300}

◆ finishMultiAppStep()

void FEProblemBase::finishMultiAppStep ( ExecFlagType  type,
bool  recurse_through_multiapp_levels = false 
)
inherited

Finish the MultiApp time step (endStep, postStep) associated with the ExecFlagType.

Optionally recurse through all multi-app levels

Definition at line 6217 of file FEProblemBase.C.

6218{
6219 const auto & multi_apps = _multi_apps[type].getActiveObjects();
6220
6221 if (multi_apps.size())
6222 {
6224 _console << COLOR_CYAN << "\nAdvancing MultiApps on " << type.name() << COLOR_DEFAULT
6225 << std::endl;
6226
6227 for (const auto & multi_app : multi_apps)
6228 multi_app->finishStep(recurse_through_multiapp_levels);
6229
6231
6233 _console << COLOR_CYAN << "Finished Advancing MultiApps on " << type.name() << "\n"
6234 << COLOR_DEFAULT << std::endl;
6235 }
6236}

Referenced by FEProblemBase::advanceMultiApps(), TransientBase::execute(), TransientMultiApp::finishStep(), and TransientBase::incrementStepOrReject().

◆ flagInvalidSolutionInternal()

template<bool warning>
template void SolutionInvalidInterface::flagInvalidSolutionInternal< false > ( const InvalidSolutionID  invalid_solution_id) const
protectedinherited

Set solution invalid mark for the given solution ID.

Definition at line 41 of file SolutionInvalidInterface.C.

43{
44 mooseAssert(
45 warning == moose::internal::getSolutionInvalidityRegistry().item(invalid_solution_id).warning,
46 "Inconsistent warning flag");
47 auto & solution_invalidity = _si_moose_base.getMooseApp().solutionInvalidity();
48 if constexpr (!warning)
50 solution_invalidity.printDebug(invalid_solution_id);
51 return solution_invalidity.flagInvalidSolutionInternal(invalid_solution_id);
52}
bool immediatelyPrintInvalidSolution() const
Whether or not the solution invalid warnings are printed out immediately.
const FEProblemBase * _si_problem
A pointer to FEProblem base.
const MooseBase & _si_moose_base
The MooseBase that owns this interface.
void printDebug(InvalidSolutionID _invalid_solution_id) const
Immediately print the section and message for debug purpose.
SolutionInvalidityRegistry & getSolutionInvalidityRegistry()
Get the global SolutionInvalidityRegistry singleton.

◆ forceOutput()

void FEProblemBase::forceOutput ( )
inherited

Indicates that the next call to outputStep should be forced.

This is needed by the MultiApp system, if forceOutput is called the next call to outputStep, regardless of the type supplied to the call, will be executed with EXEC_FORCED.

Forced output will NOT override the allowOutput flag.

Definition at line 7440 of file FEProblemBase.C.

7441{
7443}
void forceOutput()
Indicates that the next call to outputStep should be forced This is private, users should utilize FEP...

Referenced by TransientMultiApp::solveStep().

◆ fvBCsIntegrityCheck() [1/2]

bool FEProblemBase::fvBCsIntegrityCheck ( ) const
inlineinherited
Returns
whether to perform a boundary condition integrity check for finite volume

Definition at line 2772 of file FEProblemBase.h.

2772{ return _fv_bcs_integrity_check; }
bool _fv_bcs_integrity_check
Whether to check overlapping Dirichlet and Flux BCs and/or multiple DirichletBCs per sideset.

◆ fvBCsIntegrityCheck() [2/2]

void FEProblemBase::fvBCsIntegrityCheck ( bool  fv_bcs_integrity_check)
inlineinherited
Parameters
fv_bcs_integrity_checkWhether to perform a boundary condition integrity check for finite volume

Definition at line 3881 of file FEProblemBase.h.

3882{
3884 // the user has requested that we don't check integrity so we will honor that
3885 return;
3886
3887 _fv_bcs_integrity_check = fv_bcs_integrity_check;
3888}

◆ geomSearchData()

virtual GeometricSearchData & FEProblemBase::geomSearchData ( )
inlineoverridevirtualinherited

◆ getActiveElementalMooseVariables()

const std::set< MooseVariableFEBase * > & SubProblem::getActiveElementalMooseVariables ( const THREAD_ID  tid) const
virtualinherited

Get the MOOSE variables to be reinited on each element.

Parameters
tidThe thread id

Definition at line 453 of file SubProblem.C.

454{
456}
std::vector< std::set< MooseVariableFieldBase * > > _active_elemental_moose_variables
This is the set of MooseVariableFieldBase that will actually get reinited by a call to reinit(elem)

Referenced by SystemBase::prepare(), SystemBase::prepareFace(), FEProblemBase::prepareMaterials(), and SystemBase::reinitElem().

◆ getActiveFEVariableCoupleableMatrixTags()

const std::set< TagID > & SubProblem::getActiveFEVariableCoupleableMatrixTags ( const THREAD_ID  tid) const
inherited

Definition at line 389 of file SubProblem.C.

390{
392}
std::vector< std::set< TagID > > _active_fe_var_coupleable_matrix_tags

◆ getActiveFEVariableCoupleableVectorTags()

const std::set< TagID > & SubProblem::getActiveFEVariableCoupleableVectorTags ( const THREAD_ID  tid) const
inherited

Definition at line 395 of file SubProblem.C.

396{
398}
std::vector< std::set< TagID > > _active_fe_var_coupleable_vector_tags

Referenced by MultiAppVariableValueSamplePostprocessorTransfer::execute().

◆ getActiveScalarVariableCoupleableMatrixTags()

const std::set< TagID > & SubProblem::getActiveScalarVariableCoupleableMatrixTags ( const THREAD_ID  tid) const
inherited

Definition at line 430 of file SubProblem.C.

431{
433}
std::vector< std::set< TagID > > _active_sc_var_coupleable_matrix_tags

Referenced by MooseVariableScalar::reinit().

◆ getActiveScalarVariableCoupleableVectorTags()

const std::set< TagID > & SubProblem::getActiveScalarVariableCoupleableVectorTags ( const THREAD_ID  tid) const
inherited

Definition at line 436 of file SubProblem.C.

437{
439}
std::vector< std::set< TagID > > _active_sc_var_coupleable_vector_tags

◆ getActualFieldVariable()

MooseVariableFieldBase & FEProblemBase::getActualFieldVariable ( const THREAD_ID  tid,
const std::string &  var_name 
)
overridevirtualinherited

Returns the variable reference for requested MooseVariableField which may be in any system.

Implements SubProblem.

Definition at line 6420 of file FEProblemBase.C.

6421{
6422 for (auto & sys : _solver_systems)
6423 if (sys->hasVariable(var_name))
6424 return sys->getActualFieldVariable<Real>(tid, var_name);
6425 if (_aux->hasVariable(var_name))
6426 return _aux->getActualFieldVariable<Real>(tid, var_name);
6427
6428 mooseError("Unknown variable " + var_name);
6429}
MooseVariableFieldBase & getActualFieldVariable(const THREAD_ID tid, const std::string &var_name) override
Returns the variable reference for requested MooseVariableField which may be in any system.

Referenced by MultiAppVariableValueSampleTransfer::execute().

◆ getArrayVariable()

ArrayMooseVariable & FEProblemBase::getArrayVariable ( const THREAD_ID  tid,
const std::string &  var_name 
)
overridevirtualinherited

Returns the variable reference for requested ArrayMooseVariable which may be in any system.

Implements SubProblem.

Definition at line 6444 of file FEProblemBase.C.

6445{
6446 for (auto & sys : _solver_systems)
6447 if (sys->hasVariable(var_name))
6448 return sys->getFieldVariable<RealEigenVector>(tid, var_name);
6449 if (_aux->hasVariable(var_name))
6450 return _aux->getFieldVariable<RealEigenVector>(tid, var_name);
6451
6452 mooseError("Unknown variable " + var_name);
6453}
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
Definition MooseTypes.h:147

Referenced by CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), MultiAppVariableValueSamplePostprocessorTransfer::execute(), and PointwiseRenormalizeVector::PointwiseRenormalizeVector().

◆ getAuxiliarySystem()

AuxiliarySystem & FEProblemBase::getAuxiliarySystem ( )
inlineinherited

Definition at line 1070 of file FEProblemBase.h.

1070{ return *_aux; }

Referenced by Adaptivity::adaptMesh(), DisplacedProblem::addTimeIntegrator(), ElementSubdomainModifierBase::applyIC(), TransientMultiApp::appTransferVector(), MooseMesh::cacheFaceInfoVariableOwnership(), MooseMesh::cacheFVElementalDoFs(), PNGOutput::calculateRescalingValues(), NonlinearSystemBase::computeJacobianInternal(), NonlinearSystemBase::computeNodalBCsJacobian(), NonlinearSystemBase::computeNodalBCsResidual(), NonlinearSystemBase::computeResidualTags(), NonlinearSystemBase::constraintResiduals(), DisplacedProblem::DisplacedProblem(), EigenExecutionerBase::EigenExecutionerBase(), FEProblemBase::execute(), ActivateElementsUserObjectBase::initSolutions(), EigenExecutionerBase::inversePowerIteration(), PNGOutput::makeMeshFunc(), MoveNodesByParsedExpressionModifier::MoveNodesByParsedExpressionModifier(), MultiAppVariableValueSamplePostprocessorTransfer::MultiAppVariableValueSamplePostprocessorTransfer(), ConsoleUtils::outputAuxiliarySystemInformation(), BlockRestrictionDebugOutput::printBlockRestrictionGroups(), BlockRestrictionDebugOutput::printBlockRestrictionMap(), BlockRestrictionDebugOutput::printBoundaryRestrictionGroups(), MultiApp::restore(), NonlinearSystemBase::setConstraintSecondaryValues(), TransientMultiApp::setupApp(), TransientMultiApp::solveStep(), AB2PredictorCorrector::step(), DisplacedProblem::syncSolutions(), Coupleable::writableCoupledValue(), and MoveNodesByParsedExpressionModifier::writeOutputs().

◆ getAxisymmetricRadialCoord()

unsigned int SubProblem::getAxisymmetricRadialCoord ( ) const
inherited

Returns the desired radial direction for RZ coordinate transformation.

Returns
The coordinate direction for the radial direction

Definition at line 795 of file SubProblem.C.

796{
798}
unsigned int getAxisymmetricRadialCoord() const
Returns the desired radial direction for RZ coordinate transformation.
Definition MooseMesh.C:4423

◆ getBase()

const std::string & MooseBase::getBase ( ) const
inlineinherited
Returns
The registered base for this object (set via InputParameters::registerBase())

Definition at line 147 of file MooseBase.h.

147{ return _pars.getBase(); }

Referenced by MooseBase::uniqueParameterName().

◆ getBndMaterialPropertyStorage()

const MaterialPropertyStorage & FEProblemBase::getBndMaterialPropertyStorage ( )
inlineinherited

Definition at line 2075 of file FEProblemBase.h.

2075{ return _bnd_material_props; }

◆ getCheckedPointerParam()

template<typename T >
T MooseBase::getCheckedPointerParam ( const std::string &  name,
const std::string &  error_string = "" 
) const
inherited

Verifies that the requested parameter exists and is not NULL and returns it to the caller.

The template parameter must be a pointer or an error will be thrown.

Definition at line 450 of file MooseBase.h.

451{
452 return _pars.getCheckedPointerParam<T>(name, error_string);
453}
T getCheckedPointerParam(const std::string &name, const std::string &error_string="") const
Verifies that the requested parameter exists and is not NULL and returns it to the caller.

◆ getConsumedPropertyMap()

const std::map< MooseObjectName, std::set< std::string > > & SubProblem::getConsumedPropertyMap ( ) const
inherited

Return the map that tracks the object with consumed material properties.

Definition at line 741 of file SubProblem.C.

742{
744}

Referenced by MaterialPropertyDebugOutput::output().

◆ getControlWarehouse()

ExecuteMooseObjectWarehouse< Control > & FEProblemBase::getControlWarehouse ( )
inlineinherited

Reference to the control logic warehouse.

Definition at line 2564 of file FEProblemBase.h.

2564{ return _control_warehouse; }

Referenced by LibtorchControlValuePostprocessor::initialSetup(), and LibtorchArtificialNeuralNetParameters::initialSetup().

◆ getConvergence()

Convergence & FEProblemBase::getConvergence ( const std::string &  name,
const THREAD_ID  tid = 0 
) const
virtualinherited

◆ getConvergenceObjects()

const std::vector< std::shared_ptr< Convergence > > & FEProblemBase::getConvergenceObjects ( const THREAD_ID  tid = 0) const
virtualinherited

Gets the Convergence objects.

Definition at line 2828 of file FEProblemBase.C.

2829{
2830 return _convergences.getActiveObjects(tid);
2831}

◆ getCoordSystem()

Moose::CoordinateSystemType SubProblem::getCoordSystem ( SubdomainID  sid) const
inherited

Definition at line 1297 of file SubProblem.C.

1298{
1299 return mesh().getCoordSystem(sid);
1300}
Moose::CoordinateSystemType getCoordSystem(SubdomainID sid) const
Get the coordinate system type, e.g.
Definition MooseMesh.C:4304

Referenced by BlockRestrictable::getBlockCoordSystem(), MultiApp::getBoundingBox(), Assembly::reinitLowerDElem(), Assembly::reinitNeighborLowerDElem(), and Assembly::setCoordinateTransformation().

◆ getCurrentAlgebraicBndNodeRange()

const ConstBndNodeRange & FEProblemBase::getCurrentAlgebraicBndNodeRange ( )
inherited

◆ getCurrentAlgebraicElementRange()

const ConstElemRange & FEProblemBase::getCurrentAlgebraicElementRange ( )
inherited

These are the element and nodes that contribute to the jacobian and residual for this local processor.

getCurrentAlgebraicElementRange() returns the element range that contributes to the system getCurrentAlgebraicNodeRange() returns the node range that contributes to the system getCurrentAlgebraicBndNodeRange returns the boundary node ranges that contributes to the system

Definition at line 10179 of file FEProblemBase.C.

10180{
10183
10185}
std::unique_ptr< libMesh::ConstElemRange > _current_algebraic_elem_range
const libMesh::ConstElemRange * getActiveLocalElementRange()
Return pointers to range objects for various types of ranges (local nodes, boundary elems,...
Definition MooseMesh.C:1245

Referenced by NonlinearSystemBase::computeDamping(), FEProblemBase::computeIndicators(), NonlinearSystemBase::computeJacobianBlocks(), NonlinearSystemBase::computeJacobianInternal(), FEProblemBase::computeMarkers(), NonlinearSystemBase::computeResidualAndJacobianInternal(), NonlinearSystemBase::computeResidualInternal(), NonlinearSystemBase::computeScaling(), FEProblemBase::computeUserObjectsInternal(), FEProblemBase::initialSetup(), FEProblemBase::projectSolution(), and FEProblemBase::updateMaxQps().

◆ getCurrentAlgebraicNodeRange()

const ConstNodeRange & FEProblemBase::getCurrentAlgebraicNodeRange ( )
inherited

◆ getCurrentExecuteOnFlag()

const ExecFlagType & FEProblemBase::getCurrentExecuteOnFlag ( ) const
inherited

Return/set the current execution flag.

Returns EXEC_NONE when not being executed.

See also
FEProblemBase::execute

Definition at line 5144 of file FEProblemBase.C.

5145{
5147}

Referenced by MultiAppGeneralFieldTransfer::acceptPointInOriginMesh(), MultiAppTransfer::checkParentAppUserObjectExecuteOn(), MultiAppGeneralFieldTransfer::closestToPosition(), MultiAppGeneralFieldKDTreeTransferBase::computeNumSources(), NearestPositionsDivision::divisionIndex(), CartesianGridDivision::divisionIndex(), CylindricalGridDivision::divisionIndex(), NearestPositionsDivision::divisionIndex(), SphericalGridDivision::divisionIndex(), PIDTransientControl::execute(), Terminator::execute(), PositionsFunctorValueSampler::execute(), Control::getControllableParameterByName(), Material::getMaterialByName(), MultiAppGeneralFieldKDTreeTransferBase::getNumDivisions(), NumPositions::getValue(), DistributedPositions::initialize(), ParsedDownSelectionPositions::initialize(), TransformedPositions::initialize(), PositionsFunctorValueSampler::initialize(), MultiAppGeneralFieldTransfer::locatePointReceivers(), ComputeUserObjectsThread::printBlockExecutionInformation(), ComputeFVInitialConditionThread::printGeneralExecutionInformation(), ComputeInitialConditionThread::printGeneralExecutionInformation(), ComputeLinearFVElementalThread::printGeneralExecutionInformation(), ComputeLinearFVFaceThread::printGeneralExecutionInformation(), ComputeDiracThread::printGeneralExecutionInformation(), ComputeElemDampingThread::printGeneralExecutionInformation(), ComputeIndicatorThread::printGeneralExecutionInformation(), ComputeMarkerThread::printGeneralExecutionInformation(), ComputeNodalDampingThread::printGeneralExecutionInformation(), ComputeNodalKernelBCJacobiansThread::printGeneralExecutionInformation(), ComputeNodalKernelBcsThread::printGeneralExecutionInformation(), ComputeNodalKernelJacobiansThread::printGeneralExecutionInformation(), ComputeNodalKernelsThread::printGeneralExecutionInformation(), ComputeNodalUserObjectsThread::printGeneralExecutionInformation(), ComputeUserObjectsThread::printGeneralExecutionInformation(), NonlinearThread::printGeneralExecutionInformation(), ComputeThreadedGeneralUserObjectsThread::printGeneralExecutionInformation(), MultiApp::restore(), SolutionInvalidityOutput::shouldOutput(), ElementReporter::shouldStore(), GeneralReporter::shouldStore(), and NodalReporter::shouldStore().

◆ getCurrentICState()

unsigned short FEProblemBase::getCurrentICState ( )
inherited

Retrieves the current initial condition state.

Returns
current initial condition state

Definition at line 10238 of file FEProblemBase.C.

10239{
10240 return _current_ic_state;
10241}
unsigned short _current_ic_state

Referenced by ComputeInitialConditionThread::operator()().

◆ getDataFileName()

std::string DataFileInterface::getDataFileName ( const std::string &  param) const
inherited

Deprecated method.

The data file paths are now automatically set within the InputParameters object, so using getParam<DataFileName>("param_name") is now sufficient.

Definition at line 21 of file DataFileInterface.C.

22{
23 _parent.mooseDeprecated("getDataFileName() is deprecated. The file path is now directly set "
24 "within the InputParameters.\nUse getParam<DataFileName>(\"",
25 param,
26 "\") instead.");
27 return _parent.getParam<DataFileName>(param);
28}
const ParallelParamObject & _parent
void mooseDeprecated(Args &&... args) const
Emits a deprecation warning prefixed with the object name and type, and a stack trace.
Definition MooseBase.h:317

◆ getDataFileNameByName()

std::string DataFileInterface::getDataFileNameByName ( const std::string &  relative_path) const
inherited

Deprecated method.

Use getDataFilePath() instead.

Definition at line 31 of file DataFileInterface.C.

32{
33 _parent.mooseDeprecated("getDataFileNameByName() is deprecated. Use getDataFilePath(\"",
34 relative_path,
35 "\") instead.");
36 return getDataFilePath(relative_path);
37}
std::string getDataFilePath(const std::string &relative_path) const
Returns the path of a data file for a given relative file path.

◆ getDataFilePath()

std::string DataFileInterface::getDataFilePath ( const std::string &  relative_path) const
inherited

Returns the path of a data file for a given relative file path.

This can be used for hardcoded datafile names and will search the same locations as getDataFileName

Definition at line 40 of file DataFileInterface.C.

41{
42 // This should only ever be used with relative paths. There is no point to
43 // use this search path with an absolute path.
44 if (std::filesystem::path(relative_path).is_absolute())
45 _parent.mooseWarning("While using getDataFilePath(\"",
46 relative_path,
47 "\"): This API should not be used for absolute paths.");
48
49 // This will search the data paths for this relative path
50 std::optional<std::string> error;
52 {
53 // Throw on error so that if getPath() fails, we can throw an error
54 // with the context of _parent.mooseError()
55 Moose::ScopedThrowOnError scoped_throw_on_error;
56
57 try
58 {
59 found_path = Moose::DataFileUtils::getPath(relative_path);
60 }
61 catch (std::exception & e)
62 {
63 error = e.what();
64 }
65 }
66
67 if (error)
68 _parent.mooseError(*error);
69
70 mooseAssert(found_path.context == Moose::DataFileUtils::Context::DATA,
71 "Should only ever obtain data");
72 mooseAssert(found_path.data_name, "Should be set");
73
74 const std::string msg =
75 "Using data file '" + found_path.path + "' from " + *found_path.data_name + " data";
76 _parent.mooseInfo(msg);
77
78 return found_path.path;
79}
void mooseWarning(Args &&... args) const
Emits a warning prefixed with object name and type.
Definition MooseBase.h:299
void mooseInfo(Args &&... args) const
Definition MooseBase.h:334
Scoped helper for setting Moose::_throw_on_error during this scope.
Definition Moose.h:308
@ DATA
From installed/in-tree data.
Path getPath(std::string path, const GetPathOptions &options={})
Get the data path for a given path, searching the registered data.
Representation of a data file path.
std::optional< std::string > data_name
The name of the data registry the file came from (with context == DATA)
Context context
Context for the file (where it came from)

Referenced by DataFileInterface::getDataFileNameByName().

◆ getDiracElements()

void FEProblemBase::getDiracElements ( std::set< const Elem * > &  elems)
overridevirtualinherited

Fills "elems" with the elements that should be looped over for Dirac Kernels.

Implements SubProblem.

Definition at line 2631 of file FEProblemBase.C.

2632{
2633 // First add in the undisplaced elements
2635
2637 {
2638 std::set<const Elem *> displaced_elements;
2639 _displaced_problem->getDiracElements(displaced_elements);
2640
2641 { // Use the ids from the displaced elements to get the undisplaced elements
2642 // and add them to the list
2643 for (const auto & elem : displaced_elements)
2644 elems.insert(_mesh.elemPtr(elem->id()));
2645 }
2646 }
2647}
std::set< const Elem * > & getElements()
Returns a writeable reference to the _elements container.

Referenced by NonlinearSystemBase::computeDiracContributions().

◆ getDiscreteMaterialWarehouse()

const MaterialWarehouse & FEProblemBase::getDiscreteMaterialWarehouse ( ) const
inlineinherited

Definition at line 2322 of file FEProblemBase.h.

2322{ return _discrete_materials; }

◆ getDisplacedProblem() [1/2]

virtual std::shared_ptr< DisplacedProblem > FEProblemBase::getDisplacedProblem ( )
inlinevirtualinherited

Definition at line 2009 of file FEProblemBase.h.

2009{ return _displaced_problem; }

◆ getDisplacedProblem() [2/2]

virtual std::shared_ptr< const DisplacedProblem > FEProblemBase::getDisplacedProblem ( ) const
inlinevirtualinherited

◆ getDistribution()

Distribution & FEProblemBase::getDistribution ( const std::string &  name)
virtualinherited

Definition at line 2900 of file FEProblemBase.C.

2901{
2902 std::vector<Distribution *> objs;
2903 theWarehouse()
2904 .query()
2905 .condition<AttribSystem>("Distribution")
2906 .condition<AttribName>(name)
2907 .queryInto(objs);
2908 if (objs.empty())
2909 {
2910 mooseAssert(getMooseApp().actionWarehouse().isTaskComplete("add_distribution"),
2911 "A Distribution getter was called before Distributions have been constructed. "
2912 "If you are attempting to access this object in the constructor of another object "
2913 "then make sure that the Distribution is constructed before the object using it.");
2914 mooseError("Unable to find Distribution with name '" + name + "'");
2915 }
2916 return *(objs[0]);
2917}

Referenced by MooseServer::buildDistPlotResponses(), DistributionInterface::getDistribution(), and DistributionInterface::getDistributionByName().

◆ getEvaluableElementRange()

const ConstElemRange & FEProblemBase::getEvaluableElementRange ( )
inherited

In general, {evaluable elements} >= {local elements} U {algebraic ghosting elements}.

That is, the number of evaluable elements does NOT necessarily equal to the number of local and algebraic ghosting elements. For example, if using a Lagrange basis for all variables, if a non-local, non-algebraically-ghosted element is surrounded by neighbors which are local or algebraically ghosted, then all the nodal (Lagrange) degrees of freedom associated with the non-local, non-algebraically-ghosted element will be evaluable, and hence that element will be considered evaluable.

getNonlinearEvaluableElementRange() returns the evaluable element range based on the nonlinear system dofmap; getAuxliaryEvaluableElementRange() returns the evaluable element range based on the auxiliary system dofmap; getEvaluableElementRange() returns the element range that is evaluable based on both the nonlinear dofmap and the auxliary dofmap.

Definition at line 898 of file FEProblemBase.C.

899{
901 {
902 std::vector<const DofMap *> dof_maps(es().n_systems());
903 for (const auto i : make_range(es().n_systems()))
904 {
905 const auto & sys = es().get_system(i);
906 dof_maps[i] = &sys.get_dof_map();
907 }
909 std::make_unique<ConstElemRange>(_mesh.getMesh().multi_evaluable_elements_begin(dof_maps),
910 _mesh.getMesh().multi_evaluable_elements_end(dof_maps));
911 }
913}
std::unique_ptr< libMesh::ConstElemRange > _evaluable_local_elem_range
const T_sys & get_system(std::string_view name) const

Referenced by NodalPatchRecoveryBase::gatherRequestList().

◆ getExecutor()

virtual Executor & FEProblemBase::getExecutor ( const std::string &  name)
inlinevirtualinherited

Definition at line 2454 of file FEProblemBase.h.

2454{ return _app.getExecutor(name); }
Executor * getExecutor() const
Definition MooseApp.h:341

◆ getFailNextNonlinearConvergenceCheck()

bool FEProblemBase::getFailNextNonlinearConvergenceCheck ( ) const
inlineinherited

Whether it will skip further residual evaluations and fail the next nonlinear convergence check(s)

Definition at line 2913 of file FEProblemBase.h.

bool getFailNextSystemConvergenceCheck() const
Whether it will fail the next system convergence check(s), triggering failed step behavior.

Referenced by NonlinearSystemBase::computeScaling(), NonlinearSystem::converged(), Moose::PetscSupport::petscNonlinearConverged(), and ComputeResidualFunctor::residual().

◆ getFailNextSystemConvergenceCheck()

bool FEProblemBase::getFailNextSystemConvergenceCheck ( ) const
inlineinherited

Whether it will fail the next system convergence check(s), triggering failed step behavior.

Definition at line 2915 of file FEProblemBase.h.

Referenced by FEProblemBase::getFailNextNonlinearConvergenceCheck(), and Moose::PetscSupport::petscLinearConverged().

◆ getFunction()

Function & FEProblemBase::getFunction ( const std::string &  name,
const THREAD_ID  tid = 0 
)
virtualinherited

Definition at line 2760 of file FEProblemBase.C.

2761{
2762 // This thread lock is necessary since this method will create functions
2763 // for all threads if one is missing.
2764 Threads::spin_mutex::scoped_lock lock(get_function_mutex);
2765
2766 if (!hasFunction(name, tid))
2767 {
2768 // If we didn't find a function, it might be a default function, attempt to construct one now
2769 std::istringstream ss(name);
2770 Real real_value;
2771
2772 // First see if it's just a constant. If it is, build a ConstantFunction
2773 if (ss >> real_value && ss.eof())
2774 {
2775 InputParameters params = _factory.getValidParams("ConstantFunction");
2776 params.set<Real>("value") = real_value;
2777 addFunction("ConstantFunction", ss.str(), params);
2778 }
2779 else
2780 {
2782 std::string vars = "x,y,z,t,NaN,pi,e";
2783 if (fp.Parse(name, vars) == -1) // -1 for success
2784 {
2785 // It parsed ok, so build a MooseParsedFunction
2786 InputParameters params = _factory.getValidParams("ParsedFunction");
2787 params.set<std::string>("expression") = name;
2788 addFunction("ParsedFunction", name, params);
2789 }
2790 }
2791
2792 // Try once more
2793 if (!hasFunction(name, tid))
2794 {
2795 mooseAssert(getMooseApp().actionWarehouse().isTaskComplete("add_function"),
2796 "getFunction() was called before Functions have been constructed. The requested "
2797 "Function '" +
2798 name + "' may exist in the input file, but Functions are not available yet.");
2799
2800 mooseError("Unable to find function " + name);
2801 }
2802 }
2803
2804 auto * const ret = dynamic_cast<Function *>(_functions.getActiveObject(name, tid).get());
2805 if (!ret)
2806 mooseError("No function named ", name, " of appropriate type");
2807
2808 return *ret;
2809}
Threads::spin_mutex get_function_mutex
char ** vars
virtual void addFunction(const std::string &type, const std::string &name, InputParameters &parameters)
virtual bool hasFunction(const std::string &name, const THREAD_ID tid=0)

Referenced by MFEMProblem::addFunction(), MooseServer::buildFuncPlotResponse(), FunctionInterface::getFunctionByName(), FunctionPeriodicBoundary::getFunctions(), IterationAdaptiveDT::init(), MooseParsedFunctionWrapper::initialize(), ChainControlParsedFunctionWrapper::initializeFunctionInputs(), and ParsedConvergence::initializeFunctionSymbol().

◆ getFunctionWarehouse()

const MooseObjectWarehouse< Function > & FEProblemBase::getFunctionWarehouse ( )
inlineinherited

Definition at line 2311 of file FEProblemBase.h.

2311{ return _functions; }

◆ getFunctor()

template<typename T >
const Moose::Functor< T > & SubProblem::getFunctor ( const std::string &  name,
const THREAD_ID  tid,
const std::string &  requestor_name,
bool  requestor_is_ad 
)
inherited
Template Parameters
TThe type that the functor will return when evaluated, e.g. ADReal or Real
Parameters
nameThe name of the functor to retrieve
tidThe thread ID that we are retrieving the functor property for
requestor_nameThe name of the object that is requesting this functor property
requestor_is_adWhether the requesting object is an AD object
Returns
a constant reference to the functor

Definition at line 1232 of file SubProblem.h.

1236{
1237 mooseAssert(tid < _functors.size(), "Too large a thread ID");
1238
1239 // Log the requestor
1240 _functor_to_requestors["wraps_" + name].insert(requestor_name);
1241
1242 constexpr bool requested_functor_is_ad =
1243 !std::is_same<T, typename MetaPhysicL::RawType<T>::value_type>::value;
1244
1245 auto & functor_to_request_info = _functor_to_request_info[tid];
1246
1247 // Get the requested functor if we already have it
1248 auto & functors = _functors[tid];
1249 if (auto find_ret = functors.find("wraps_" + name); find_ret != functors.end())
1250 {
1251 if (functors.count("wraps_" + name) > 1)
1252 mooseError("Attempted to get a functor with the name '",
1253 name,
1254 "' but multiple (" + std::to_string(functors.count("wraps_" + name)) +
1255 ") functors match. Make sure that you do not have functor material "
1256 "properties, functions, postprocessors or variables with the same names.");
1257
1258 auto & [true_functor_is, non_ad_functor, ad_functor] = find_ret->second;
1259 auto & functor_wrapper = requested_functor_is_ad ? *ad_functor : *non_ad_functor;
1260
1261 auto * const functor = dynamic_cast<Moose::Functor<T> *>(&functor_wrapper);
1262 if (!functor)
1263 mooseError("A call to SubProblem::getFunctor requested a functor named '",
1264 name,
1265 "' that returns the type: '",
1266 libMesh::demangle(typeid(T).name()),
1267 "'. However, that functor already exists and returns a different type: '",
1268 functor_wrapper.returnType(),
1269 "'");
1270
1271 if (functor->template wrapsType<Moose::NullFunctor<T>>())
1272 // Store for future checking when the actual functor gets added
1273 functor_to_request_info.emplace(name,
1274 std::make_pair(requested_functor_is_ad, requestor_is_ad));
1275 else
1276 {
1277 // We already have the actual functor
1278 if (true_functor_is == SubProblem::TrueFunctorIs::UNSET)
1279 mooseError("We already have the functor; it should not be unset");
1280
1281 // Check for whether this is a valid request
1282 // We allow auxiliary variables and linear variables to be retrieved as non AD
1283 if (!requested_functor_is_ad && requestor_is_ad &&
1284 true_functor_is == SubProblem::TrueFunctorIs::AD &&
1286 mooseError("The AD object '",
1287 requestor_name,
1288 "' is requesting the functor '",
1289 name,
1290 "' as a non-AD functor even though it is truly an AD functor, which is not "
1291 "allowed, since this may unintentionally drop derivatives.");
1292 }
1293
1294 return *functor;
1295 }
1296
1297 // We don't have the functor yet but we could have it in the future. We'll create null functors
1298 // for now
1299 functor_to_request_info.emplace(name, std::make_pair(requested_functor_is_ad, requestor_is_ad));
1300 if constexpr (requested_functor_is_ad)
1301 {
1302 typedef typename MetaPhysicL::RawType<T>::value_type NonADType;
1303 typedef T ADType;
1304
1305 auto emplace_ret =
1306 functors.emplace("wraps_" + name,
1307 std::make_tuple(SubProblem::TrueFunctorIs::UNSET,
1308 std::make_unique<Moose::Functor<NonADType>>(
1309 std::make_unique<Moose::NullFunctor<NonADType>>()),
1310 std::make_unique<Moose::Functor<ADType>>(
1311 std::make_unique<Moose::NullFunctor<ADType>>())));
1312
1313 return cast_ref<Moose::Functor<T> &>(*(requested_functor_is_ad
1314 ? std::get<2>(emplace_ret->second)
1315 : std::get<1>(emplace_ret->second)));
1316 }
1317 else
1318 {
1319 typedef T NonADType;
1320 typedef typename Moose::ADType<T>::type ADType;
1321
1322 auto emplace_ret =
1323 functors.emplace("wraps_" + name,
1324 std::make_tuple(SubProblem::TrueFunctorIs::UNSET,
1325 std::make_unique<Moose::Functor<NonADType>>(
1326 std::make_unique<Moose::NullFunctor<NonADType>>()),
1327 std::make_unique<Moose::Functor<ADType>>(
1328 std::make_unique<Moose::NullFunctor<ADType>>())));
1329
1330 return cast_ref<Moose::Functor<T> &>(*(requested_functor_is_ad
1331 ? std::get<2>(emplace_ret->second)
1332 : std::get<1>(emplace_ret->second)));
1333 }
1334}
virtual bool hasLinearVariable(const std::string &var_name) const
Whether or not this problem has this linear variable.
Definition SubProblem.C:801
std::map< std::string, std::set< std::string > > _functor_to_requestors
The requestors of functors where the key is the prop name and the value is a set of names of requesto...
virtual bool hasAuxiliaryVariable(const std::string &var_name) const
Whether or not this problem has this auxiliary variable.
Definition SubProblem.C:810
std::string demangle(const char *name)

Referenced by FunctorInterface::getFunctorByName().

◆ getFVAdvectedInterpolationMethod()

const FVAdvectedInterpolationMethod & FEProblemBase::getFVAdvectedInterpolationMethod ( const InterpolationMethodName &  name,
const THREAD_ID  tid = 0 
) const
inherited

Retrieve an advected interpolation method.

Parameters
nameThe name of the method.
tidThe thread ID.

Definition at line 4924 of file FEProblemBase.C.

4926{
4927 const auto & method = getFVInterpolationMethod(name, tid);
4928 const auto * advected_method = dynamic_cast<const FVAdvectedInterpolationMethod *>(&method);
4929
4930 if (!advected_method)
4931 mooseError("FVInterpolationMethod '",
4932 name,
4933 "' (",
4934 method.type(),
4935 ") is not an advected interpolation method.");
4936
4937 return *advected_method;
4938}
const FVInterpolationMethod & getFVInterpolationMethod(const InterpolationMethodName &name, const THREAD_ID tid=0) const
Retrieve an FV interpolation method.
Interface for interpolation methods that provide matrix and RHS contributions for advected face value...

Referenced by FVInterpolationMethodInterface::getFVAdvectedInterpolationMethod().

◆ getFVFaceInterpolationMethod()

const FVFaceInterpolationMethod & FEProblemBase::getFVFaceInterpolationMethod ( const InterpolationMethodName &  name,
const THREAD_ID  tid = 0 
) const
inherited

Retrieve a scalar face interpolation method.

Parameters
nameThe name of the method.
tidThe thread ID.

Definition at line 4907 of file FEProblemBase.C.

4909{
4910 const auto & method = getFVInterpolationMethod(name, tid);
4911 const auto * face_method = dynamic_cast<const FVFaceInterpolationMethod *>(&method);
4912
4913 if (!face_method)
4914 mooseError("FVInterpolationMethod '",
4915 name,
4916 "' (",
4917 method.type(),
4918 ") is not a scalar face interpolation method.");
4919
4920 return *face_method;
4921}
Abstract base class for interpolation methods that produce a scalar face value from adjacent cell val...

Referenced by FVInterpolationMethodInterface::getFVFaceInterpolationMethod().

◆ getFVGradientMethod()

const FVGradientMethod & FEProblemBase::getFVGradientMethod ( const GradientMethodName &  name,
const THREAD_ID  tid = 0 
) const
inherited

Retrieve an FV gradient method.

Parameters
nameThe name of the method.
tidThe thread ID.

Definition at line 4849 of file FEProblemBase.C.

4850{
4851 std::vector<FVGradientMethod *> methods;
4852 theWarehouse()
4853 .query()
4854 .condition<AttribSystem>("FVGradientMethod")
4855 .condition<AttribThread>(tid)
4856 .condition<AttribName>(name)
4857 .queryInto(methods);
4858
4859 if (methods.empty())
4860 mooseError("Unable to find FVGradientMethod with name '", name, "'");
4861
4862 mooseAssert(methods.size() == 1, "Expected a single FVGradientMethod per thread");
4863 return *(methods[0]);
4864}

◆ getFVInitialConditionWarehouse()

const FVInitialConditionWarehouse & FEProblemBase::getFVInitialConditionWarehouse ( ) const
inlineinherited

◆ getFVInterpolationMethod()

const FVInterpolationMethod & FEProblemBase::getFVInterpolationMethod ( const InterpolationMethodName &  name,
const THREAD_ID  tid = 0 
) const
inherited

Retrieve an FV interpolation method.

Parameters
nameThe name of the method.
tidThe thread ID.

Definition at line 4880 of file FEProblemBase.C.

4882{
4883 std::vector<FVInterpolationMethod *> methods;
4884 theWarehouse()
4885 .query()
4886 .condition<AttribSystem>("FVInterpolationMethod")
4887 .condition<AttribThread>(tid)
4888 .condition<AttribName>(name)
4889 .queryInto(methods);
4890
4891 if (methods.empty())
4892 {
4893 mooseAssert(getMooseApp().actionWarehouse().isTaskComplete("add_interpolation_method"),
4894 "An FVInterpolationMethod getter was called before FVInterpolationMethods have "
4895 "been constructed. If you are attempting to access this object in the constructor "
4896 "of another object then make sure that the FVInterpolationMethod is constructed "
4897 "before the object using it.");
4898
4899 mooseError("Unable to find FVInterpolationMethod with name '", name, "'");
4900 }
4901
4902 mooseAssert(methods.size() == 1, "Expected a single FVInterpolationMethod per thread");
4903 return *(methods[0]);
4904}

Referenced by FEProblemBase::getFVAdvectedInterpolationMethod(), and FEProblemBase::getFVFaceInterpolationMethod().

◆ getFVMatsAndDependencies()

void FEProblemBase::getFVMatsAndDependencies ( SubdomainID  block_id,
std::vector< std::shared_ptr< MaterialBase > > &  face_materials,
std::vector< std::shared_ptr< MaterialBase > > &  neighbor_materials,
std::set< MooseVariableFieldBase * > &  variables,
const THREAD_ID  tid 
)
inherited

Get the materials and variables potentially needed for FV.

Parameters
block_idSubdomainID The subdomain id that we want to retrieve materials for
face_materialsThe face materials container that we will fill
neighbor_materialsThe neighbor materials container that we will fill
variablesThe variables container that we will fill that our materials depend on
tidThe thread id

Definition at line 9870 of file FEProblemBase.C.

9876{
9877 if (_materials[Moose::FACE_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
9878 {
9879 auto & this_face_mats =
9881 for (std::shared_ptr<MaterialBase> face_mat : this_face_mats)
9882 if (face_mat->ghostable())
9883 {
9884 face_materials.push_back(face_mat);
9885 auto & var_deps = face_mat->getMooseVariableDependencies();
9886 for (auto * var : var_deps)
9887 {
9888 if (!var->isFV())
9889 mooseError(
9890 "Ghostable materials should only have finite volume variables coupled into them.");
9891 else if (face_mat->hasStatefulProperties())
9892 mooseError("Finite volume materials do not currently support stateful properties.");
9893 variables.insert(var);
9894 }
9895 }
9896 }
9897
9898 if (_materials[Moose::NEIGHBOR_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
9899 {
9900 auto & this_neighbor_mats =
9902 for (std::shared_ptr<MaterialBase> neighbor_mat : this_neighbor_mats)
9903 if (neighbor_mat->ghostable())
9904 {
9905 neighbor_materials.push_back(neighbor_mat);
9906#ifndef NDEBUG
9907 auto & var_deps = neighbor_mat->getMooseVariableDependencies();
9908 for (auto * var : var_deps)
9909 {
9910 if (!var->isFV())
9911 mooseError(
9912 "Ghostable materials should only have finite volume variables coupled into them.");
9913 else if (neighbor_mat->hasStatefulProperties())
9914 mooseError("Finite volume materials do not currently support stateful properties.");
9915 auto pr = variables.insert(var);
9916 mooseAssert(!pr.second,
9917 "We should not have inserted any new variables dependencies from our "
9918 "neighbor materials that didn't exist for our face materials");
9919 }
9920#endif
9921 }
9922 }
9923}

◆ getHitNode() [1/2]

const hit::Node * MooseBase::getHitNode ( ) const
inlineinherited
Returns
The block-level hit node for this object, if any

Definition at line 136 of file MooseBase.h.

136{ return getHitNode(_pars); }

Referenced by MooseBase::callMooseError(), MooseBase::getHitNode(), and MooseBase::messagePrefix().

◆ getHitNode() [2/2]

const hit::Node * MooseBase::getHitNode ( const InputParameters params)
staticprivateinherited

Internal method for getting a hit node (if available) given a set of parameters.

Needs to be static so that we can call it externally from InputParameters for errors that do not have context of the MooseBase

Definition at line 167 of file MooseBase.C.

168{
169 if (const auto hit_node = params.getHitNode())
170 if (!hit_node->isRoot())
171 return hit_node;
172 return nullptr;
173}

◆ getIndicatorWarehouse()

const MooseObjectWarehouse< Indicator > & FEProblemBase::getIndicatorWarehouse ( )
inlineinherited

Return indicator/marker storage.

Definition at line 2101 of file FEProblemBase.h.

2101{ return _indicators; }

◆ getInitialConditionWarehouse()

const InitialConditionWarehouse & FEProblemBase::getInitialConditionWarehouse ( ) const
inlineinherited

◆ getInterfaceMaterialsWarehouse()

const MaterialWarehouse & FEProblemBase::getInterfaceMaterialsWarehouse ( ) const
inlineinherited

◆ getInternalSideIndicatorWarehouse()

const MooseObjectWarehouse< InternalSideIndicatorBase > & FEProblemBase::getInternalSideIndicatorWarehouse ( )
inlineinherited

Definition at line 2102 of file FEProblemBase.h.

2103 {
2105 }

◆ getKokkosBndMaterialPropertyStorage()

Moose::Kokkos::MaterialPropertyStorage & FEProblemBase::getKokkosBndMaterialPropertyStorage ( )
inlineinherited

Definition at line 2086 of file FEProblemBase.h.

2087 {
2089 }

◆ getKokkosFESystem() [1/2]

Moose::Kokkos::FESystem & FEProblemBase::getKokkosFESystem ( const unsigned int  sys_num)
inherited

Get the Kokkos FESystem of a specified number.

Parameters
sys_numThe system number
Returns
The Kokkos FESystem

◆ getKokkosFESystem() [2/2]

const Moose::Kokkos::FESystem & FEProblemBase::getKokkosFESystem ( const unsigned int  sys_num) const
inherited

◆ getKokkosFESystems() [1/2]

Moose::Kokkos::Array< Moose::Kokkos::FESystem > & FEProblemBase::getKokkosFESystems ( )
inlineinherited

Get the Kokkos FESystem array (populated only when FE Kokkos objects exist)

Returns
The array of Kokkos FESystem objects

Definition at line 880 of file FEProblemBase.h.

881 {
882 return _kokkos_fe_systems;
883 }
Moose::Kokkos::Array< Moose::Kokkos::FESystem > _kokkos_fe_systems
FESystem array - sparsely populated (only slots for systems needing a Kokkos::FESystem)

◆ getKokkosFESystems() [2/2]

const Moose::Kokkos::Array< Moose::Kokkos::FESystem > & FEProblemBase::getKokkosFESystems ( ) const
inlineinherited

Definition at line 884 of file FEProblemBase.h.

885 {
886 return _kokkos_fe_systems;
887 }

◆ getKokkosFunction() [1/2]

virtual Moose::Kokkos::Function FEProblemBase::getKokkosFunction ( const std::string &  name)
virtualinherited

Get a Kokkos function in an abstract type.

Parameters
nameThe Kokkos function name
Returns
The copy of the Kokkos function in the abstract type

◆ getKokkosFunction() [2/2]

template<typename T >
T & FEProblemBase::getKokkosFunction ( const std::string &  name)
inherited

Get a Kokkos function in a concrete type.

Template Parameters
TThe Kokkos function type
Parameters
nameThe Kokkos function name
Returns
The reference of the Kokkos function in the concrete type

Definition at line 3911 of file FEProblemBase.h.

3912{
3913 if (!hasKokkosFunction(name))
3914 {
3915 // If we didn't find a function, it might be a default function, attempt to construct one now
3916 std::istringstream ss(name);
3917 Real real_value;
3918
3919 // First see if it's just a constant. If it is, build a ConstantFunction
3920 if (ss >> real_value && ss.eof())
3921 {
3922 InputParameters params = _factory.getValidParams("KokkosConstantFunction");
3923 params.set<Real>("value") = real_value;
3924 addKokkosFunction("KokkosConstantFunction", ss.str(), params);
3925 }
3926
3927 // Try once more
3928 if (!hasKokkosFunction(name))
3929 mooseError("Unable to find Kokkos function '" + name, "'");
3930 }
3931
3932 auto * const ret = dynamic_cast<T *>(_kokkos_functions.getActiveObject(name).get());
3933 if (!ret)
3934 mooseError("No Kokkos function named '", name, "' of appropriate type");
3935
3936 return *ret;
3937}
virtual bool hasKokkosFunction(const std::string &name) const
Get whether a Kokkos function exists.
virtual void addKokkosFunction(const std::string &type, const std::string &name, InputParameters &parameters)
Add a Kokkos function to the problem.

◆ getKokkosMaterialData()

MaterialData & FEProblemBase::getKokkosMaterialData ( Moose::MaterialDataType  type,
const MooseObject object = nullptr 
) const
inherited
Returns
The Kokkos MaterialData for the type type for thread tid

Referenced by BlockRestrictable::initializeBlockRestrictable().

◆ getKokkosMaterialPropertyStorage()

Moose::Kokkos::MaterialPropertyStorage & FEProblemBase::getKokkosMaterialPropertyStorage ( )
inlineinherited

Definition at line 2082 of file FEProblemBase.h.

2083 {
2085 }

◆ getKokkosMaterialPropertyStorageConsumers()

const std::set< const MooseObject * > & FEProblemBase::getKokkosMaterialPropertyStorageConsumers ( Moose::MaterialDataType  type) const
inherited
Returns
The consumers of the Kokkos MaterialPropertyStorage for the type type

◆ getKokkosMaterialsWarehouse()

const MaterialWarehouse & FEProblemBase::getKokkosMaterialsWarehouse ( ) const
inlineinherited

Definition at line 2329 of file FEProblemBase.h.

2329{ return _kokkos_materials; }
MaterialWarehouse _kokkos_materials

◆ getKokkosNeighborMaterialPropertyStorage()

Moose::Kokkos::MaterialPropertyStorage & FEProblemBase::getKokkosNeighborMaterialPropertyStorage ( )
inlineinherited

Definition at line 2090 of file FEProblemBase.h.

2091 {
2093 }

◆ getKokkosSystem() [1/2]

Moose::Kokkos::System & FEProblemBase::getKokkosSystem ( const unsigned int  sys_num)
inherited

Get the Kokkos System of a specified number.

Parameters
sys_numThe system number
Returns
The Kokkos System

◆ getKokkosSystem() [2/2]

const Moose::Kokkos::System & FEProblemBase::getKokkosSystem ( const unsigned int  sys_num) const
inherited

◆ getKokkosSystems() [1/2]

Moose::Kokkos::Array< Moose::Kokkos::System > & FEProblemBase::getKokkosSystems ( )
inlineinherited

Get the Kokkos System array (always populated when any Kokkos object exists)

Returns
The array of Kokkos System objects

Definition at line 868 of file FEProblemBase.h.

868{ return _kokkos_systems; }
Moose::Kokkos::Array< Moose::Kokkos::System > _kokkos_systems
System array - sparsely populated (only slots for systems needing a Kokkos::System)

◆ getKokkosSystems() [2/2]

const Moose::Kokkos::Array< Moose::Kokkos::System > & FEProblemBase::getKokkosSystems ( ) const
inlineinherited

Definition at line 869 of file FEProblemBase.h.

870 {
871 return _kokkos_systems;
872 }

◆ getKokkosUserObject()

template<class T >
const T & FEProblemBase::getKokkosUserObject ( const std::string &  name) const
inlineinherited

Get the Kokkos user object by its name.

Parameters
nameThe name of the Kokkos user object being retrieved
Returns
const reference to the Kokkos user object

Definition at line 1437 of file FEProblemBase.h.

1438 {
1439 std::vector<T *> objs;
1440 theWarehouse()
1441 .query()
1442 .condition<AttribSystem>("KokkosUserObject")
1443 .condition<AttribName>(name)
1444 .queryInto(objs);
1445 if (objs.empty())
1446 mooseError("Unable to find Kokkos user object with name '" + name + "'");
1447 return *(objs[0]);
1448 }

Referenced by UserObjectInterface::getUserObjectFromFEProblem().

◆ getLinearConvergenceNames()

const std::vector< ConvergenceName > & FEProblemBase::getLinearConvergenceNames ( ) const
inherited

Gets the linear convergence object name(s).

Definition at line 9983 of file FEProblemBase.C.

9984{
9987 mooseError("The linear convergence name(s) have not been set.");
9988}
std::optional< std::vector< ConvergenceName > > _linear_convergence_names
Linear system(s) convergence name(s) (if any)

Referenced by Moose::PetscSupport::petscLinearConverged().

◆ getLinearSystem() [1/2]

LinearSystem & FEProblemBase::getLinearSystem ( unsigned int  sys_num)
inlineinherited

Get non-constant reference to a linear system.

Parameters
sys_numThe number of the linear system

Definition at line 3827 of file FEProblemBase.h.

3828{
3829 mooseAssert(sys_num < _linear_systems.size(),
3830 "System number greater than the number of linear systems");
3831 return *_linear_systems[sys_num];
3832}

Referenced by IterationAdaptiveDT::acceptStep(), Moose::compute_linear_system(), Moose::PetscSupport::petscSetDefaults(), and FEProblemSolve::solve().

◆ getLinearSystem() [2/2]

const LinearSystem & FEProblemBase::getLinearSystem ( unsigned int  sys_num) const
inlineinherited

Get a constant reference to a linear system.

Parameters
sys_numThe number of the linear system

Definition at line 3835 of file FEProblemBase.h.

3836{
3837 mooseAssert(sys_num < _linear_systems.size(),
3838 "System number greater than the number of linear systems");
3839 return *_linear_systems[sys_num];
3840}

◆ getLinearSystemNames()

const std::vector< LinearSystemName > & FEProblemBase::getLinearSystemNames ( ) const
inlineinherited
Returns
the linear system names in the problem

Definition at line 2994 of file FEProblemBase.h.

2994{ return _linear_sys_names; }
const std::vector< LinearSystemName > _linear_sys_names
The linear system names.

Referenced by PhysicsBase::initializePhysics(), and MultiSystemSolveObject::MultiSystemSolveObject().

◆ getLineSearch()

LineSearch * FEProblemBase::getLineSearch ( )
inlineoverridevirtualinherited

getter for the MOOSE line search

Implements SubProblem.

Definition at line 827 of file FEProblemBase.h.

827{ return _line_search.get(); }

Referenced by DisplacedProblem::getLineSearch().

◆ getMarkerWarehouse()

const MooseObjectWarehouse< Marker > & FEProblemBase::getMarkerWarehouse ( )
inlineinherited

Definition at line 2106 of file FEProblemBase.h.

2106{ return _markers; }

◆ getMaterial()

std::shared_ptr< MaterialBase > FEProblemBase::getMaterial ( std::string  name,
Moose::MaterialDataType  type,
const THREAD_ID  tid = 0,
bool  no_warn = false 
)
inherited

Return a pointer to a MaterialBase object.

If no_warn is true, suppress warning about retrieving a material reference potentially during the material's calculation.

This will return enabled or disabled objects, the main purpose is for iterative materials.

Definition at line 4045 of file FEProblemBase.C.

4049{
4050 switch (type)
4051 {
4053 name += "_neighbor";
4054 break;
4056 name += "_face";
4057 break;
4058 default:
4059 break;
4060 }
4061
4062 std::shared_ptr<MaterialBase> material = _all_materials[type].getActiveObject(name, tid);
4063 if (!no_warn && material->getParam<bool>("compute") && type == Moose::BLOCK_MATERIAL_DATA)
4064 mooseWarning("You are retrieving a Material object (",
4065 material->name(),
4066 "), but its compute flag is set to true. This indicates that MOOSE is "
4067 "computing this property which may not be desired and produce un-expected "
4068 "results.");
4069
4070 return material;
4071}
void mooseWarning(Args &&... args)
Emit a warning message with the given stringified, concatenated args.
Definition MooseError.h:345
@ BLOCK_MATERIAL_DATA
Definition MooseTypes.h:747

Referenced by MaterialPropertyInterface::getMaterialByName().

◆ getMaterialData()

MaterialData & FEProblemBase::getMaterialData ( Moose::MaterialDataType  type,
const THREAD_ID  tid = 0,
const MooseObject object = nullptr 
) const
inherited
Returns
The MaterialData for the type type for thread tid

Definition at line 4074 of file FEProblemBase.C.

4077{
4078 switch (type)
4079 {
4081 if (object)
4083 return _material_props.getMaterialData(tid);
4085 if (object)
4091 if (object)
4094 }
4095
4096 mooseError("FEProblemBase::getMaterialData(): Invalid MaterialDataType ", type);
4097}
void addConsumer(Moose::MaterialDataType type, const MooseObject *object)
Add object as the consumer of storage of type type.
const MaterialData & getMaterialData(const THREAD_ID tid) const
@ BOUNDARY_MATERIAL_DATA
Definition MooseTypes.h:748
@ INTERFACE_MATERIAL_DATA
Definition MooseTypes.h:751

Referenced by BlockRestrictable::initializeBlockRestrictable(), and FEProblemBase::resizeMaterialData().

◆ getMaterialPropertyBlockNames()

std::vector< SubdomainName > SubProblem::getMaterialPropertyBlockNames ( const std::string &  prop_name)
virtualinherited

Get a vector of block id equivalences that the material property is defined on.

Definition at line 488 of file SubProblem.C.

489{
490 std::set<SubdomainID> blocks = getMaterialPropertyBlocks(prop_name);
491 std::vector<SubdomainName> block_names;
492 block_names.reserve(blocks.size());
493 for (const auto & block_id : blocks)
494 {
495 SubdomainName name;
496 name = mesh().getMesh().subdomain_name(block_id);
497 if (name.empty())
498 {
499 std::ostringstream oss;
500 oss << block_id;
501 name = oss.str();
502 }
503 block_names.push_back(name);
504 }
505
506 return block_names;
507}
virtual std::set< SubdomainID > getMaterialPropertyBlocks(const std::string &prop_name)
Get a vector containing the block ids the material property is defined on.
Definition SubProblem.C:472

Referenced by MaterialPropertyInterface::getMaterialPropertyBlockNames().

◆ getMaterialPropertyBlocks()

std::set< SubdomainID > SubProblem::getMaterialPropertyBlocks ( const std::string &  prop_name)
virtualinherited

Get a vector containing the block ids the material property is defined on.

Definition at line 472 of file SubProblem.C.

473{
474 std::set<SubdomainID> blocks;
475
476 for (const auto & it : _map_block_material_props)
477 {
478 const std::set<std::string> & prop_names = it.second;
479 std::set<std::string>::iterator name_it = prop_names.find(prop_name);
480 if (name_it != prop_names.end())
481 blocks.insert(it.first);
482 }
483
484 return blocks;
485}

Referenced by SubProblem::getMaterialPropertyBlockNames(), and MaterialPropertyInterface::getMaterialPropertyBlocks().

◆ getMaterialPropertyBoundaryIDs()

std::set< BoundaryID > SubProblem::getMaterialPropertyBoundaryIDs ( const std::string &  prop_name)
virtualinherited

Get a vector containing the block ids the material property is defined on.

Definition at line 524 of file SubProblem.C.

525{
526 std::set<BoundaryID> boundaries;
527
528 for (const auto & it : _map_boundary_material_props)
529 {
530 const std::set<std::string> & prop_names = it.second;
531 std::set<std::string>::iterator name_it = prop_names.find(prop_name);
532 if (name_it != prop_names.end())
533 boundaries.insert(it.first);
534 }
535
536 return boundaries;
537}

Referenced by MaterialPropertyInterface::getMaterialPropertyBoundaryIDs(), and SubProblem::getMaterialPropertyBoundaryNames().

◆ getMaterialPropertyBoundaryNames()

std::vector< BoundaryName > SubProblem::getMaterialPropertyBoundaryNames ( const std::string &  prop_name)
virtualinherited

Get a vector of block id equivalences that the material property is defined on.

Definition at line 540 of file SubProblem.C.

541{
542 std::set<BoundaryID> boundaries = getMaterialPropertyBoundaryIDs(prop_name);
543 std::vector<BoundaryName> boundary_names;
544 boundary_names.reserve(boundaries.size());
545 const BoundaryInfo & boundary_info = mesh().getMesh().get_boundary_info();
546
547 for (const auto & bnd_id : boundaries)
548 {
549 BoundaryName name;
550 if (bnd_id == Moose::ANY_BOUNDARY_ID)
551 name = "ANY_BOUNDARY_ID";
552 else
553 {
554 name = boundary_info.get_sideset_name(bnd_id);
555 if (name.empty())
556 {
557 std::ostringstream oss;
558 oss << bnd_id;
559 name = oss.str();
560 }
561 }
562 boundary_names.push_back(name);
563 }
564
565 return boundary_names;
566}
virtual std::set< BoundaryID > getMaterialPropertyBoundaryIDs(const std::string &prop_name)
Get a vector containing the block ids the material property is defined on.
Definition SubProblem.C:524

Referenced by MaterialPropertyInterface::getMaterialPropertyBoundaryNames().

◆ getMaterialPropertyRegistry()

const MaterialPropertyRegistry & FEProblemBase::getMaterialPropertyRegistry ( ) const
inlineinherited
Returns
A reference to the material property registry

Definition at line 2064 of file FEProblemBase.h.

2065 {
2067 }

Referenced by SideUserObject::checkNoInterfaceMaterialPropertyDependencies(), and MaterialBase::checkStatefulSanity().

◆ getMaterialPropertyStorage()

const MaterialPropertyStorage & FEProblemBase::getMaterialPropertyStorage ( )
inlineinherited

Return a reference to the material property storage.

Returns
A const reference to the material property storage

Definition at line 2074 of file FEProblemBase.h.

2074{ return _material_props; }

◆ getMaterialPropertyStorageConsumers()

const std::set< const MooseObject * > & FEProblemBase::getMaterialPropertyStorageConsumers ( Moose::MaterialDataType  type) const
inherited
Returns
The consumers of the MaterialPropertyStorage for the type type

Definition at line 4100 of file FEProblemBase.C.

4101{
4102 switch (type)
4103 {
4112 }
4113
4114 mooseError("FEProblemBase::getMaterialPropertyStorageConsumers(): Invalid MaterialDataType ",
4115 type);
4116}
const std::set< const MooseObject * > & getConsumers(Moose::MaterialDataType type) const

◆ getMaterialWarehouse()

const MaterialWarehouse & FEProblemBase::getMaterialWarehouse ( ) const
inlineinherited

◆ getMatrixTagID()

TagID SubProblem::getMatrixTagID ( const TagName &  tag_name) const
virtualinherited

Get a TagID from a TagName.

Reimplemented in DisplacedProblem.

Definition at line 341 of file SubProblem.C.

342{
343 auto tag_name_upper = MooseUtils::toUpper(tag_name);
344
345 if (!matrixTagExists(tag_name))
346 mooseError("Matrix tag: ",
347 tag_name,
348 " does not exist. ",
349 "If this is a TimeKernel then this may have happened because you didn't "
350 "specify a Transient Executioner.");
351
352 return _matrix_tag_name_to_tag_id.at(tag_name_upper);
353}
virtual bool matrixTagExists(const TagName &tag_name) const
Check to see if a particular Tag exists.
Definition SubProblem.C:327

Referenced by Coupleable::coupledMatrixTagValue(), Coupleable::coupledMatrixTagValues(), ExplicitTimeIntegrator::ExplicitTimeIntegrator(), DisplacedProblem::getMatrixTagID(), TaggingInterface::TaggingInterface(), and TaggingInterface::useMatrixTag().

◆ getMatrixTags()

virtual std::map< TagName, TagID > & SubProblem::getMatrixTags ( )
inlinevirtualinherited

◆ getMaxQps()

unsigned int FEProblemBase::getMaxQps ( ) const
inherited
Returns
The maximum number of quadrature points in use on any element in this problem.

Definition at line 1774 of file FEProblemBase.C.

1775{
1776 if (_max_qps == std::numeric_limits<unsigned int>::max())
1777 mooseError("Max QPS uninitialized");
1778 return _max_qps;
1779}
unsigned int _max_qps
Maximum number of quadrature points used in the problem.

Referenced by MaterialBase::getMaxQps(), MaterialPropertyInterface::getMaxQps(), FEProblemBase::reinitDirac(), Material::subdomainSetup(), and FEProblemBase::updateMaxQps().

◆ getMaxScalarOrder()

Order FEProblemBase::getMaxScalarOrder ( ) const
inherited
Returns
The maximum order for all scalar variables in this problem's systems.

Definition at line 1782 of file FEProblemBase.C.

1783{
1784 return _max_scalar_order;
1785}

Referenced by ScalarCoupleable::coupledScalarOrder(), ScalarCoupleable::getADDefaultValue(), and ScalarCoupleable::getDefaultValue().

◆ getMeshDivision()

MeshDivision & FEProblemBase::getMeshDivision ( const std::string &  name,
const THREAD_ID  tid = 0 
) const
inherited

Get a MeshDivision.

Definition at line 2849 of file FEProblemBase.C.

2850{
2851 auto * const ret = dynamic_cast<MeshDivision *>(_mesh_divisions.getActiveObject(name, tid).get());
2852 if (!ret)
2853 mooseError("No MeshDivision object named ", name, " of appropriate type");
2854 return *ret;
2855}

Referenced by NestedDivision::NestedDivision().

◆ getMooseApp()

MooseApp & MooseBase::getMooseApp ( ) const
inlineinherited

Get the MooseApp this class is associated with.

Definition at line 87 of file MooseBase.h.

87{ return _app; }

Referenced by ChainControlSetupAction::act(), AddDefaultConvergenceAction::addDefaultMultiAppFixedPointConvergence(), AddDefaultConvergenceAction::addDefaultNonlinearConvergence(), AddDefaultConvergenceAction::addDefaultSteadyStateConvergence(), FEProblemBase::advanceState(), ParsedChainControl::buildFunction(), ReporterTransferInterface::checkHasReporterValue(), AddDefaultConvergenceAction::checkUnusedMultiAppFixedPointConvergenceParameters(), AddDefaultConvergenceAction::checkUnusedNonlinearConvergenceParameters(), AddDefaultConvergenceAction::checkUnusedSteadyStateConvergenceParameters(), Coupleable::checkWritableVar(), ComponentPhysicsInterface::ComponentPhysicsInterface(), Coupleable::Coupleable(), MortarInterfaceWarehouse::createMortarInterface(), EigenProblem::doFreeNonlinearPowerIterations(), Terminator::execute(), FEProblemSolve::FEProblemSolve(), SolutionInvalidInterface::flagInvalidSolutionInternal(), ChainControl::getChainControlDataSystem(), FEProblemBase::getDistribution(), FEProblemBase::getFunction(), FEProblemBase::getFVInterpolationMethod(), FEProblemBase::getMultiApp(), FEProblemBase::getSampler(), DefaultConvergenceBase::getSharedExecutionerParam(), FEProblemBase::getUserObjectBase(), FEProblemBase::getVectorPostprocessorObjectByName(), ChainControlDataPostprocessor::initialSetup(), MaterialPropertyInterface::MaterialPropertyInterface(), MooseVariableDataFV< OutputType >::MooseVariableDataFV(), ProgressOutput::output(), PetscOutputInterface::petscLinearOutput(), PetscOutputInterface::petscNonlinearOutput(), Moose::PetscSupport::PetscOptionsScope::PetscOptionsScope(), PetscOutputInterface::PetscOutputInterface(), PostprocessorInterface::postprocessorsAdded(), MultiApp::preTransfer(), Reporter::Reporter(), ReporterInterface::reportersAdded(), LinearFVGradientInterface::resolveFVGradientMethod(), MultiApp::restore(), and VectorPostprocessorInterface::vectorPostprocessorsAdded().

◆ getMortarInterface() [1/2]

AutomaticMortarGeneration & FEProblemBase::getMortarInterface ( const std::pair< BoundaryID, BoundaryID > &  primary_secondary_boundary_pair,
const std::pair< SubdomainID, SubdomainID > &  primary_secondary_subdomain_pair,
bool  on_displaced 
)
inherited

Definition at line 8608 of file FEProblemBase.C.

8612{
8613 return _mortar_data->getMortarInterface(
8614 primary_secondary_boundary_pair, primary_secondary_subdomain_pair, on_displaced);
8615}

◆ getMortarInterface() [2/2]

const AutomaticMortarGeneration & FEProblemBase::getMortarInterface ( const std::pair< BoundaryID, BoundaryID > &  primary_secondary_boundary_pair,
const std::pair< SubdomainID, SubdomainID > &  primary_secondary_subdomain_pair,
bool  on_displaced 
) const
inherited

Return the undisplaced or displaced mortar generation object associated with the provided boundaries and subdomains.

Definition at line 8598 of file FEProblemBase.C.

8602{
8603 return _mortar_data->getMortarInterface(
8604 primary_secondary_boundary_pair, primary_secondary_subdomain_pair, on_displaced);
8605}

◆ getMortarInterfaces()

const std::unordered_map< std::pair< BoundaryID, BoundaryID >, MortarInterfaceConfig > & FEProblemBase::getMortarInterfaces ( bool  on_displaced) const
inherited

Definition at line 10271 of file FEProblemBase.C.

10272{
10273 return _mortar_data->getMortarInterfaces(on_displaced);
10274}

Referenced by FEProblemBase::computeUserObjectsInternal(), MortarSegmentMeshReporter::execute(), and NonlinearSystemBase::initialSetup().

◆ getMortarUserObjects() [1/2]

std::vector< MortarUserObject * > FEProblemBase::getMortarUserObjects ( BoundaryID  primary_boundary_id,
BoundaryID  secondary_boundary_id,
bool  displaced 
)
privateinherited

Helper for getting mortar objects corresponding to primary boundary ID, secondary boundary ID, and displaced parameters from the entire active mortar user object set.

Definition at line 10096 of file FEProblemBase.C.

10099{
10100 std::vector<MortarUserObject *> mortar_uos;
10101 theWarehouse()
10102 .query()
10104 .queryInto(mortar_uos);
10105 return getMortarUserObjects(primary_boundary_id, secondary_boundary_id, displaced, mortar_uos);
10106}

◆ getMortarUserObjects() [2/2]

std::vector< MortarUserObject * > FEProblemBase::getMortarUserObjects ( BoundaryID  primary_boundary_id,
BoundaryID  secondary_boundary_id,
bool  displaced,
const std::vector< MortarUserObject * > &  mortar_uo_superset 
)
privateinherited

Helper for getting mortar objects corresponding to primary boundary ID, secondary boundary ID, and displaced parameters, given some initial set.

Definition at line 10079 of file FEProblemBase.C.

10083{
10084 std::vector<MortarUserObject *> mortar_uos;
10085 auto * const subproblem =
10086 displaced ? cast_ptr<SubProblem *>(_displaced_problem.get()) : cast_ptr<SubProblem *>(this);
10087 for (auto * const obj : mortar_uo_superset)
10088 if (obj->onInterface(primary_boundary_id, secondary_boundary_id) &&
10089 (&obj->getSubProblem() == subproblem))
10090 mortar_uos.push_back(obj);
10091
10092 return mortar_uos;
10093}

Referenced by FEProblemBase::computeUserObjectsInternal(), FEProblemBase::getMortarUserObjects(), and FEProblemBase::reinitMortarUserObjects().

◆ getMultiApp()

std::shared_ptr< MultiApp > FEProblemBase::getMultiApp ( const std::string &  multi_app_name) const
inherited

Get a MultiApp object by name.

Definition at line 5955 of file FEProblemBase.C.

5956{
5957 if (!hasMultiApp(multi_app_name))
5958 mooseAssert(getMooseApp().actionWarehouse().isTaskComplete("add_multi_app"),
5959 "A MultiApp getter was called before MultiApps have been constructed. "
5960 "If you are attempting to access this object in the constructor of another object "
5961 "then make sure that the MultiApp is constructed before the object using it.");
5962
5963 return _multi_apps.getObject(multi_app_name);
5964}
bool hasMultiApp(const std::string &name) const
std::shared_ptr< T > getObject(const std::string &name, THREAD_ID tid=0) const

Referenced by FEProblemBase::addTransfer(), FEProblemBase::execMultiAppTransfers(), MultiAppPositions::initialize(), and MultiAppTransfer::MultiAppTransfer().

◆ getMultiAppFixedPointConvergenceName()

const ConvergenceName & FEProblemBase::getMultiAppFixedPointConvergenceName ( ) const
inherited

Gets the MultiApp fixed point convergence object name.

Definition at line 9991 of file FEProblemBase.C.

9992{
9995 else
9996 mooseError("The fixed point convergence name has not been set.");
9997}
std::optional< ConvergenceName > _multiapp_fixed_point_convergence_name
MultiApp fixed point convergence name.

Referenced by FEProblemBase::addDefaultMultiAppFixedPointConvergence(), FixedPointSolve::examineFixedPointConvergence(), FixedPointIterationAdaptiveDT::init(), FixedPointSolve::initialSetup(), SteffensenSolve::initialSetup(), FixedPointSolve::solve(), and FixedPointSolve::solveStep().

◆ getMultiAppTransferWarehouse()

const ExecuteMooseObjectWarehouse< Transfer > & FEProblemBase::getMultiAppTransferWarehouse ( Transfer::DIRECTION  direction) const
inherited

Return the complete warehouse for MultiAppTransfer object for the given direction.

Definition at line 6101 of file FEProblemBase.C.

6102{
6103 if (direction == MultiAppTransfer::TO_MULTIAPP)
6105 else if (direction == MultiAppTransfer::FROM_MULTIAPP)
6107 else
6109}

◆ getMultiAppWarehouse()

ExecuteMooseObjectWarehouse< MultiApp > & FEProblemBase::getMultiAppWarehouse ( )
inlineinherited

◆ getNeighborMaterialPropertyStorage()

const MaterialPropertyStorage & FEProblemBase::getNeighborMaterialPropertyStorage ( )
inlineinherited

Definition at line 2076 of file FEProblemBase.h.

2077 {
2079 }

◆ getNonlinearConvergenceNames()

const std::vector< ConvergenceName > & FEProblemBase::getNonlinearConvergenceNames ( ) const
inherited

Gets the nonlinear system convergence object name(s).

Definition at line 9959 of file FEProblemBase.C.

9960{
9963 mooseError("The nonlinear system convergence name(s) have not been set.");
9964}
std::optional< std::vector< ConvergenceName > > _nonlinear_convergence_names
Nonlinear system(s) convergence name(s)

Referenced by FEProblemBase::addDefaultNonlinearConvergence(), addDefaultNonlinearConvergence(), and FEProblemSolve::convergenceSetup().

◆ getNonlinearEvaluableElementRange()

const ConstElemRange & FEProblemBase::getNonlinearEvaluableElementRange ( )
inherited

Definition at line 916 of file FEProblemBase.C.

917{
919 {
920 std::vector<const DofMap *> dof_maps(_nl.size());
921 for (const auto i : index_range(dof_maps))
922 dof_maps[i] = &_nl[i]->dofMap();
924 std::make_unique<ConstElemRange>(_mesh.getMesh().multi_evaluable_elements_begin(dof_maps),
925 _mesh.getMesh().multi_evaluable_elements_end(dof_maps));
926 }
927
929}
std::unique_ptr< libMesh::ConstElemRange > _nl_evaluable_local_elem_range

Referenced by ElemSideNeighborLayersTester::execute().

◆ getNonlinearSystem()

NonlinearSystem & FEProblem::getNonlinearSystem ( const unsigned int  nl_sys_num)
inlineoverridevirtualinherited

Reimplemented from FEProblemBase.

Definition at line 48 of file FEProblem.h.

49{
50 return *_nl_sys[nl_sys_num];
51}
std::vector< std::shared_ptr< NonlinearSystem > > _nl_sys
Definition FEProblem.h:39

◆ getNonlinearSystemBase() [1/2]

NonlinearSystemBase & FEProblemBase::getNonlinearSystemBase ( const unsigned int  sys_num)
inlineinherited

◆ getNonlinearSystemBase() [2/2]

const NonlinearSystemBase & FEProblemBase::getNonlinearSystemBase ( const unsigned int  sys_num) const
inlineinherited

Definition at line 3790 of file FEProblemBase.h.

3791{
3792 mooseAssert(sys_num < _nl.size(), "System number greater than the number of nonlinear systems");
3793 return *_nl[sys_num];
3794}

◆ getNonlinearSystemNames()

const std::vector< NonlinearSystemName > & FEProblemBase::getNonlinearSystemNames ( ) const
inlineinherited
Returns
the nolinear system names in the problem

Definition at line 2990 of file FEProblemBase.h.

2990{ return _nl_sys_names; }
const std::vector< NonlinearSystemName > _nl_sys_names
The nonlinear system names.

Referenced by PhysicsBase::initializePhysics(), Console::meshChanged(), MultiSystemSolveObject::MultiSystemSolveObject(), ConsoleUtils::outputExecutionInformation(), and Console::outputSystemInformation().

◆ getNumCyclesCompleted()

unsigned int FEProblemBase::getNumCyclesCompleted ( )
inlineinherited
Returns
The number of adaptivity cycles completed.

Definition at line 2142 of file FEProblemBase.h.

2142{ return _cycles_completed; }

◆ getParam() [1/2]

template<typename T >
const T & MooseBase::getParam ( const std::string &  name) const
inherited

Retrieve a parameter for the object.

Parameters
nameThe name of the parameter
Returns
The value of the parameter

Definition at line 406 of file MooseBase.h.

407{
408 return InputParameters::getParamHelper<T>(name, _pars);
409}

Referenced by CommonOutputAction::act(), CreateDisplacedProblemAction::act(), CylinderComponent::addMeshGenerators(), FEProblemBase::addOutput(), ArrayParsedAux::ArrayParsedAux(), BicubicSplineFunction::BicubicSplineFunction(), Console::Console(), CutMeshByLevelSetGenerator::CutMeshByLevelSetGenerator(), DebugResidualAux::DebugResidualAux(), DerivativeParsedMaterialTempl< is_ad >::DerivativeParsedMaterialTempl(), DynamicObjectRegistrationAction::DynamicObjectRegistrationAction(), EigenKernel::EigenKernel(), ElementGroupCentroidPositions::ElementGroupCentroidPositions(), MFEMEigenvaluesPostprocessor::execute(), FEProblemSolve::FEProblemSolve(), ParsedVectorReporter::finalize(), FiniteDifferencePreconditioner::FiniteDifferencePreconditioner(), FixedPointSolve::FixedPointSolve(), ParsedSubdomainGeneratorBase::functionInitialize(), BlockDeletionGenerator::generate(), BoundaryLayerSubdomainGenerator::generate(), BreakMeshByBlockGenerator::generate(), CoarsenBlockGenerator::generate(), FileMeshGenerator::generate(), MeshExtruderGenerator::generate(), RefineBlockGenerator::generate(), RefineSidesetGenerator::generate(), SubdomainsFromPartitionerGenerator::generate(), XYDelaunayGenerator::generate(), GenericConstantRankTwoTensorTempl< is_ad >::GenericConstantRankTwoTensorTempl(), GenericConstantSymmetricRankTwoTensorTempl< is_ad >::GenericConstantSymmetricRankTwoTensorTempl(), GeometricSearchInterface::GeometricSearchInterface(), MooseApp::getCheckpointDirectories(), DataFileInterface::getDataFileName(), ExecutorInterface::getExecutor(), DefaultConvergenceBase::getSharedExecutionerParam(), AddVariableAction::init(), AdvancedOutput::init(), FixedPointIterationAdaptiveDT::init(), TimeSequenceStepper::init(), AdvancedOutput::initAvailableLists(), AttribThread::initFrom(), AttribExecutionOrderGroup::initFrom(), AttribSysNum::initFrom(), AttribResidualObject::initFrom(), AttribDisplaced::initFrom(), BlockRestrictable::initializeBlockRestrictable(), BoundaryRestrictable::initializeBoundaryRestrictable(), Console::initialSetup(), SampledOutput::initSample(), IterationAdaptiveDT::limitDTToPostprocessorValue(), MooseMesh::MooseMesh(), MooseVariableBase::MooseVariableBase(), MoveNodesByParsedExpressionModifier::MoveNodesByParsedExpressionModifier(), MultiPostprocessorConvergence::MultiPostprocessorConvergence(), PerfGraphOutput::output(), Console::outputSystemInformation(), ParsedCurveGenerator::ParsedCurveGenerator(), ParsedElementDeletionGenerator::ParsedElementDeletionGenerator(), ParsedGenerateNodeset::ParsedGenerateNodeset(), ParsedGenerateSideset::ParsedGenerateSideset(), ParsedMaterialTempl< is_ad >::ParsedMaterialTempl(), ParsedNodeTransformGenerator::ParsedNodeTransformGenerator(), ParsedODEKernel::ParsedODEKernel(), ParsedPostprocessor::ParsedPostprocessor(), ParsedReporterBase::ParsedReporterBase(), ParsedVectorReporter::ParsedVectorReporter(), ProjectSideSetOntoLevelSetGenerator::ProjectSideSetOntoLevelSetGenerator(), ReferenceResidualInterface::ReferenceResidualInterface(), Moose::FV::setInterpolationMethod(), SetupMeshAction::setupMesh(), MooseApp::setupOptions(), Output::setWallTimeIntervalFromCommandLineParam(), PetscOutput::solveSetup(), TimePeriod::TimePeriod(), UniqueExtraIDMeshGenerator::UniqueExtraIDMeshGenerator(), VariableCondensationPreconditioner::VariableCondensationPreconditioner(), and VectorOfPostprocessors::VectorOfPostprocessors().

◆ getParam() [2/2]

template<typename T1 , typename T2 >
std::vector< std::pair< T1, T2 > > MooseBase::getParam ( const std::string &  param1,
const std::string &  param2 
) const
inherited

Retrieve two parameters and provide pair of parameters for the object.

Parameters
param1The name of first parameter
param2The name of second parameter
Returns
Vector of pairs of first and second parameters

Definition at line 443 of file MooseBase.h.

444{
445 return _pars.get<T1, T2>(param1, param2);
446}

◆ getPetscOptions()

Moose::PetscSupport::PetscOptions & FEProblemBase::getPetscOptions ( )
inlineinherited

◆ getPositionsObject()

const Positions & FEProblemBase::getPositionsObject ( const std::string &  name) const
inherited

Get the Positions object by its name.

Parameters
nameThe name of the Positions object being retrieved
Returns
Const reference to the Positions object

Definition at line 4821 of file FEProblemBase.C.

4822{
4823 std::vector<Positions *> objs;
4824 theWarehouse()
4825 .query()
4826 .condition<AttribSystem>("UserObject")
4827 .condition<AttribName>(name)
4828 .queryInto(objs);
4829 if (objs.empty())
4830 mooseError("Unable to find Positions object with name '" + name + "'");
4831 mooseAssert(objs.size() == 1, "Should only find one Positions");
4832 return *(objs[0]);
4833}

Referenced by DistributedPositions::DistributedPositions(), MultiApp::fillPositions(), ParsedDownSelectionPositions::initialize(), Positions::initialized(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), and TransformedPositions::TransformedPositions().

◆ getPostprocessorObjectByName()

const Postprocessor & FEProblemBase::getPostprocessorObjectByName ( const PostprocessorName &  object_name,
const THREAD_ID  tid = 0 
) const
inherited

Return the Postprocessor object registered under the supplied object name.

Parameters
object_nameThe name of the Postprocessor object
tidThe thread identifier for thread-local object lookup

Definition at line 4960 of file FEProblemBase.C.

4962{
4963 std::vector<Postprocessor *> objs;
4964 theWarehouse()
4965 .query()
4967 .condition<AttribThread>(tid)
4968 .condition<AttribName>(object_name)
4969 .queryInto(objs);
4970
4971 if (objs.empty())
4972 mooseError("Unable to find Postprocessor with name '", object_name, "'");
4973 mooseAssert(objs.size() == 1,
4974 "We shouldn't find more than one postprocessor object for a given name");
4975 return *(objs[0]);
4976}

◆ getPostprocessorValueByName()

const PostprocessorValue & FEProblemBase::getPostprocessorValueByName ( const PostprocessorName &  name,
std::size_t  t_index = 0 
) const
inherited

Get a read-only reference to the value associated with a Postprocessor that exists.

Parameters
nameThe name of the post-processor
t_indexFlag for getting current (0), old (1), or older (2) values
Returns
The reference to the value at the given time index

Note: This method is only for retrieving values that already exist, the Postprocessor and PostprocessorInterface objects should be used rather than this method for creating and getting values within objects.

Definition at line 4979 of file FEProblemBase.C.

4981{
4983 t_index);
4984}
Real PostprocessorValue
various MOOSE typedefs
Definition MooseTypes.h:230
A ReporterName that represents a Postprocessor.
const T & getReporterValue(const ReporterName &reporter_name, const MooseObject &consumer, const ReporterMode &mode, const std::size_t time_index=0) const
Method for returning read only references to Reporter values.

Referenced by MFEMProblem::addPostprocessor(), MultiAppConservativeTransfer::adjustTransferredSolution(), MultiAppConservativeTransfer::adjustTransferredSolutionNearestPoint(), MultiApp::appPostprocessorValue(), MultiAppPostprocessorToAuxScalarTransfer::execute(), MultiAppPostprocessorTransfer::execute(), EigenProblem::formNorm(), MooseParsedFunctionWrapper::initialize(), ParsedConvergence::initializePostprocessorSymbol(), EigenExecutionerBase::inversePowerIteration(), Exodus::outputPostprocessors(), Nemesis::outputPostprocessors(), TableOutput::outputPostprocessorsRow(), EigenProblem::postScaleEigenVector(), and TableOutput::shouldOutputPostprocessorsRow().

◆ getRegularMaterialsWarehouse()

const MaterialWarehouse & FEProblemBase::getRegularMaterialsWarehouse ( ) const
inlineinherited

Definition at line 2321 of file FEProblemBase.h.

2321{ return _materials; }

Referenced by Moose::Mortar::setupMortarMaterials().

◆ getRenamedParam()

template<typename T >
const T & MooseBase::getRenamedParam ( const std::string &  old_name,
const std::string &  new_name 
) const
inherited

Retrieve a renamed parameter for the object.

This helper makes sure we check both names before erroring, and that only one parameter is passed to avoid silent errors

Parameters
old_namethe old name for the parameter
new_namethe new name for the parameter

Definition at line 420 of file MooseBase.h.

421{
422 // Most important: accept new parameter
423 if (isParamSetByUser(new_name) && !isParamValid(old_name))
424 return getParam<T>(new_name);
425 // Second most: accept old parameter
426 if (isParamValid(old_name) && !isParamSetByUser(new_name))
427 return getParam<T>(old_name);
428 // Third most: accept default for new parameter
429 if (isParamValid(new_name) && !isParamValid(old_name))
430 return getParam<T>(new_name);
431 // Refuse: no default, no value passed
432 if (!isParamValid(old_name) && !isParamValid(new_name))
433 mooseError("parameter '" + new_name +
434 "' is being retrieved without being set.\nDid you misspell it?");
435 // Refuse: both old and new parameters set by user
436 else
437 mooseError("Parameter '" + new_name + "' may not be provided alongside former parameter '" +
438 old_name + "'");
439}
bool isParamSetByUser(const std::string &name) const
Test if the supplied parameter is set by a user, as opposed to not set or set to default.
Definition MooseBase.h:205
bool isParamValid(const std::string &name) const
Test if the supplied parameter is valid.
Definition MooseBase.h:199

◆ getReporterData() [1/2]

const ReporterData & FEProblemBase::getReporterData ( ) const
inlineinherited

Provides const access the ReporterData object.

NOTE: There is a private non-const version of this function that uses a key object only constructable by the correct interfaces. This was done by design to encourage the use of the Reporter and ReporterInterface classes.

Definition at line 1378 of file FEProblemBase.h.

1378{ return _reporter_data; }

Referenced by ReporterTransferInterface::addReporterTransferMode(), ReporterTransferInterface::checkHasReporterValue(), ReporterTransferInterface::clearVectorReporter(), ConstantPostprocessor::ConstantPostprocessor(), AccumulateReporter::declareAccumulateHelper(), ReporterTransferInterface::declareClone(), ReporterTransferInterface::declareClone(), AccumulateReporter::declareLateValues(), VectorPostprocessor::declareVector(), ReporterTransferInterface::declareVectorClone(), ReporterTransferInterface::declareVectorClone(), FEProblemBase::execute(), PostprocessorInterface::getPostprocessorValueByNameInternal(), VectorPostprocessorInterface::getVectorPostprocessorByNameHelper(), VectorPostprocessorInterface::getVectorPostprocessorContextByNameHelper(), PostprocessorInterface::hasPostprocessorByName(), VectorPostprocessorInterface::hasVectorPostprocessorByName(), MooseParsedFunctionWrapper::initialize(), ReporterPositions::initialize(), ReporterTimes::initialize(), ParsedConvergence::initializeSymbols(), JSONOutput::initialSetup(), PostprocessorInterface::isDefaultPostprocessorValueByName(), ReporterDebugOutput::output(), Receiver::Receiver(), ReporterTransferInterface::resizeReporter(), ReporterTransferInterface::sumVectorReporter(), ReporterTransferInterface::transferFromVectorReporter(), ReporterTransferInterface::transferReporter(), and ReporterTransferInterface::transferToVectorReporter().

◆ getReporterData() [2/2]

ReporterData & FEProblemBase::getReporterData ( ReporterData::WriteKey  )
inlineinherited

Provides non-const access the ReporterData object that is used to store reporter values.

see ReporterData.h

Definition at line 1385 of file FEProblemBase.h.

1385{ return _reporter_data; }

◆ getRestartableData()

template<typename T , typename... Args>
const T & Restartable::getRestartableData ( const std::string &  data_name) const
protectedinherited

Declare a piece of data as "restartable" and initialize it Similar to declareRestartableData but returns a const reference to the object.

Forwarded arguments are not allowed in this case because we assume that the object is restarted and we won't need different constructors to initialize it.

NOTE: This returns a const reference! Make sure you store it in a const reference!

Parameters
data_nameThe name of the data (usually just use the same name as the member variable)

Definition at line 294 of file Restartable.h.

295{
296 return declareRestartableDataHelper<T>(data_name, nullptr).get();
297}

◆ getRestartableEquationSystems()

const RestartableEquationSystems & FEProblemBase::getRestartableEquationSystems ( ) const
inherited

Get the RestartableEquationSystems object.

Definition at line 6492 of file FEProblemBase.C.

6493{
6494 return _req.get();
6495}
const T & get() const
Get the restartable value.
Definition Restartable.h:58

◆ getSampler()

Sampler & FEProblemBase::getSampler ( const std::string &  name,
const THREAD_ID  tid = 0 
)
virtualinherited

Definition at line 2930 of file FEProblemBase.C.

2931{
2932 std::vector<Sampler *> objs;
2933 theWarehouse()
2934 .query()
2935 .condition<AttribSystem>("Sampler")
2936 .condition<AttribThread>(tid)
2937 .condition<AttribName>(name)
2938 .queryInto(objs);
2939 if (objs.empty())
2940 {
2941 mooseAssert(getMooseApp().actionWarehouse().isTaskComplete("add_sampler"),
2942 "A Sampler getter was called before Samplers have been constructed. "
2943 "If you are attempting to access this object in the constructor of another object "
2944 "then make sure that the Sampler is constructed before the object using it.");
2945
2946 mooseError(
2947 "Unable to find Sampler with name '" + name +
2948 "', if you are attempting to access this object in the constructor of another object then "
2949 "make sure that the Sampler is constructed before the object using it.");
2950 }
2951 return *(objs[0]);
2952}

Referenced by SamplerInterface::getSampler(), and SamplerInterface::getSamplerByName().

◆ getScalarVariable()

MooseVariableScalar & FEProblemBase::getScalarVariable ( const THREAD_ID  tid,
const std::string &  var_name 
)
overridevirtualinherited

Returns the scalar variable reference from whichever system contains it.

Implements SubProblem.

Definition at line 6468 of file FEProblemBase.C.

6469{
6470 for (auto & sys : _solver_systems)
6471 if (sys->hasScalarVariable(var_name))
6472 return sys->getScalarVariable(tid, var_name);
6473 if (_aux->hasScalarVariable(var_name))
6474 return _aux->getScalarVariable(tid, var_name);
6475
6476 mooseError("Unknown variable " + var_name);
6477}

Referenced by FEProblemBase::addInitialCondition(), EigenProblem::adjustEigenVector(), MultiAppScalarToAuxScalarTransfer::execute(), MooseParsedFunctionWrapper::initialize(), ChainControlParsedFunctionWrapper::initializeFunctionInputs(), Exodus::outputScalarVariables(), Nemesis::outputScalarVariables(), and TableOutput::outputScalarVariables().

◆ getSharedPtr() [1/2]

std::shared_ptr< MooseObject > MooseObject::getSharedPtr ( )
inherited

Get another shared pointer to this object that has the same ownership group.

Wrapper around shared_from_this().

Definition at line 70 of file MooseObject.C.

71{
72 try
73 {
74 return shared_from_this();
75 }
76 catch (std::bad_weak_ptr &)
77 {
78 mooseError(not_shared_error);
79 }
80}

Referenced by MFEMProblem::addImagComponentToBC(), MFEMProblem::addImagComponentToKernel(), MFEMProblem::addRealComponentToBC(), MFEMProblem::addRealComponentToKernel(), and WebServerControl::addServerAction().

◆ getSharedPtr() [2/2]

std::shared_ptr< const MooseObject > MooseObject::getSharedPtr ( ) const
inherited

Definition at line 83 of file MooseObject.C.

84{
85 try
86 {
87 return shared_from_this();
88 }
89 catch (std::bad_weak_ptr &)
90 {
91 mooseError(not_shared_error);
92 }
93}

◆ getSolverSystem() [1/2]

SolverSystem & FEProblemBase::getSolverSystem ( unsigned int  sys_num)
inlineinherited

◆ getSolverSystem() [2/2]

const SolverSystem & FEProblemBase::getSolverSystem ( unsigned int  sys_num) const
inlineinherited

Get a constant reference to a solver system.

Parameters
sys_numThe number of the solver system

Definition at line 3805 of file FEProblemBase.h.

3806{
3807 mooseAssert(sys_num < _solver_systems.size(),
3808 "System number greater than the number of solver systems");
3809 return *_solver_systems[sys_num];
3810}

◆ getSolverSystemNames()

const std::vector< SolverSystemName > & FEProblemBase::getSolverSystemNames ( ) const
inlineinherited
Returns
the solver system names in the problem

Definition at line 2998 of file FEProblemBase.h.

2998{ return _solver_sys_names; }
std::vector< SolverSystemName > _solver_sys_names
The union of nonlinear and linear system names.

Referenced by ConsoleUtils::outputExecutionInformation().

◆ getStandardVariable()

MooseVariable & FEProblemBase::getStandardVariable ( const THREAD_ID  tid,
const std::string &  var_name 
)
overridevirtualinherited

Returns the variable reference for requested MooseVariable which may be in any system.

Implements SubProblem.

Definition at line 6408 of file FEProblemBase.C.

6409{
6410 for (auto & sys : _solver_systems)
6411 if (sys->hasVariable(var_name))
6412 return sys->getFieldVariable<Real>(tid, var_name);
6413 if (_aux->hasVariable(var_name))
6414 return _aux->getFieldVariable<Real>(tid, var_name);
6415
6416 mooseError("Unknown variable " + var_name);
6417}

Referenced by CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), FEProblemBase::projectFunctionOnCustomRange(), LinearFVKernel::requestVariableCellGradient(), and ElementSubdomainModifierBase::storeOverriddenDofValues().

◆ getSteadyStateConvergenceName()

const ConvergenceName & FEProblemBase::getSteadyStateConvergenceName ( ) const
inherited

Gets the steady-state detection convergence object name.

Definition at line 10000 of file FEProblemBase.C.

10001{
10003 return _steady_state_convergence_name.value();
10004 else
10005 mooseError("The steady convergence name has not been set.");
10006}
std::optional< ConvergenceName > _steady_state_convergence_name
Steady-state detection convergence name.

Referenced by FEProblemBase::addDefaultSteadyStateConvergence(), TransientBase::convergedToSteadyState(), and TransientBase::init().

◆ getSystem()

System & FEProblemBase::getSystem ( const std::string &  var_name)
overridevirtualinherited

Returns the equation system containing the variable provided.

Implements SubProblem.

Definition at line 6480 of file FEProblemBase.C.

6481{
6482 const auto [var_in_sys, sys_num] = determineSolverSystem(var_name);
6483 if (var_in_sys)
6484 return _solver_systems[sys_num]->system();
6485 else if (_aux->hasVariable(var_name) || _aux->hasScalarVariable(var_name))
6486 return _aux->system();
6487 else
6488 mooseError("Unable to find a system containing the variable " + var_name);
6489}

Referenced by FEProblemBase::addObjectParamsHelper(), MultiApp::appTransferVector(), FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl(), ElementSubdomainModifierBase::gatherPatchElements(), and ElementSubdomainModifierBase::storeOverriddenDofValues().

◆ getSystemBase() [1/3]

SystemBase & FEProblemBase::getSystemBase ( const std::string &  sys_name)
inherited

Get non-constant reference to a system in this problem.

Parameters
sys_nameThe name of the system

Definition at line 9718 of file FEProblemBase.C.

9719{
9720 if (std::find(_solver_sys_names.begin(), _solver_sys_names.end(), sys_name) !=
9721 _solver_sys_names.end())
9722 return getSystemBase(solverSysNum(sys_name));
9723 else if (sys_name == "aux0")
9724 return *_aux;
9725 else
9726 mooseError("System '" + sys_name + "' was requested from problem but does not exist.");
9727}

◆ getSystemBase() [2/3]

SystemBase & FEProblemBase::getSystemBase ( const unsigned int  sys_num)
virtualinherited

Get non-constant reference to a system in this problem.

Parameters
sys_numThe number of the system

Definition at line 9730 of file FEProblemBase.C.

9731{
9732 if (sys_num < _solver_systems.size())
9733 return *_solver_systems[sys_num];
9734
9735 return *_aux;
9736}

◆ getSystemBase() [3/3]

const SystemBase & FEProblemBase::getSystemBase ( const unsigned int  sys_num) const
virtualinherited

Get constant reference to a system in this problem.

Parameters
sys_numThe number of the system

Definition at line 9709 of file FEProblemBase.C.

9710{
9711 if (sys_num < _solver_systems.size())
9712 return *_solver_systems[sys_num];
9713
9714 return *_aux;
9715}

Referenced by FEProblemBase::addObjectParamsHelper(), PhysicsBase::copyVariablesFromMesh(), FEProblemBase::getSystemBase(), FEProblemBase::projectFunctionOnCustomRange(), and ElementSubdomainModifierBase::restoreOverriddenDofValues().

◆ getTimeFromStateArg()

Real FEProblemBase::getTimeFromStateArg ( const Moose::StateArg state) const
inherited

Returns the time associated with the requested state.

Definition at line 7467 of file FEProblemBase.C.

7468{
7470 // If we are any iteration type other than time (e.g. nonlinear), then temporally we are still
7471 // in the present time
7472 return time();
7473
7474 switch (state.state)
7475 {
7476 case 0:
7477 return time();
7478
7479 case 1:
7480 return timeOld();
7481
7482 default:
7483 mooseError("Unhandled state ", state.state, " in FEProblemBase::getTimeFromStateArg");
7484 }
7485}
virtual Real & timeOld() const
virtual Real & time() const
SolutionIterationType iteration_type
The solution iteration type, e.g. time or nonlinear.
unsigned int state
The state.

Referenced by Function::evaluate(), Function::evaluateDotHelper(), Function::evaluateGradientHelper(), Function::evaluateHelper(), and ParsedFunctorMaterialTempl< is_ad >::ParsedFunctorMaterialTempl().

◆ getTransfers() [1/2]

std::vector< std::shared_ptr< Transfer > > FEProblemBase::getTransfers ( ExecFlagType  type,
Transfer::DIRECTION  direction 
) const
inherited

Get Transfers by ExecFlagType and direction.

Definition at line 6079 of file FEProblemBase.C.

6080{
6081 if (direction == MultiAppTransfer::TO_MULTIAPP)
6083 else if (direction == MultiAppTransfer::FROM_MULTIAPP)
6085 else
6087}

◆ getTransfers() [2/2]

std::vector< std::shared_ptr< Transfer > > FEProblemBase::getTransfers ( Transfer::DIRECTION  direction) const
inherited

Definition at line 6090 of file FEProblemBase.C.

6091{
6092 if (direction == MultiAppTransfer::TO_MULTIAPP)
6094 else if (direction == MultiAppTransfer::FROM_MULTIAPP)
6096 else
6098}

◆ getUOExecutionGroups()

void FEProblemBase::getUOExecutionGroups ( TheWarehouse::Query query,
std::set< int > &  execution_groups 
) const
privateinherited

Definition at line 5386 of file FEProblemBase.C.

5388{
5389 std::vector<UserObjectBase *> uos;
5390 query.queryIntoUnsorted(uos);
5391 for (const auto & uo : uos)
5392 execution_groups.insert(uo->getParam<int>("execution_order_group"));
5393}

Referenced by FEProblemBase::computeUserObjectByName(), and FEProblemBase::computeUserObjects().

◆ getUOQuery()

TheWarehouse::Query FEProblemBase::getUOQuery ( const std::string &  system,
const ExecFlagType type,
const Moose::AuxGroup group 
) const
privateinherited

Definition at line 5368 of file FEProblemBase.C.

5371{
5373 theWarehouse().query().condition<AttribSystem>(system).condition<AttribExecOns>(type);
5374
5375 if (group == Moose::PRE_IC)
5376 query.condition<AttribPreIC>(true);
5377 else if (group == Moose::PRE_AUX)
5378 query.condition<AttribPreAux>(type);
5379 else if (group == Moose::POST_AUX)
5380 query.condition<AttribPostAux>(type);
5381
5382 return query;
5383}
TODO: delete this later - it is a temporary hack for dealing with inter-system dependencies.
Definition Attributes.h:346
TODO: delete this later - it is a temporary hack for dealing with inter-system dependencies.
Definition Attributes.h:315
TODO: delete this later - it is a temporary hack for dealing with inter-system dependencies.
Definition Attributes.h:296

Referenced by FEProblemBase::computeUserObjectByName(), and FEProblemBase::computeUserObjects().

◆ getUseNonlinear()

virtual bool FEProblem::getUseNonlinear ( ) const
inlinevirtualinherited

Definition at line 27 of file FEProblem.h.

27{ return _use_nonlinear; }
bool _use_nonlinear
Definition FEProblem.h:38

◆ getUserObject()

template<class T >
T & FEProblemBase::getUserObject ( const std::string &  name,
unsigned int  tid = 0 
) const
inlineinherited

Get the user object by its name.

Parameters
nameThe name of the user object being retrieved
Returns
Reference to the user object

Definition at line 1397 of file FEProblemBase.h.

1398 {
1399 std::vector<T *> objs;
1400 theWarehouse()
1401 .query()
1402 .condition<AttribSystem>("UserObject")
1403 .condition<AttribThread>(tid)
1404 .condition<AttribName>(name)
1405 .queryInto(objs);
1406 if (objs.empty())
1407 mooseError("Unable to find user object with name '" + name + "'");
1408 return *(objs[0]);
1409 }

Referenced by ChangeOverFixedPointPostprocessor::ChangeOverFixedPointPostprocessor(), ChangeOverTimePostprocessor::ChangeOverTimePostprocessor(), MultiAppTransfer::checkParentAppUserObjectExecuteOn(), ExtraIDIntegralReporter::ExtraIDIntegralReporter(), ReporterTransferInterface::hideVariableHelper(), EigenExecutionerBase::init(), EigenProblemSolve::initialSetup(), IntegralPreservingFunctionIC::initialSetup(), ElementSubdomainModifierBase::initialSetup(), EigenExecutionerBase::inversePowerIteration(), and NEML2FEInterpolation::syncWithMainThread().

◆ getUserObjectBase()

const UserObject & FEProblemBase::getUserObjectBase ( const std::string &  name,
const THREAD_ID  tid = 0 
) const
inherited

Get the user object by its name.

Parameters
nameThe name of the user object being retrieved
tidThe thread of the user object (defaults to 0)
Returns
Const reference to the user object

Definition at line 4798 of file FEProblemBase.C.

4799{
4800 std::vector<UserObject *> objs;
4801 theWarehouse()
4802 .query()
4803 .condition<AttribSystem>("UserObject")
4804 .condition<AttribThread>(tid)
4805 .condition<AttribName>(name)
4806 .queryInto(objs);
4807 if (objs.empty())
4808 {
4809 mooseAssert(getMooseApp().actionWarehouse().isTaskComplete("add_user_object"),
4810 "A UserObject getter was called before UserObjects have been constructed. The "
4811 "requested UserObject '" +
4812 name + "' may exist in the input file, but UserObjects are not available yet.");
4813
4814 mooseError("Unable to find user object with name '" + name + "'");
4815 }
4816 mooseAssert(objs.size() == 1, "Should only find one UO");
4817 return *(objs[0]);
4818}

Referenced by MultiAppConservativeTransfer::adjustTransferredSolution(), MultiAppConservativeTransfer::adjustTransferredSolutionNearestPoint(), MultiApp::appUserObjectBase(), EigenProblem::checkProblemIntegrity(), FEProblemBase::checkUserObjectNameCollision(), UserObjectInterface::getUserObjectFromFEProblem(), MultiAppCloneReporterTransfer::initialSetup(), MultiAppConservativeTransfer::initialSetup(), and Terminator::initialSetup().

◆ getUserObjectJacobianVariables()

const std::vector< const MooseVariableFEBase * > & FEProblemBase::getUserObjectJacobianVariables ( const THREAD_ID  tid) const
inlineinherited

Definition at line 354 of file FEProblemBase.h.

355 {
356 return _uo_jacobian_moose_vars[tid];
357 }

Referenced by ComputeUserObjectsThread::onBoundary(), and ComputeUserObjectsThread::onElement().

◆ getVariable() [1/3]

virtual MooseVariableFieldBase & SubProblem::getVariable ( const THREAD_ID  tid,
const std::string &  var_name,
Moose::VarKindType  expected_var_type = Moose::VarKindType::VAR_ANY,
Moose::VarFieldType  expected_var_field_type = Moose::VarFieldType::VAR_FIELD_ANY 
)
inlinevirtualinherited

Reimplemented from SubProblem.

Definition at line 279 of file SubProblem.h.

283 {
284 return const_cast<MooseVariableFieldBase &>(const_cast<const SubProblem *>(this)->getVariable(
285 tid, var_name, expected_var_type, expected_var_field_type));
286 }

◆ getVariable() [2/3]

const MooseVariableFieldBase & FEProblemBase::getVariable ( const THREAD_ID  tid,
const std::string &  var_name,
Moose::VarKindType  expected_var_type = Moose::VarKindType::VAR_ANY,
Moose::VarFieldType  expected_var_field_type = Moose::VarFieldType::VAR_FIELD_ANY 
) const
overridevirtualinherited

Returns the variable reference for requested variable which must be of the expected_var_type (Nonlinear vs.

Auxiliary) and expected_var_field_type (standard, scalar, vector). The default values of VAR_ANY and VAR_FIELD_ANY should be used when "any" type of variable is acceptable. Throws an error if the variable in question is not in the expected System or of the expected type.

Implements SubProblem.

Definition at line 6398 of file FEProblemBase.C.

6402{
6403 return getVariableHelper(
6404 tid, var_name, expected_var_type, expected_var_field_type, _solver_systems, *_aux);
6405}
MooseVariableFieldBase & getVariableHelper(const THREAD_ID tid, const std::string &var_name, Moose::VarKindType expected_var_type, Moose::VarFieldType expected_var_field_type, const std::vector< T > &nls, const SystemBase &aux) const
Helper function called by getVariable that handles the logic for checking whether Variables of the re...

Referenced by FEProblemBase::addFVInitialCondition(), FEProblemBase::addInitialCondition(), EigenProblem::adjustEigenVector(), MultiAppConservativeTransfer::adjustTransferredSolution(), MultiAppConservativeTransfer::adjustTransferredSolutionNearestPoint(), MultiAppGeneralFieldNearestLocationTransfer::buildKDTrees(), MultiAppGeneralFieldShapeEvaluationTransfer::buildMeshFunctions(), CoupleableMooseVariableDependencyIntermediateInterface::coupledArrayValueByName(), CoupleableMooseVariableDependencyIntermediateInterface::coupledValueByName(), MultiAppGeometricInterpolationTransfer::execute(), MultiAppProjectionTransfer::execute(), MultiAppUserObjectTransfer::execute(), NodalNormalsCorner::execute(), NodalNormalsEvaluator::execute(), NodalNormalsPreprocessor::execute(), FunctorNodalCorrector::FunctorNodalCorrector(), NEML2FEInterpolation::getMOOSEVariable(), LazyCoupleable::init(), AdvancedOutput::initAvailableLists(), MultiAppGeneralFieldNearestLocationTransfer::initialSetup(), MultiAppProjectionTransfer::initialSetup(), AdvancedOutput::initShowHideLists(), MultiApplibMeshToMFEMShapeEvaluationTransfer::interpolatelibMeshVariable(), SolutionUserObjectBase::pointValueWrapper(), PointwiseRenormalizeVector::PointwiseRenormalizeVector(), BlockRestrictionDebugOutput::printBlockRestrictionGroups(), BlockRestrictionDebugOutput::printBlockRestrictionMap(), MultiAppProjectionTransfer::projectSolution(), MultiAppDofCopyTransfer::transfer(), MultiAppShapeEvaluationTransfer::transferVariable(), and MultiAppMFEMTolibMeshShapeEvaluationTransfer::transferVariables().

◆ getVariable() [3/3]

virtual const MooseVariableFieldBase & SubProblem::getVariable ( const THREAD_ID  tid,
const std::string &  var_name,
Moose::VarKindType  expected_var_type = Moose::VarKindType::VAR_ANY,
Moose::VarFieldType  expected_var_field_type = Moose::VarFieldType::VAR_FIELD_ANY 
) const
virtualinherited

Returns the variable reference for requested variable which must be of the expected_var_type (Nonlinear vs.

Auxiliary) and expected_var_field_type (standard, scalar, vector). The default values of VAR_ANY and VAR_FIELD_ANY should be used when "any" type of variable is acceptable. Throws an error if the variable in question is not in the expected System or of the expected type.

Implements SubProblem.

◆ getVariableHelper() [1/2]

template<typename T >
MooseVariableFieldBase & SubProblem::getVariableHelper ( const THREAD_ID  tid,
const std::string &  var_name,
Moose::VarKindType  expected_var_type,
Moose::VarFieldType  expected_var_field_type,
const std::vector< T > &  nls,
const SystemBase aux 
) const
protectedinherited

Helper function called by getVariable that handles the logic for checking whether Variables of the requested type are available.

Referenced by DisplacedProblem::getVariable(), and FEProblemBase::getVariable().

◆ getVariableHelper() [2/2]

template<typename T >
MooseVariableFEBase & SubProblem::getVariableHelper ( const THREAD_ID  tid,
const std::string &  var_name,
Moose::VarKindType  expected_var_type,
Moose::VarFieldType  expected_var_field_type,
const std::vector< T > &  systems,
const SystemBase aux 
) const
inherited

Definition at line 817 of file SubProblem.C.

823{
824 // Eventual return value
825 MooseVariableFEBase * var = nullptr;
826
827 const auto [var_in_sys, sys_num] = determineSolverSystem(var_name);
828
829 // First check that the variable is found on the expected system.
830 if (expected_var_type == Moose::VarKindType::VAR_ANY)
831 {
832 if (var_in_sys)
833 var = &(systems[sys_num]->getVariable(tid, var_name));
834 else if (aux.hasVariable(var_name))
835 var = &(aux.getVariable(tid, var_name));
836 else
837 mooseError("Unknown variable " + var_name);
838 }
839 else if (expected_var_type == Moose::VarKindType::VAR_SOLVER && var_in_sys &&
840 systems[sys_num]->hasVariable(var_name))
841 var = &(systems[sys_num]->getVariable(tid, var_name));
842 else if (expected_var_type == Moose::VarKindType::VAR_AUXILIARY && aux.hasVariable(var_name))
843 var = &(aux.getVariable(tid, var_name));
844 else
845 {
846 std::string expected_var_type_string =
847 (expected_var_type == Moose::VarKindType::VAR_SOLVER ? "nonlinear" : "auxiliary");
848 mooseError("No ",
849 expected_var_type_string,
850 " variable named ",
851 var_name,
852 " found. "
853 "Did you specify an auxiliary variable when you meant to specify a nonlinear "
854 "variable (or vice-versa)?");
855 }
856
857 // Now make sure the var found has the expected field type.
858 if ((expected_var_field_type == Moose::VarFieldType::VAR_FIELD_ANY) ||
859 (expected_var_field_type == var->fieldType()))
860 return *var;
861 else
862 {
863 std::string expected_var_field_type_string =
864 MooseUtils::toLower(Moose::stringify(expected_var_field_type));
865 std::string var_field_type_string = MooseUtils::toLower(Moose::stringify(var->fieldType()));
866
867 mooseError("No ",
868 expected_var_field_type_string,
869 " variable named ",
870 var_name,
871 " found. "
872 "Did you specify a ",
873 var_field_type_string,
874 " variable when you meant to specify a ",
875 expected_var_field_type_string,
876 " variable?");
877 }
878}
virtual Moose::VarFieldType fieldType() const =0
Field type of this variable.
virtual std::pair< bool, unsigned int > determineSolverSystem(const std::string &var_name, bool error_if_not_found=false) const =0
virtual bool hasVariable(const std::string &var_name) const =0
Whether or not this problem has the variable.
std::string toLower(std::string name)
Convert supplied string to lower case.

◆ getVariableNames()

std::vector< VariableName > FEProblemBase::getVariableNames ( )
virtualinherited

Returns a list of all the variables in the problem (both from the NL and Aux systems.

Definition at line 9418 of file FEProblemBase.C.

9419{
9420 std::vector<VariableName> names;
9421
9422 for (auto & sys : _solver_systems)
9423 {
9424 const std::vector<VariableName> & var_names = sys->getVariableNames();
9425 names.insert(names.end(), var_names.begin(), var_names.end());
9426 }
9427
9428 const std::vector<VariableName> & aux_var_names = _aux->getVariableNames();
9429 names.insert(names.end(), aux_var_names.begin(), aux_var_names.end());
9430
9431 return names;
9432}

Referenced by EigenProblem::adjustEigenVector(), AdvancedOutput::initAvailableLists(), and ElementSubdomainModifierBase::initialSetup().

◆ getVectorPostprocessorObjectByName()

const VectorPostprocessor & FEProblemBase::getVectorPostprocessorObjectByName ( const std::string &  object_name,
const THREAD_ID  tid = 0 
) const
inherited

Return the VPP object given the name.

Parameters
object_nameThe name of the VPP object
Returns
Desired VPP object

This is used by various output objects as well as the scatter value handling.

See also
CSV.C, XMLOutput.C, VectorPostprocessorInterface.C

Definition at line 5023 of file FEProblemBase.C.

5025{
5026 std::vector<VectorPostprocessor *> objs;
5027 theWarehouse()
5028 .query()
5030 .condition<AttribThread>(tid)
5031 .condition<AttribName>(object_name)
5032 .queryInto(objs);
5033
5034 if (objs.empty())
5035 {
5036 mooseAssert(
5037 getMooseApp().actionWarehouse().isTaskComplete("add_vector_postprocessor"),
5038 "A VectorPostprocessor getter was called before VectorPostprocessors have been "
5039 "constructed. The requested VectorPostprocessor '" +
5040 object_name +
5041 "' may exist in the input file, but VectorPostprocessors are not available yet.");
5042
5043 mooseError("Unable to find VectorPostprocessor with name '", object_name, "'");
5044 }
5045 mooseAssert(objs.size() == 1,
5046 "We shouldn't find more than one vector postprocessor object for a given name");
5047 return *(objs[0]);
5048}
@ VectorPostprocessor

Referenced by CombinedVectorPostprocessor::CombinedVectorPostprocessor(), VectorPostprocessorInterface::isVectorPostprocessorDistributedByName(), CSV::output(), and XMLOutput::outputVectorPostprocessors().

◆ getVectorPostprocessorValueByName()

const VectorPostprocessorValue & FEProblemBase::getVectorPostprocessorValueByName ( const std::string &  object_name,
const std::string &  vector_name,
std::size_t  t_index = 0 
) const
inherited

Get a read-only reference to the vector value associated with the VectorPostprocessor.

Parameters
object_nameThe name of the VPP object.
vector_nameThe namve of the decalred vector within the object.
Returns
Referent to the vector of data.

Note: This method is only for retrieving values that already exist, the VectorPostprocessor and VectorPostprocessorInterface objects should be used rather than this method for creating and getting values within objects.

Definition at line 5004 of file FEProblemBase.C.

5007{
5009 VectorPostprocessorReporterName(object_name, vector_name), t_index);
5010}
std::vector< Real > VectorPostprocessorValue
Definition MooseTypes.h:231
A ReporterName that represents a VectorPostprocessor.

Referenced by HistogramVectorPostprocessor::execute().

◆ getVectorTag()

const VectorTag & SubProblem::getVectorTag ( const TagID  tag_id) const
virtualinherited

◆ getVectorTagID()

TagID SubProblem::getVectorTagID ( const TagName &  tag_name) const
virtualinherited

Get a TagID from a TagName.

Reimplemented in DisplacedProblem.

Definition at line 202 of file SubProblem.C.

203{
204 mooseAssert(verifyVectorTags(), "Vector tag storage invalid");
205
206 const auto tag_name_upper = MooseUtils::toUpper(tag_name);
207 const auto search = _vector_tags_name_map.find(tag_name_upper);
208 if (search != _vector_tags_name_map.end())
209 return search->second;
210
211 std::string message =
212 tag_name_upper == "TIME"
213 ? ".\n\nThis may occur if "
214 "you have a TimeKernel in your problem but did not specify a transient executioner."
215 : "";
216 mooseError("Vector tag '", tag_name_upper, "' does not exist", message);
217}

Referenced by Coupleable::coupledVectorTagArrayGradient(), Coupleable::coupledVectorTagArrayGradients(), Coupleable::coupledVectorTagArrayValues(), Coupleable::coupledVectorTagDofValues(), Coupleable::coupledVectorTagGradient(), Coupleable::coupledVectorTagGradients(), Coupleable::coupledVectorTagValues(), MultiAppVariableValueSamplePostprocessorTransfer::execute(), DisplacedProblem::getVectorTagID(), MooseVariableDataBase< OutputType >::MooseVariableDataBase(), ReferenceResidualConvergence::ReferenceResidualConvergence(), SolverSystem::setSolution(), TaggingInterface::TaggingInterface(), TagVectorAux::TagVectorAux(), MultiAppDofCopyTransfer::transfer(), TaggingInterface::useVectorTag(), Coupleable::vectorTagDofValueHelper(), and Coupleable::vectorTagValueHelper().

◆ getVectorTags() [1/2]

const std::vector< VectorTag > & SubProblem::getVectorTags ( const Moose::VectorTagType  type = Moose::VECTOR_TAG_ANY) const
virtualinherited

Return all vector tags, where a tag is represented by a map from name to ID.

Can optionally be limited to a vector tag type.

Reimplemented in DisplacedProblem.

Definition at line 183 of file SubProblem.C.

184{
185 mooseAssert(verifyVectorTags(), "Vector tag storage invalid");
186
188 return _vector_tags;
189 else
190 return _typed_vector_tags[type];
191}

◆ getVectorTags() [2/2]

std::vector< VectorTag > SubProblem::getVectorTags ( const std::set< TagID > &  tag_ids) const
inherited

◆ getVectorVariable()

VectorMooseVariable & FEProblemBase::getVectorVariable ( const THREAD_ID  tid,
const std::string &  var_name 
)
overridevirtualinherited

Returns the variable reference for requested VectorMooseVariable which may be in any system.

Implements SubProblem.

Definition at line 6432 of file FEProblemBase.C.

6433{
6434 for (auto & sys : _solver_systems)
6435 if (sys->hasVariable(var_name))
6436 return sys->getFieldVariable<RealVectorValue>(tid, var_name);
6437 if (_aux->hasVariable(var_name))
6438 return _aux->getFieldVariable<RealVectorValue>(tid, var_name);
6439
6440 mooseError("Unknown variable " + var_name);
6441}
VectorValue< Real > RealVectorValue
Definition SubProblem.h:34

◆ getXFEM()

std::shared_ptr< XFEMInterface > FEProblemBase::getXFEM ( )
inlineinherited

Get a pointer to the XFEM controller object.

Definition at line 2159 of file FEProblemBase.h.

2159{ return _xfem; }
std::shared_ptr< XFEMInterface > _xfem
Pointer to XFEM controller.

◆ ghostedElems()

virtual std::set< dof_id_type > & SubProblem::ghostedElems ( )
inlinevirtualinherited

Return the list of elements that should have their DoFs ghosted to this processor.

Returns
The list

Reimplemented in DisplacedProblem.

Definition at line 680 of file SubProblem.h.

680{ return _ghosted_elems; }

Referenced by SystemBase::augmentSendList(), NearestNodeLocator::findNodes(), DisplacedProblem::ghostedElems(), and NearestNodeLocator::updatePatch().

◆ ghostGhostedBoundaries()

void FEProblemBase::ghostGhostedBoundaries ( )
overridevirtualinherited

Causes the boundaries added using addGhostedBoundary to actually be ghosted.

Implements SubProblem.

Definition at line 2307 of file FEProblemBase.C.

2308{
2309 TIME_SECTION("ghostGhostedBoundaries", 3, "Ghosting Ghosted Boundaries");
2310
2312
2315}
void ghostGhostedBoundaries()
Actually do the ghosting of boundaries that need to be ghosted to this processor.
Definition MooseMesh.C:3423

Referenced by DisplacedProblem::ghostGhostedBoundaries(), FEProblemBase::init(), and FEProblemBase::meshChanged().

◆ handleException()

void FEProblemBase::handleException ( const std::string &  calling_method)
privateinherited

Handle exceptions.

Note that the result of this call will be a thrown MooseException. The caller of this method must determine how to handle the thrown exception

Definition at line 7859 of file FEProblemBase.C.

7860{
7861 auto create_exception_message =
7862 [&calling_method](const std::string & exception_type, const auto & exception)
7863 {
7864 return std::string("A " + exception_type + " was raised during FEProblemBase::" +
7865 calling_method + "\n" + std::string(exception.what()));
7866 };
7867
7868 try
7869 {
7870 throw;
7871 }
7872 catch (const MooseException & e)
7873 {
7874 setException(create_exception_message("MooseException", e));
7875 }
7876 catch (const MetaPhysicL::LogicError & e)
7877 {
7879 }
7880 catch (const libMesh::PetscSolverException & e)
7881 {
7882 // One PETSc solver exception that we cannot currently recover from are new nonzero errors. In
7883 // particular I have observed the following scenario in a parallel test:
7884 // - Both processes throw because of a new nonzero during MOOSE's computeJacobianTags
7885 // - We potentially handle the exceptions nicely here
7886 // - When the matrix is closed in libMesh's libmesh_petsc_snes_solver, there is a new nonzero
7887 // throw which we do not catch here in MOOSE and the simulation terminates. This only appears
7888 // in parallel (and not all the time; a test I was examining threw with distributed mesh, but
7889 // not with replicated). In serial there are no new throws from libmesh_petsc_snes_solver.
7890 // So for uniformity of behavior across serial/parallel, we will choose to abort here and always
7891 // produce a non-zero exit code
7892 mooseError(create_exception_message("libMesh::PetscSolverException", e));
7893 }
7894 catch (const std::exception & e)
7895 {
7896 // This might be libMesh detecting a degenerate Jacobian or matrix
7897 if (strstr(e.what(), "Jacobian") || strstr(e.what(), "singular") ||
7898 strstr(e.what(), "det != 0"))
7899 setException(create_exception_message("libMesh DegenerateMap", e));
7900 else
7901 {
7902 const auto message = create_exception_message("std::exception", e);
7904 mooseError(message);
7905 else
7906 setException(message);
7907 }
7908 }
7909
7911}
virtual void setException(const std::string &message)
Set an exception, which is stored at this point by toggling a member variable in this class,...
const bool _regard_general_exceptions_as_errors
If we catch an exception during residual/Jacobian evaluaton for which we don't have specific handling...
void translateMetaPhysicLError(const MetaPhysicL::LogicError &)
emit a relatively clear error message when we catch a MetaPhysicL logic error
Definition MooseError.C:153

Referenced by FEProblemBase::computeBounds(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), and FEProblemBase::computeUserObjectsInternal().

◆ hasActiveElementalMooseVariables()

bool SubProblem::hasActiveElementalMooseVariables ( const THREAD_ID  tid) const
virtualinherited

Whether or not a list of active elemental moose variables has been set.

Returns
True if there has been a list of active elemental moose variables set, False otherwise

Definition at line 459 of file SubProblem.C.

460{
462}
std::vector< unsigned int > _has_active_elemental_moose_variables
Whether or not there is currently a list of active elemental moose variables.

Referenced by SystemBase::prepare(), SystemBase::prepareFace(), and SystemBase::reinitElem().

◆ hasActiveMaterialProperties()

bool FEProblemBase::hasActiveMaterialProperties ( const THREAD_ID  tid) const
inherited

Method to check whether or not a list of active material roperties has been set.

This method is called by reinitMaterials to determine whether Material computeProperties methods need to be called. If the return is False, this check prevents unnecessary material property computation

Parameters
tidThe thread id
Returns
True if there has been a list of active material properties set, False otherwise

Definition at line 6606 of file FEProblemBase.C.

6607{
6609}

Referenced by ComputeMarkerThread::onElement(), FEProblemBase::reinitMaterials(), FEProblemBase::reinitMaterialsBoundary(), FEProblemBase::reinitMaterialsFace(), FEProblemBase::reinitMaterialsFaceOnBoundary(), FEProblemBase::reinitMaterialsInterface(), FEProblemBase::reinitMaterialsNeighbor(), and FEProblemBase::reinitMaterialsNeighborOnBoundary().

◆ hasAuxiliaryVariable()

bool SubProblem::hasAuxiliaryVariable ( const std::string &  var_name) const
virtualinherited

◆ hasBase()

bool MooseBase::hasBase ( ) const
inlineinherited
Returns
Whether or not this object has a registered base (set via InputParameters::registerBase())

Definition at line 142 of file MooseBase.h.

142{ return _pars.hasBase(); }
bool hasBase() const

◆ hasBlockMaterialProperty()

bool SubProblem::hasBlockMaterialProperty ( SubdomainID  block_id,
const std::string &  prop_name 
)
virtualinherited

Check if a material property is defined on a block.

Definition at line 510 of file SubProblem.C.

511{
512 auto it = _map_block_material_props.find(bid);
513 if (it == _map_block_material_props.end())
514 return false;
515
516 if (it->second.count(prop_name) > 0)
517 return true;
518 else
519 return false;
520}

◆ hasBoundaryMaterialProperty()

bool SubProblem::hasBoundaryMaterialProperty ( BoundaryID  boundary_id,
const std::string &  prop_name 
)
virtualinherited

Check if a material property is defined on a block.

Definition at line 569 of file SubProblem.C.

570{
571 auto it = _map_boundary_material_props.find(bid);
572 if (it == _map_boundary_material_props.end())
573 return false;
574
575 if (it->second.count(prop_name) > 0)
576 return true;
577 else
578 return false;
579}

◆ hasConvergence()

bool FEProblemBase::hasConvergence ( const std::string &  name,
const THREAD_ID  tid = 0 
) const
virtualinherited

Returns true if the problem has a Convergence object of the given name.

Definition at line 2812 of file FEProblemBase.C.

2813{
2814 return _convergences.hasActiveObject(name, tid);
2815}
bool hasActiveObject(const std::string &name, THREAD_ID tid=0) const
Convenience functions for checking/getting specific objects.

Referenced by ParsedConvergence::initializeSymbols().

◆ hasDampers()

bool FEProblemBase::hasDampers ( )
inlineinherited

Whether or not this system has dampers.

Definition at line 1645 of file FEProblemBase.h.

1645{ return _has_dampers; }

Referenced by NonlinearSystemBase::preInit(), and NonlinearSystem::solve().

◆ hasDistribution()

bool FEProblemBase::hasDistribution ( const std::string &  name) const
virtualinherited

Definition at line 2888 of file FEProblemBase.C.

2889{
2890 std::vector<Distribution *> objs;
2891 theWarehouse()
2892 .query()
2893 .condition<AttribSystem>("Distribution")
2894 .condition<AttribName>(name)
2895 .queryInto(objs);
2896 return !objs.empty();
2897}

◆ hasException()

virtual bool FEProblemBase::hasException ( )
inlinevirtualinherited

Whether or not an exception has occurred.

Definition at line 533 of file FEProblemBase.h.

533{ return _has_exception; }

Referenced by NonlinearSystem::converged(), ThreadedNodeLoop< RangeType, IteratorType >::keepGoing(), and ThreadedElementLoop< RangeType >::keepGoing().

◆ hasFunction()

bool FEProblemBase::hasFunction ( const std::string &  name,
const THREAD_ID  tid = 0 
)
virtualinherited

◆ hasFunctor()

bool SubProblem::hasFunctor ( const std::string &  name,
const THREAD_ID  tid 
) const
inherited

checks whether we have a functor corresponding to name on the thread id tid

Definition at line 1289 of file SubProblem.C.

1290{
1291 mooseAssert(tid < _functors.size(), "Too large a thread ID");
1292 auto & functors = _functors[tid];
1293 return (functors.find("wraps_" + name) != functors.end());
1294}

Referenced by FunctorInterface::isFunctor().

◆ hasFunctorWithType()

template<typename T >
bool SubProblem::hasFunctorWithType ( const std::string &  name,
const THREAD_ID  tid 
) const
inherited

checks whether we have a functor of type T corresponding to name on the thread id tid

Definition at line 1338 of file SubProblem.h.

1339{
1340 mooseAssert(tid < _functors.size(), "Too large a thread ID");
1341 auto & functors = _functors[tid];
1342
1343 const auto & it = functors.find("wraps_" + name);
1344 constexpr bool requested_functor_is_ad =
1345 !std::is_same<T, typename MetaPhysicL::RawType<T>::value_type>::value;
1346
1347 if (it == functors.end())
1348 return false;
1349 else
1350 return dynamic_cast<Moose::Functor<T> *>(
1351 requested_functor_is_ad ? std::get<2>(it->second).get() : std::get<1>(it->second).get());
1352}

◆ hasFVGradientMethod()

bool FEProblemBase::hasFVGradientMethod ( const GradientMethodName &  name) const
inherited

Check if an FV gradient method with a given name exists.

Definition at line 4867 of file FEProblemBase.C.

4868{
4869 std::vector<FVGradientMethod *> methods;
4870 theWarehouse()
4871 .query()
4872 .condition<AttribSystem>("FVGradientMethod")
4873 .condition<AttribThread>(0)
4874 .condition<AttribName>(name)
4875 .queryInto(methods);
4876 return !methods.empty();
4877}

◆ hasFVInterpolationMethod()

bool FEProblemBase::hasFVInterpolationMethod ( const InterpolationMethodName &  name) const
inherited

Check if an FV interpolation method with a given name exists.

Definition at line 4941 of file FEProblemBase.C.

4942{
4943 std::vector<FVInterpolationMethod *> methods;
4944 theWarehouse()
4945 .query()
4946 .condition<AttribSystem>("FVInterpolationMethod")
4947 .condition<AttribThread>(0)
4948 .condition<AttribName>(name)
4949 .queryInto(methods);
4950 return !methods.empty();
4951}

Referenced by FVInterpolationMethodInterface::hasFVInterpolationMethod().

◆ hasInitialAdaptivity() [1/2]

bool FEProblemBase::hasInitialAdaptivity ( ) const
inlineinherited

Return a Boolean indicating whether initial AMR is turned on.

Definition at line 2147 of file FEProblemBase.h.

2147{ return _adaptivity.getInitialSteps() > 0; }
unsigned int getInitialSteps() const
Pull out the number of initial steps previously set by calling init()
Definition Adaptivity.h:112

◆ hasInitialAdaptivity() [2/2]

bool FEProblemBase::hasInitialAdaptivity ( ) const
inlineinherited

Return a Boolean indicating whether initial AMR is turned on.

Definition at line 2152 of file FEProblemBase.h.

2152{ return false; }

◆ hasJacobian()

bool FEProblemBase::hasJacobian ( ) const
inherited

Returns _has_jacobian.

Definition at line 9633 of file FEProblemBase.C.

9634{
9635 return _has_jacobian;
9636}

Referenced by DisplacedProblem::prepare().

◆ hasKokkosFunction()

virtual bool FEProblemBase::hasKokkosFunction ( const std::string &  name) const
virtualinherited

Get whether a Kokkos function exists.

Parameters
nameThe Kokkos function name
Returns
Whether a Kokkos function exists

Referenced by FEProblemBase::getKokkosFunction().

◆ hasKokkosObjects()

bool FEProblemBase::hasKokkosObjects ( ) const
inlineinherited
Returns
whether any Kokkos object was added in the problem

Definition at line 3022 of file FEProblemBase.h.

3022{ return _has_kokkos_objects; }
bool _has_kokkos_objects
Whether we have any Kokkos objects.

Referenced by MooseMesh::update().

◆ hasKokkosResidualObjects()

bool FEProblemBase::hasKokkosResidualObjects ( ) const
inlineinherited

◆ hasKokkosUserObject()

bool FEProblemBase::hasKokkosUserObject ( const std::string &  name) const
inherited

Check if there if a Kokkos user object of given name.

Parameters
nameThe name of the Kokkos user object being checked for
Returns
true if the Kokkos user object exists, false otherwise

Referenced by FEProblemBase::checkUserObjectNameCollision(), UserObjectInterface::getUserObjectFromFEProblem(), and UserObjectInterface::hasUserObjectByName().

◆ hasLinearConvergenceObjects()

bool FEProblemBase::hasLinearConvergenceObjects ( ) const
inherited

Whether we have linear convergence objects.

Definition at line 9967 of file FEProblemBase.C.

9968{
9969 // If false,this means we have not set one, not that we are querying this too early
9970 // TODO: once there is a default linear CV object, error on the 'not set' case
9971 return _linear_convergence_names.has_value();
9972}

Referenced by Moose::PetscSupport::petscSetDefaults().

◆ hasLinearVariable()

bool SubProblem::hasLinearVariable ( const std::string &  var_name) const
virtualinherited

Whether or not this problem has this linear variable.

Definition at line 801 of file SubProblem.C.

802{
803 for (const auto i : make_range(numLinearSystems()))
804 if (systemBaseLinear(i).hasVariable(var_name))
805 return true;
806 return false;
807}
virtual std::size_t numLinearSystems() const =0
virtual const SystemBase & systemBaseLinear(const unsigned int sys_num) const =0
Return the linear system object as a base class reference given the system number.

Referenced by SubProblem::getFunctor().

◆ hasMortarCoupling()

virtual bool FEProblemBase::hasMortarCoupling ( ) const
inlinevirtualinherited

Whether the simulation has mortar coupling.

Definition at line 2711 of file FEProblemBase.h.

2711{ return _has_mortar; }

◆ hasMultiApp()

bool FEProblemBase::hasMultiApp ( const std::string &  name) const
inherited

Definition at line 5949 of file FEProblemBase.C.

5950{
5951 return _multi_apps.hasActiveObject(multi_app_name);
5952}

Referenced by FEProblemBase::getMultiApp().

◆ hasMultiApps() [1/2]

bool FEProblemBase::hasMultiApps ( ) const
inlineinherited

◆ hasMultiApps() [2/2]

bool FEProblemBase::hasMultiApps ( ExecFlagType  type) const
inherited

Definition at line 5943 of file FEProblemBase.C.

5944{
5946}

◆ hasNeighborCoupling()

virtual bool FEProblemBase::hasNeighborCoupling ( ) const
inlinevirtualinherited

Whether the simulation has neighbor coupling.

Definition at line 2706 of file FEProblemBase.h.

◆ hasNonlocalCoupling()

virtual bool FEProblemBase::hasNonlocalCoupling ( ) const
inlineoverridevirtualinherited

Whether the simulation has active nonlocal coupling which should be accounted for in the Jacobian.

For this to return true, there must be at least one active nonlocal kernel or boundary condition

Implements SubProblem.

Definition at line 2977 of file FEProblemBase.h.

2977{ return _has_nonlocal_coupling; }

Referenced by DisplacedProblem::hasNonlocalCoupling().

◆ hasPostprocessor()

bool FEProblemBase::hasPostprocessor ( const std::string &  name) const
inherited

Deprecated.

Use hasPostprocessorValueByName

Definition at line 4996 of file FEProblemBase.C.

4997{
4998 mooseDeprecated("FEProblemBase::hasPostprocssor is being removed; use "
4999 "hasPostprocessorValueByName instead.");
5001}
bool hasPostprocessorValueByName(const PostprocessorName &name) const
Whether or not a Postprocessor value exists by a given name.

Referenced by GenericFunctorTimeDerivativeMaterialTempl< is_ad >::GenericFunctorTimeDerivativeMaterialTempl().

◆ hasPostprocessorValueByName()

bool FEProblemBase::hasPostprocessorValueByName ( const PostprocessorName &  name) const
inherited

Whether or not a Postprocessor value exists by a given name.

Parameters
nameThe name of the Postprocessor
Returns
True if a Postprocessor value exists

Note: You should prioritize the use of PostprocessorInterface::hasPostprocessor and PostprocessorInterface::hasPostprocessorByName over this method when possible.

Definition at line 4954 of file FEProblemBase.C.

4955{
4957}
bool hasReporterValue(const ReporterName &reporter_name) const
Return True if a Reporter value with the given type and name have been created.

Referenced by DiffusionCG::addFEBCs(), DiffusionCG::addFEKernels(), DiffusionFV::addFVKernels(), FunctorExtremaPositions::FunctorExtremaPositions(), FEProblemBase::hasPostprocessor(), MooseParsedFunction::initialSetup(), and FunctorIC::value().

◆ hasScalarVariable()

bool FEProblemBase::hasScalarVariable ( const std::string &  var_name) const
overridevirtualinherited

Returns a Boolean indicating whether any system contains a variable with the name provided.

Implements SubProblem.

Definition at line 6456 of file FEProblemBase.C.

6457{
6458 for (auto & sys : _solver_systems)
6459 if (sys->hasScalarVariable(var_name))
6460 return true;
6461 if (_aux->hasScalarVariable(var_name))
6462 return true;
6463
6464 return false;
6465}

Referenced by FEProblemBase::addInitialCondition(), FEProblemBase::addObjectParamsHelper(), EigenProblem::adjustEigenVector(), FEProblemBase::checkDuplicatePostprocessorVariableNames(), AdvancedOutput::initAvailableLists(), MooseParsedFunctionWrapper::initialize(), ChainControlParsedFunctionWrapper::initializeFunctionInputs(), MooseParsedFunction::initialSetup(), AdvancedOutput::initShowHideLists(), and Split::setup().

◆ hasScalingVector()

void SubProblem::hasScalingVector ( const unsigned int  nl_sys_num)
inherited

Tells this problem that the assembly associated with the given nonlinear system number involves a scaling vector.

Definition at line 1185 of file SubProblem.C.

1186{
1187 for (const THREAD_ID tid : make_range(libMesh::n_threads()))
1188 assembly(tid, nl_sys_num).hasScalingVector();
1189}
void hasScalingVector(const unsigned int nl_sys_num)
Tells this problem that the assembly associated with the given nonlinear system number involves a sca...
virtual Assembly & assembly(const THREAD_ID tid, const unsigned int sys_num)=0

Referenced by SystemBase::addScalingVector().

◆ hasSetMultiAppFixedPointConvergenceName()

bool FEProblemBase::hasSetMultiAppFixedPointConvergenceName ( ) const
inlineinherited

Returns true if the problem has set the fixed point convergence name.

Definition at line 769 of file FEProblemBase.h.

770 {
772 }

◆ hasSetSteadyStateConvergenceName()

bool FEProblemBase::hasSetSteadyStateConvergenceName ( ) const
inlineinherited

Returns true if the problem has set the steady-state detection convergence name.

Definition at line 774 of file FEProblemBase.h.

775 {
776 return _steady_state_convergence_name.has_value();
777 }

◆ hasSolutionState()

bool FEProblemBase::hasSolutionState ( unsigned int  state,
Moose::SolutionIterationType  iteration_type 
) const
inherited

Whether we need up to old (1) or older (2) solution states for a given type of iteration.

Parameters
oldest_neededoldest solution state needed
iteration_typethe type of iteration for which old/older states are needed

Definition at line 782 of file FEProblemBase.C.

784{
785 bool has_solution_state = false;
786 for (auto & sys : _solver_systems)
787 has_solution_state |= sys->hasSolutionState(state, iteration_type);
788 has_solution_state |= _aux->hasSolutionState(state, iteration_type);
789 return has_solution_state;
790}
bool hasSolutionState(unsigned int state, Moose::SolutionIterationType iteration_type) const
Whether we need up to old (1) or older (2) solution states for a given type of iteration.

◆ hasSolverVariable()

bool FEProblemBase::hasSolverVariable ( const std::string &  var_name) const
inherited

Definition at line 6388 of file FEProblemBase.C.

6389{
6390 for (auto & sys : _solver_systems)
6391 if (sys->hasVariable(var_name))
6392 return true;
6393
6394 return false;
6395}

Referenced by FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl().

◆ hasTimeIntegrator()

bool FEProblemBase::hasTimeIntegrator ( ) const
inlineinherited

Returns whether or not this Problem has a TimeIntegrator.

Definition at line 2435 of file FEProblemBase.h.

2435{ return _has_time_integrator; }

Referenced by TransientBase::setupTimeIntegrator().

◆ hasUOAuxStateCheck()

bool FEProblemBase::hasUOAuxStateCheck ( ) const
inlineinherited

Whether or not MOOSE will perform a user object/auxiliary kernel state check.

Definition at line 221 of file FEProblemBase.h.

221{ return _uo_aux_state_check; }

◆ hasUserObject()

bool FEProblemBase::hasUserObject ( const std::string &  name) const
inherited

Check if there if a user object of given name.

Parameters
nameThe name of the user object being checked for
Returns
true if the user object exists, false otherwise

Definition at line 4836 of file FEProblemBase.C.

4837{
4838 std::vector<UserObject *> objs;
4839 theWarehouse()
4840 .query()
4841 .condition<AttribSystem>("UserObject")
4842 .condition<AttribThread>(0)
4843 .condition<AttribName>(name)
4844 .queryInto(objs);
4845 return !objs.empty();
4846}

Referenced by FEProblemBase::checkUserObjectNameCollision(), DistributedPositions::DistributedPositions(), MultiAppGeneralFieldFunctorTransfer::execute(), UserObjectInterface::getUserObjectFromFEProblem(), UserObjectInterface::hasUserObjectByName(), ReporterTransferInterface::hideVariableHelper(), ParsedDownSelectionPositions::initialize(), and TransformedPositions::TransformedPositions().

◆ hasVariable()

bool FEProblemBase::hasVariable ( const std::string &  var_name) const
overridevirtualinherited

◆ haveADObjects() [1/3]

bool SubProblem::haveADObjects ( ) const
inlineinherited

Method for reading wehther we have any ad objects.

Definition at line 779 of file SubProblem.h.

779{ return _have_ad_objects; }
bool _have_ad_objects
AD flag indicating whether any AD objects have been added.

Referenced by FEProblemBase::computeJacobianTags(), FEProblemBase::computeResidualAndJacobian(), and FEProblemBase::init().

◆ haveADObjects() [2/3]

virtual void SubProblem::haveADObjects ( bool  have_ad_objects)
inlinevirtualinherited

Method for setting whether we have any ad objects.

Reimplemented from SubProblem.

Definition at line 775 of file SubProblem.h.

775{ _have_ad_objects = have_ad_objects; }

◆ haveADObjects() [3/3]

void FEProblemBase::haveADObjects ( bool  have_ad_objects)
overridevirtualinherited

Method for setting whether we have any ad objects.

Reimplemented from SubProblem.

Definition at line 9701 of file FEProblemBase.C.

9702{
9703 _have_ad_objects = have_ad_objects;
9705 _displaced_problem->SubProblem::haveADObjects(have_ad_objects);
9706}

◆ haveDisplaced()

bool FEProblemBase::haveDisplaced ( ) const
inlinefinaloverridevirtualinherited

Whether we have a displaced problem in our simulation.

Implements SubProblem.

Definition at line 2811 of file FEProblemBase.h.

2811{ return _displaced_problem.get(); }

◆ haveFV()

virtual bool FEProblemBase::haveFV ( ) const
inlineoverridevirtualinherited

◆ havePRefinement()

bool SubProblem::havePRefinement ( ) const
inlineinherited

Query whether p-refinement has been requested at any point during the simulation.

Definition at line 1024 of file SubProblem.h.

1024{ return _have_p_refinement; }
bool _have_p_refinement
Whether p-refinement has been requested at any point during the simulation.

Referenced by AdvancedOutput::initAvailableLists(), and FEProblemBase::meshChanged().

◆ haveXFEM()

bool FEProblemBase::haveXFEM ( )
inlineinherited

Find out whether the current analysis is using XFEM.

Definition at line 2162 of file FEProblemBase.h.

2162{ return _xfem != nullptr; }

Referenced by FixedPointSolve::solveStep(), TransientBase::takeStep(), and FEProblemBase::updateMeshXFEM().

◆ identifyVariableGroupsInNL()

bool FEProblemBase::identifyVariableGroupsInNL ( ) const
inlineinherited

Whether to identify variable groups in nonlinear systems.

This affects dof ordering

Definition at line 2982 of file FEProblemBase.h.

const bool _identify_variable_groups_in_nl
Whether to identify variable groups in nonlinear systems. This affects dof ordering.

Referenced by NonlinearSystemBase::NonlinearSystemBase().

◆ ignoreZerosInJacobian()

bool FEProblemBase::ignoreZerosInJacobian ( ) const
inlineinherited

Will return true if zeros in the Jacobian are to be dropped from the sparsity pattern.

Note that this can make preserving the matrix sparsity pattern impossible.

Definition at line 2407 of file FEProblemBase.h.

2407{ return _ignore_zeros_in_jacobian; }
bool _ignore_zeros_in_jacobian
Whether to ignore zeros in the Jacobian, thereby leading to a reduced sparsity pattern.

Referenced by NonlinearSystemBase::computeJacobianInternal(), NonlinearSystemBase::computeResidualAndJacobianInternal(), and NonlinearSystemBase::constraintJacobians().

◆ immediatelyPrintInvalidSolution()

bool FEProblemBase::immediatelyPrintInvalidSolution ( ) const
inlineinherited

Whether or not the solution invalid warnings are printed out immediately.

Definition at line 2432 of file FEProblemBase.h.

const bool & _immediately_print_invalid_solution

Referenced by SolutionInvalidInterface::flagInvalidSolutionInternal().

◆ incrementMultiAppTStep()

void FEProblemBase::incrementMultiAppTStep ( ExecFlagType  type)
inherited

Advance the MultiApps t_step (incrementStepOrReject) associated with the ExecFlagType.

Definition at line 6207 of file FEProblemBase.C.

6208{
6209 const auto & multi_apps = _multi_apps[type].getActiveObjects();
6210
6211 if (multi_apps.size())
6212 for (const auto & multi_app : multi_apps)
6213 multi_app->incrementTStep(_time);
6214}

Referenced by TransientBase::incrementStepOrReject().

◆ init()

void FEProblem::init ( )
overridevirtualinherited

Reimplemented from FEProblemBase.

Definition at line 86 of file FEProblem.C.

87{
88 for (const auto & sys : _solver_systems)
89 if (sys->system().has_static_condensation() && libMesh::n_threads() != 1)
90 mooseError("Static condensation may not be used with multiple threads");
91
93}

◆ initElementStatefulProps()

void FEProblemBase::initElementStatefulProps ( const libMesh::ConstElemRange elem_range,
const bool  threaded 
)
inherited

Initialize stateful properties for elements in a specific elem_range This is needed when elements/boundary nodes are added to a specific subdomain at an intermediate step.

Definition at line 9012 of file FEProblemBase.C.

9013{
9016 if (threaded)
9017 Threads::parallel_reduce(elem_range, cmt);
9018 else
9019 cmt(elem_range, true);
9020
9021#ifdef MOOSE_KOKKOS_ENABLED
9024#endif
9025}
void initKokkosStatefulProps()

Referenced by ActivateElementsUserObjectBase::finalize(), and ElementSubdomainModifierBase::initElementStatefulProps().

◆ initialAdaptMesh()

void FEProblemBase::initialAdaptMesh ( )
virtualinherited

Definition at line 8680 of file FEProblemBase.C.

8681{
8682 unsigned int n = adaptivity().getInitialSteps();
8684 if (n)
8685 {
8686 if (!_mesh.interiorLowerDBlocks().empty() || !_mesh.boundaryLowerDBlocks().empty())
8687 mooseError("HFEM does not support mesh adaptivity currently.");
8688
8689 TIME_SECTION("initialAdaptMesh", 2, "Performing Initial Adaptivity");
8690
8691 for (unsigned int i = 0; i < n; i++)
8692 {
8695
8697 {
8699 /*intermediate_change=*/false, /*contract_mesh=*/true, /*clean_refinement_flags=*/true);
8700
8701 // reproject the initial condition
8703
8705 }
8706 else
8707 {
8708 _console << "Mesh unchanged, skipping remaining steps..." << std::endl;
8709 return;
8710 }
8711 }
8712 }
8713}
bool initialAdaptMesh()
Used during initial adaptivity.
Definition Adaptivity.C:295
Adaptivity & adaptivity()

◆ initialized()

bool FEProblemBase::initialized ( ) const
inlineinherited
Returns
Whether the problem was initialized, i.e. whether init() has executed

Definition at line 169 of file FEProblemBase.h.

169{ return _initialized; }

Referenced by MooseMesh::update().

◆ initialSetup()

void FEProblemBase::initialSetup ( )
overridevirtualinherited

If this is a restart run, the user may want to override the start time, which we already set in the constructor. "_time" however will have been "restored" from the restart file. We need to honor the original request of the developer now that the restore has been completed.

If we are not recovering but we are doing restart (_app.getExodusFileRestart() == true) with additional uniform refinements. We have to delay the refinement until this point in time so that the equation systems are initialized and projections can be performed.

Reimplemented from SubProblem.

Reimplemented in MFEMProblem.

Definition at line 932 of file FEProblemBase.C.

933{
934 TIME_SECTION("initialSetup", 2, "Performing Initial Setup");
935
937
939 mooseError("Checkpoint recovery and restart and exodus restart are all mutually exclusive.");
940
942 mooseWarning("MOOSE may fail to catch an exception when the \"skip_exception_check\" parameter "
943 "is used. If you receive a terse MPI error during execution, remove this "
944 "parameter and rerun your simulation");
945
946 // set state flag indicating that we are in or beyond initialSetup.
947 // This can be used to throw errors in methods that _must_ be called at construction time.
950
951 // Setup the solution states (current, old, etc) in each system based on
952 // its default and the states requested of each of its variables
953 for (const auto i : index_range(_solver_systems))
954 {
955 _solver_systems[i]->initSolutionState();
957 getDisplacedProblem()->solverSys(i).initSolutionState();
958 }
959 _aux->initSolutionState();
961 getDisplacedProblem()->auxSys().initSolutionState();
962
963 // always execute to get the max number of DoF per element and node needed to initialize phi_zero
964 // variables
965 dof_id_type global_max_var_n_dofs_per_elem = 0;
966 for (const auto i : index_range(_solver_systems))
967 {
968 auto & sys = *_solver_systems[i];
969 dof_id_type max_var_n_dofs_per_elem;
970 dof_id_type max_var_n_dofs_per_node;
971 {
972 TIME_SECTION("computingMaxDofs", 3, "Computing Max Dofs Per Element");
973
974 MaxVarNDofsPerElem mvndpe(*this, sys);
976 max_var_n_dofs_per_elem = mvndpe.max();
977 _communicator.max(max_var_n_dofs_per_elem);
978
979 MaxVarNDofsPerNode mvndpn(*this, sys);
981 max_var_n_dofs_per_node = mvndpn.max();
982 _communicator.max(max_var_n_dofs_per_node);
983 global_max_var_n_dofs_per_elem =
984 std::max(global_max_var_n_dofs_per_elem, max_var_n_dofs_per_elem);
985 }
986
987 {
988 TIME_SECTION("assignMaxDofs", 5, "Assigning Maximum Dofs Per Elem");
989
990 sys.assignMaxVarNDofsPerElem(max_var_n_dofs_per_elem);
993 displaced_problem->solverSys(i).assignMaxVarNDofsPerElem(max_var_n_dofs_per_elem);
994
995 sys.assignMaxVarNDofsPerNode(max_var_n_dofs_per_node);
997 displaced_problem->solverSys(i).assignMaxVarNDofsPerNode(max_var_n_dofs_per_node);
998 }
999 }
1000
1001 {
1002 TIME_SECTION("resizingVarValues", 5, "Resizing Variable Values");
1003
1004 for (unsigned int tid = 0; tid < libMesh::n_threads(); ++tid)
1005 {
1006 _phi_zero[tid].resize(global_max_var_n_dofs_per_elem, std::vector<Real>(getMaxQps(), 0.));
1007 _grad_phi_zero[tid].resize(global_max_var_n_dofs_per_elem,
1008 std::vector<RealGradient>(getMaxQps(), RealGradient(0.)));
1009 _second_phi_zero[tid].resize(global_max_var_n_dofs_per_elem,
1010 std::vector<RealTensor>(getMaxQps(), RealTensor(0.)));
1011 }
1012 }
1013
1014 // Set up stateful material property redistribution, if we suspect
1015 // it may be necessary later.
1017
1019 {
1020 // Only load all of the vectors if we're recovering
1022
1023 // This forces stateful material property loading to be an exact one-to-one match
1024 if (_app.isRecovering())
1025 {
1027 props->setRecovering();
1028
1029#ifdef MOOSE_KOKKOS_ENABLED
1030 for (auto props :
1032 props->setRecovering();
1033#endif
1034 }
1035
1036 TIME_SECTION("restore", 3, "Restoring from backup");
1037
1038 // We could have a cached backup when this app is a sub-app and has been given a Backup
1039 if (!_app.hasInitialBackup())
1041 else
1043
1049 if (_app.isRestarting())
1050 {
1051 if (_app.hasStartTime())
1053 else
1054 _time_old = _time;
1055 }
1056 }
1057 else
1058 {
1060
1061 if (reader)
1062 {
1063 TIME_SECTION("copyingFromExodus", 3, "Copying Variables From Exodus");
1064
1065 for (auto & sys : _solver_systems)
1066 sys->copyVars(*reader);
1067 _aux->copyVars(*reader);
1068 }
1069 else
1070 {
1071 if (_solver_systems[0]->hasVarCopy() || _aux->hasVarCopy())
1072 mooseError("Need Exodus reader to restart variables but the reader is not available\n"
1073 "Use either FileMesh with an Exodus mesh file or FileMeshGenerator with an "
1074 "Exodus mesh file and with use_for_exodus_restart equal to true");
1075 }
1076 }
1077
1078 // Perform output related setups
1080
1081 // Flush all output to _console that occur during construction and initialization of objects
1083
1084 // Build Refinement and Coarsening maps for stateful material projections if necessary
1085 if ((_adaptivity.isOn() || _num_grid_steps) &&
1088 {
1090 mooseError("Stateful neighbor material properties do not work with mesh adaptivity");
1091
1093 }
1094
1095 if (!_app.isRecovering())
1096 {
1103 {
1104 if (!_app.isUltimateMaster())
1105 mooseError(
1106 "Doing extra refinements when restarting is NOT supported for sub-apps of a MultiApp");
1107
1109 }
1110 }
1111
1112 unsigned int n_threads = libMesh::n_threads();
1113
1114 // Convergence initial setup
1115 {
1116 TIME_SECTION("convergenceInitialSetup", 5, "Initializing Convergence objects");
1117
1118 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1120 }
1121
1122 // UserObject initialSetup
1123 std::set<std::string> depend_objects_ic = _ics.getDependObjects();
1124 std::set<std::string> depend_objects_aux = _aux->getDependObjects();
1125
1126 std::map<int, std::vector<UserObjectBase *>> group_userobjs;
1127
1128 // This replaces all prior updateDependObjects calls on the old user object warehouses.
1129 TheWarehouse::Query uo_query = theWarehouse().query().condition<AttribSystem>("UserObject");
1130 std::vector<UserObjectBase *> userobjs;
1131 uo_query.queryInto(userobjs);
1133 theWarehouse(), getAuxiliarySystem(), _app.getExecuteOnEnum(), userobjs, depend_objects_ic);
1134
1135 for (auto obj : userobjs)
1136 group_userobjs[obj->getParam<int>("execution_order_group")].push_back(obj);
1137
1138#ifdef MOOSE_KOKKOS_ENABLED
1139 {
1140 TheWarehouse::Query uo_query =
1141 theWarehouse().query().condition<AttribSystem>("KokkosUserObject");
1142 std::vector<UserObjectBase *> userobjs;
1143 uo_query.queryInto(userobjs);
1145 theWarehouse(), getAuxiliarySystem(), _app.getExecuteOnEnum(), userobjs, depend_objects_ic);
1146
1147 for (auto obj : userobjs)
1148 group_userobjs[obj->getParam<int>("execution_order_group")].push_back(obj);
1149 }
1150#endif
1151
1152 for (auto & [group, objs] : group_userobjs)
1153 for (auto obj : objs)
1154 obj->initialSetup();
1155
1156 // check if jacobian calculation is done in userobject
1157 for (THREAD_ID tid = 0; tid < n_threads; ++tid)
1159
1160 // Check whether nonlocal coupling is required or not
1164
1165 {
1166 TIME_SECTION("initializingFunctions", 5, "Initializing Functions");
1167
1168 // Call the initialSetup methods for functions
1169 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1170 {
1171 reinitScalars(tid); // initialize scalars so they are properly sized for use as input into
1172 // ParsedFunctions
1174 }
1175
1176#ifdef MOOSE_KOKKOS_ENABLED
1178#endif
1179 }
1180
1181 {
1182 TIME_SECTION("initializingRandomObjects", 5, "Initializing Random Objects");
1183
1184 // Random interface objects
1185 for (const auto & it : _random_data_objects)
1186 it.second->updateSeeds(EXEC_INITIAL);
1187 }
1188
1189 if (!_app.isRecovering())
1190 {
1192
1193 {
1194 TIME_SECTION("ICinitialSetup", 5, "Setting Up Initial Conditions");
1195
1196 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1197 {
1198 _ics.initialSetup(tid);
1199 _fv_ics.initialSetup(tid);
1200 }
1201
1203 }
1204
1206 }
1207
1208 // Materials
1210 {
1211 TIME_SECTION("materialInitialSetup", 3, "Setting Up Materials");
1212
1213 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1214 {
1215 // Sort the Material objects, these will be actually computed by MOOSE in reinit methods.
1216 _materials.sort(tid);
1218
1219 // Call initialSetup on all material objects
1221
1222 // Discrete materials may insert additional dependencies on materials during the initial
1223 // setup. Therefore we resolve the dependencies once more, now with the additional
1224 // dependencies due to discrete materials.
1226 {
1227 _materials.sort(tid);
1229 }
1230 }
1231
1232#ifdef MOOSE_KOKKOS_ENABLED
1233 _kokkos_materials.sort(0, true);
1234#endif
1235
1236 {
1237 TIME_SECTION("computingInitialStatefulProps", 3, "Computing Initial Material Values");
1238
1240
1244#ifdef MOOSE_KOKKOS_ENABLED
1249#endif
1250 }
1251 }
1252
1253 // setRestartInPlace() is set because the property maps have now been setup and we can
1254 // dataLoad() them directly in place
1255 // setRecovering() is set because from now on we require a one-to-one mapping of
1256 // stateful properties because we shouldn't be declaring any more
1258 {
1259 props->setRestartInPlace();
1260 props->setRecovering();
1261 }
1262
1263 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1264 {
1267 _markers.sort(tid);
1269 }
1270
1271#ifdef LIBMESH_ENABLE_AMR
1272
1274 {
1275 unsigned int n = adaptivity().getInitialSteps();
1276 if (n && !_app.isUltimateMaster() && _app.isRestarting())
1277 mooseError("Cannot perform initial adaptivity during restart on sub-apps of a MultiApp!");
1278
1280 }
1281
1282#endif // LIBMESH_ENABLE_AMR
1283
1284 if (!_app.isRecovering() && !_app.isRestarting())
1285 {
1286 // During initial setup the solution is copied to the older solution states (old, older, etc)
1288
1289 // Check if there are old state initial conditions
1290 auto ics = _ics.getActiveObjects();
1291 auto fv_ics = _fv_ics.getActiveObjects();
1292 auto scalar_ics = _scalar_ics.getActiveObjects();
1293 unsigned short ic_state_max = 0;
1294
1295 auto findMax = [&ic_state_max](const auto & obj_list)
1296 {
1297 for (auto ic : obj_list.getActiveObjects())
1298 ic_state_max = std::max(ic_state_max, ic->getState());
1299 };
1300 findMax(_ics);
1301 findMax(_fv_ics);
1302 findMax(_scalar_ics);
1303
1304 // if there are old state ICs, compute them and write to old states accordingly
1305 if (ic_state_max > 0)
1306 {
1307 // state 0 copy (we'll overwrite current state when evaluating ICs and need to restore it once
1308 // we're done with the old/older state ICs)
1309 std::vector<std::unique_ptr<NumericVector<Real>>> state0_sys_buffers(_solver_systems.size());
1310 std::unique_ptr<NumericVector<Real>> state0_aux_buffer;
1311
1312 // save state 0
1313 for (const auto i : index_range(_solver_systems))
1314 state0_sys_buffers[i] = _solver_systems[i]->solutionState(0).clone();
1315
1316 state0_aux_buffer = _aux->solutionState(0).clone();
1317
1318 // compute old state ICs
1319 for (_current_ic_state = 1; _current_ic_state <= ic_state_max; _current_ic_state++)
1320 {
1322
1323 for (auto & sys : _solver_systems)
1324 sys->solutionState(_current_ic_state) = sys->solutionState(0);
1325
1326 _aux->solutionState(_current_ic_state) = _aux->solutionState(0);
1327 }
1329
1330 // recover state 0
1331 for (const auto i : index_range(_solver_systems))
1332 {
1333 _solver_systems[i]->solutionState(0) = *state0_sys_buffers[i];
1334 _solver_systems[i]->solutionState(0).close();
1335 _solver_systems[i]->update();
1336 }
1337 _aux->solutionState(0) = *state0_aux_buffer;
1338 _aux->solutionState(0).close();
1339 _aux->update();
1340 }
1341 }
1342
1343 if (!_app.isRecovering())
1344 {
1345 if (haveXFEM())
1347 }
1348
1349 // Call initialSetup on the solver systems
1350 for (auto & sys : _solver_systems)
1351 sys->initialSetup();
1352
1353 // Auxilary variable initialSetup calls
1354 _aux->initialSetup();
1355
1357 // initialSetup for displaced systems
1358 _displaced_problem->initialSetup();
1359
1360 for (auto & sys : _solver_systems)
1361 sys->setSolution(*(sys->system().current_local_solution.get()));
1362
1363 // Update the nearest node searches (has to be called after the problem is all set up)
1364 // We do this here because this sets up the Element's DoFs to ghost
1366
1368 if (_displaced_mesh)
1370
1371 // We need to move the mesh in order to build a map between mortar secondary and primary
1372 // interfaces. This map will then be used by the AgumentSparsityOnInterface ghosting functor to
1373 // know which dofs we need ghosted when we call EquationSystems::reinit
1374 if (_displaced_problem && _mortar_data->hasDisplacedObjects())
1375 {
1376 _displaced_problem->updateMesh();
1377 // if displacements were applied to the mesh, the mortar mesh should be updated too
1379 }
1380
1381 // Possibly reinit one more time to get ghosting correct
1383
1384 if (_displaced_mesh)
1385 _displaced_problem->updateMesh();
1386
1387 updateGeomSearch(); // Call all of the rest of the geometric searches
1388
1389 for (auto & sys : _solver_systems)
1390 {
1391 const auto & tis = sys->getTimeIntegrators();
1392
1393 {
1394 TIME_SECTION("timeIntegratorInitialSetup", 5, "Initializing Time Integrator");
1395 for (auto & ti : tis)
1396 ti->initialSetup();
1397 }
1398 }
1399
1400 // HUGE NOTE: MultiApp initialSetup() MUST... I repeat MUST be _after_ main-app restartable data
1401 // has been restored
1402
1403 // Call initialSetup on the MultiApps
1404 if (_multi_apps.hasObjects())
1405 {
1406 TIME_SECTION("initialSetupMultiApps", 2, "Initializing MultiApps", false);
1408 }
1409
1410 // Call initialSetup on the transfers
1411 {
1412 TIME_SECTION("initialSetupTransfers", 2, "Initializing Transfers");
1413
1415
1416 // Call initialSetup on the MultiAppTransfers to be executed on TO_MULTIAPP
1417 const auto & to_multi_app_objects = _to_multi_app_transfers.getActiveObjects();
1418 for (const auto & transfer : to_multi_app_objects)
1419 {
1420 transfer->setCurrentDirection(Transfer::DIRECTION::TO_MULTIAPP);
1421 transfer->initialSetup();
1422 }
1423
1424 // Call initialSetup on the MultiAppTransfers to be executed on FROM_MULTIAPP
1425 const auto & from_multi_app_objects = _from_multi_app_transfers.getActiveObjects();
1426 for (const auto & transfer : from_multi_app_objects)
1427 {
1428 transfer->setCurrentDirection(Transfer::DIRECTION::FROM_MULTIAPP);
1429 transfer->initialSetup();
1430 }
1431
1432 // Call initialSetup on the MultiAppTransfers to be executed on BETWEEN_MULTIAPP
1433 const auto & between_multi_app_objects = _between_multi_app_transfers.getActiveObjects();
1434 for (const auto & transfer : between_multi_app_objects)
1435 {
1436 transfer->setCurrentDirection(Transfer::DIRECTION::BETWEEN_MULTIAPP);
1437 transfer->initialSetup();
1438 }
1439 }
1440
1442 {
1443 TIME_SECTION("BoundaryRestrictedNodeIntegrityCheck", 5);
1444
1445 // check that variables are defined along boundaries of boundary restricted nodal objects
1446 const auto & bnd_nodes = getCurrentAlgebraicBndNodeRange();
1447 BoundaryNodeIntegrityCheckThread bnict(*this, uo_query);
1448 Threads::parallel_reduce(bnd_nodes, bnict);
1449
1450 // Nodal bcs aren't threaded
1451 for (auto & nl : _nl)
1452 {
1453 const auto & nodal_bcs = nl->getNodalBCWarehouse();
1454 if (!nodal_bcs.hasBoundaryObjects())
1455 continue;
1456
1457 for (const auto & bnode : bnd_nodes)
1458 {
1459 const auto boundary_id = bnode->_bnd_id;
1460 const Node * const node = bnode->_node;
1461
1462 if (node->processor_id() != this->processor_id())
1463 continue;
1464
1465 const auto & bnd_name = _mesh.getBoundaryName(boundary_id);
1466
1467 // Avoid assertion in getBoundaryObjects that we have boundary objects for this boundary ID
1468 if (!nodal_bcs.hasBoundaryObjects(boundary_id))
1469 continue;
1470
1471 const auto & bnd_objects = nodal_bcs.getBoundaryObjects(boundary_id);
1472 for (const auto & bnd_object : bnd_objects)
1473 {
1474 const auto & bnd_variable = bnd_object->variable();
1475 // Skip if this object uses geometric search because coupled variables may be defined on
1476 // paired boundaries instead of the boundary this node is on. Also skip if this boundary
1477 // condition isn't applicable to the current node, e.g. if the node doesn't have any
1478 // degrees of freedom for the boundary condition's variable
1479 if (!bnd_object->requiresGeometricSearch() &&
1480 bnd_object->checkVariableBoundaryIntegrity() &&
1481 node->n_dofs(nl->number(), bnd_variable.number()))
1482 {
1483 std::set<MooseVariableFieldBase *> vars_to_omit = {
1484 &cast_ref<MooseVariableFieldBase &>(const_cast<MooseVariableBase &>(bnd_variable))};
1485
1487 *bnd_object, bnd_object->checkAllVariables(*node, vars_to_omit), bnd_name);
1488 }
1489 }
1490 }
1491 }
1492 }
1493
1495 {
1496 TIME_SECTION("BoundaryRestrictedElemIntegrityCheck", 5);
1497
1498 // check that variables are defined along boundaries of boundary restricted elemental objects
1500 BoundaryElemIntegrityCheckThread beict(*this, uo_query);
1501 Threads::parallel_reduce(bnd_elems, beict);
1502 }
1503
1505 {
1506 TIME_SECTION("FVFaceIntegrityCheck", 5);
1507
1508 auto check_fv_face_integrity = [this](MooseMesh & fv_mesh, const bool on_displaced)
1509 {
1510 auto flux_bc_base_query = theWarehouse()
1511 .query()
1512 .condition<AttribSystem>("FVFluxBC")
1513 .condition<AttribDisplaced>(on_displaced)
1514 .condition<AttribThread>(0);
1515 TheWarehouse::QueryCache<AttribBoundaries> flux_bc_query(flux_bc_base_query);
1516
1517 auto interface_kernel_base_query = theWarehouse()
1518 .query()
1519 .condition<AttribSystem>("FVInterfaceKernel")
1520 .condition<AttribDisplaced>(on_displaced)
1521 .condition<AttribThread>(0);
1522 TheWarehouse::QueryCache<AttribBoundaries> interface_kernel_query(
1523 interface_kernel_base_query);
1524
1525 std::vector<FVFluxBC *> flux_bcs;
1526 std::vector<FVInterfaceKernel *> interface_kernels;
1527
1528 for (auto face_it = fv_mesh.ownedFaceInfoBegin(); face_it != fv_mesh.ownedFaceInfoEnd();
1529 ++face_it)
1530 {
1531 const FaceInfo & fi = **face_it;
1532
1533 for (const auto boundary_id : fi.boundaryIDs())
1534 {
1535 auto boundary_key = std::make_tuple(boundary_id, false);
1536
1537 flux_bc_query.queryInto(flux_bcs, boundary_key);
1538 for (const auto * const flux_bc : flux_bcs)
1539 if (flux_bc->checkVariableBoundaryIntegrity())
1540 flux_bc->checkFaceIntegrity(fi);
1541
1542 interface_kernel_query.queryInto(interface_kernels, boundary_key);
1543 for (const auto * const interface_kernel : interface_kernels)
1544 interface_kernel->checkFaceIntegrity(fi);
1545 }
1546 }
1547 };
1548
1549 if (haveFV())
1550 check_fv_face_integrity(mesh(), false);
1551
1552 if (_displaced_problem && _displaced_problem->haveFV())
1553 check_fv_face_integrity(_displaced_problem->mesh(), true);
1554 }
1555
1556 if (!_app.isRecovering())
1557 {
1559 if (!converged)
1560 mooseError("failed to converge initial MultiApp");
1561
1562 // We'll backup the Multiapp here
1564
1565 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1566 reinitScalars(tid);
1567
1569
1570 // The FEProblemBase::execute method doesn't call all the systems on EXEC_INITIAL, but it does
1571 // set/unset the current flag. Therefore, this resets the current flag to EXEC_INITIAL so that
1572 // subsequent calls (e.g., executeControls) have the proper flag.
1574 }
1575
1576 // Here we will initialize the stateful properties once more since they may have been updated
1577 // during initialSetup by calls to computeProperties.
1578 //
1579 // It's really bad that we don't allow this during restart. It means that we can't add new
1580 // stateful materials
1581 // during restart. This is only happening because this _has_ to be below initial userobject
1582 // execution.
1583 // Otherwise this could be done up above... _before_ restoring restartable data... which would
1584 // allow you to have
1585 // this happen during restart. I honestly have no idea why this has to happen after initial user
1586 // object computation.
1587 // THAT is something we should fix... so I've opened this ticket: #5804
1588 if (!_app.isRecovering() && !_app.isRestarting())
1589 {
1592 {
1593 TIME_SECTION("computeMaterials", 2, "Computing Initial Material Properties");
1594
1596 }
1597#ifdef MOOSE_KOKKOS_ENABLED
1601 {
1602 TIME_SECTION("computeMaterials", 2, "Computing Initial Material Properties");
1603
1605 }
1606#endif
1607 }
1608
1609 // Control Logic
1612
1613 // Scalar variables need to reinited for the initial conditions to be available for output
1614 for (unsigned int tid = 0; tid < n_threads; tid++)
1615 reinitScalars(tid);
1616
1617 if (_displaced_mesh)
1618 _displaced_problem->syncSolutions();
1619
1620 // Writes all calls to _console from initialSetup() methods
1622
1624 {
1626 for (THREAD_ID tid = 0; tid < n_threads; ++tid)
1627 for (auto & assembly : _assembly[tid])
1628 assembly->initNonlocalCoupling();
1629 }
1630
1631 {
1632 TIME_SECTION("lineSearchInitialSetup", 5, "Initializing Line Search");
1633
1634 if (_line_search)
1635 _line_search->initialSetup();
1636 }
1637
1638 // Perform Reporter get/declare check
1640
1641 // We do this late to allow objects to get late restartable data
1644
1646}
void boundaryIntegrityCheckError(const MooseObject &object, const std::set< MooseVariableFieldBase * > &variables, const BoundaryName &boundary_name)
Compose boundary restricted error message for the provided object, variables, and boundary_name if th...
void groupUserObjects(TheWarehouse &w, AuxiliarySystem &aux, const ExecFlagEnum &execute_flags, const std::vector< T * > &objs, const std::set< std::string > &ic_deps)
void uniformRefineWithProjection()
Performs uniform refinement on the meshes in the current object.
Definition Adaptivity.C:328
std::vector< VariablePhiSecond > _second_phi_zero
std::vector< VariablePhiGradient > _grad_phi_zero
unsigned int getMaxQps() const
virtual bool haveFV() const override
returns true if this problem includes/needs finite volume functionality.
virtual bool updateMeshXFEM()
Update the mesh due to changing XFEM cuts.
const bool _boundary_restricted_node_integrity_check
whether to perform checking of boundary restricted nodal object variable dependencies,...
bool haveXFEM()
Find out whether the current analysis is using XFEM.
void addAnyRedistributers()
void initElementStatefulProps(const libMesh::ConstElemRange &elem_range, const bool threaded)
Initialize stateful properties for elements in a specific elem_range This is needed when elements/bou...
void checkNonlocalCoupling()
std::vector< VariablePhiValue > _phi_zero
virtual std::shared_ptr< const DisplacedProblem > getDisplacedProblem() const
void reinitBecauseOfGhostingOrNewGeomObjects(bool mortar_changed=false)
Call when it is possible that the needs for ghosted elements has changed.
const bool _force_restart
const ConstBndNodeRange & getCurrentAlgebraicBndNodeRange()
void setNonlocalCouplingMatrix()
Set custom coupling matrix for variables requiring nonlocal contribution.
void setVariableAllDoFMap(const std::vector< const MooseVariableFEBase * > &moose_vars)
void checkUserObjectJacobianRequirement(THREAD_ID tid)
const bool _boundary_restricted_elem_integrity_check
whether to perform checking of boundary restricted elemental object variable dependencies,...
bool _started_initial_setup
At or beyond initialSteup stage.
virtual void initialAdaptMesh()
void backupMultiApps(ExecFlagType type)
Backup the MultiApps associated with the ExecFlagType.
virtual void updateGeomSearch(GeometricSearchData::GeometricSearchType type=GeometricSearchData::ALL) override
Update this object's geometric search data as well as the displaced problem's if it exists.
virtual Assembly & assembly(const THREAD_ID tid, const unsigned int sys_num) override
bool _has_initialized_stateful
Whether nor not stateful materials have been initialized.
void initialSetup() override
const bool _fv_face_integrity_check
Whether to check FV boundary and interface objects against the faces on which they execute.
void initialSetup(THREAD_ID tid)
Initial setup.
This data structure is used to store geometric and variable related metadata about each cell face in ...
Definition FaceInfo.h:38
std::set< std::string > getDependObjects() const
Get a list of dependent UserObjects for this exec type.
void initialSetup(THREAD_ID tid)
Initial setup.
void sort(THREAD_ID tid=0, bool sort_all_objects=false)
By default, this method only sorts block and boundary-wise object storages that are used by the MOOSE...
virtual void initialSetup(THREAD_ID tid=0) const override
Convenience methods for calling object setup methods that handle the extra neighbor and face objects.
bool restoredInitialBackupMesh() const
Whether this app has restored mesh topology from its initial Backup object.
Definition MooseApp.h:750
void restoreFromInitialBackup(const bool for_restart)
Restores from a "initial" backup, that is, one set in _initial_backup.
Definition MooseApp.C:1806
bool hasStartTime() const
Definition MooseApp.h:301
std::unique_ptr< Backup > finalizeRestore()
Finalizes (closes) the restoration process done in restore().
Definition MooseApp.C:1813
void restore(const std::filesystem::path &folder_base, const bool for_restart)
Restore an application from file.
Definition MooseApp.C:1762
std::string getRestartRecoverFileBase() const
The file_base for the recovery file.
Definition MooseApp.h:500
const ExecFlagEnum & getExecuteOnEnum() const
Return the app level ExecFlagEnum, this contains all the available flags for the app.
Definition MooseApp.h:1040
bool getExodusFileRestart() const
Whether or not we need to use a separate Exodus reader to read the mesh BEFORE we create the mesh.
Definition MooseApp.h:436
bool isRecovering() const
Whether or not this is a "recover" calculation.
Definition MooseApp.C:1675
bool hasInitialBackup() const
Definition MooseApp.h:1047
Real getStartTime() const
Definition MooseApp.h:306
std::filesystem::path restartFolderBase(const std::filesystem::path &folder_base) const
The file suffix for restartable data.
Definition MooseApp.C:3060
face_info_iterator ownedFaceInfoEnd()
Definition MooseMesh.C:1512
unsigned int uniformRefineLevel() const
Returns the level of uniform refinement requested (zero if AMR is disabled).
Definition MooseMesh.C:3325
void buildRefinementAndCoarseningMaps(Assembly *assembly)
Create the refinement and coarsening maps necessary for projection of stateful material properties wh...
Definition MooseMesh.C:2521
const std::string & getBoundaryName(const BoundaryID boundary_id) const
Return the name of the boundary given the id.
Definition MooseMesh.C:1788
face_info_iterator ownedFaceInfoBegin()
Iterators to owned faceInfo objects.
Definition MooseMesh.C:1503
void updateActiveSemiLocalNodeRange(std::set< dof_id_type > &ghosted_elems)
Clears the "semi-local" node list and rebuilds it.
Definition MooseMesh.C:960
libMesh::StoredRange< MooseMesh::const_bnd_elem_iterator, const BndElement * > * getBoundaryElementRange()
Definition MooseMesh.C:1301
void sort(THREAD_ID tid=0)
Sort the objects using the DependencyResolver.
bool hasObjects(THREAD_ID tid=0) const
Convenience functions for determining if objects exist.
virtual void initialSetup(THREAD_ID tid=0) const
Convenience methods for calling object setup methods.
Base variable class.
void initialSetup()
Calls the initialSetup function for each of the output objects.
void check() const
Perform integrity check for get/declare calls.
void setLoadAllVectors(const bool load_all_vectors)
Sets whether or not all vectors are to be loaded.
virtual void initialSetup()
virtual bool converged(const unsigned int sys_num)
Eventually we want to convert this virtual over to taking a solver system number argument.
Definition SubProblem.h:113
std::vector< T * > & queryInto(std::vector< T * > &results, Args &&... args)
queryInto executes the query and stores the results in the given vector.
auto max(const L &left, const R &right)
RealTensorValue RealTensor
uint8_t dof_id_type
RealVectorValue RealGradient

Referenced by EigenExecutionerBase::init(), Eigenvalue::init(), Steady::init(), TransientBase::init(), and MFEMProblem::initialSetup().

◆ initKokkos()

void FEProblemBase::initKokkos ( )
inherited

Construct Kokkos assembly and systems and allocate Kokkos material property storages.

Referenced by FEProblemBase::init().

◆ initKokkosStatefulProps()

void FEProblemBase::initKokkosStatefulProps ( )
inherited

◆ initNullSpaceVectors()

void FEProblemBase::initNullSpaceVectors ( const InputParameters parameters,
std::vector< std::shared_ptr< NonlinearSystemBase > > &  nl 
)
virtualinherited

Definition at line 807 of file FEProblemBase.C.

809{
810 TIME_SECTION("initNullSpaceVectors", 5, "Initializing Null Space Vectors");
811
812 unsigned int dimNullSpace = parameters.get<unsigned int>("null_space_dimension");
813 unsigned int dimTransposeNullSpace =
814 parameters.get<unsigned int>("transpose_null_space_dimension");
815 unsigned int dimNearNullSpace = parameters.get<unsigned int>("near_null_space_dimension");
816 for (unsigned int i = 0; i < dimNullSpace; ++i)
817 {
818 std::ostringstream oss;
819 oss << "_" << i;
820 // do not project, since this will be recomputed, but make it ghosted, since the near nullspace
821 // builder might march over all nodes
822 for (auto & nl : nls)
823 nl->addVector("NullSpace" + oss.str(), false, libMesh::GHOSTED);
824 }
825 _subspace_dim["NullSpace"] = dimNullSpace;
826 for (unsigned int i = 0; i < dimTransposeNullSpace; ++i)
827 {
828 std::ostringstream oss;
829 oss << "_" << i;
830 // do not project, since this will be recomputed, but make it ghosted, since the near nullspace
831 // builder might march over all nodes
832 for (auto & nl : nls)
833 nl->addVector("TransposeNullSpace" + oss.str(), false, libMesh::GHOSTED);
834 }
835 _subspace_dim["TransposeNullSpace"] = dimTransposeNullSpace;
836 for (unsigned int i = 0; i < dimNearNullSpace; ++i)
837 {
838 std::ostringstream oss;
839 oss << "_" << i;
840 // do not project, since this will be recomputed, but make it ghosted, since the near-nullspace
841 // builder might march over all semilocal nodes
842 for (auto & nl : nls)
843 nl->addVector("NearNullSpace" + oss.str(), false, libMesh::GHOSTED);
844 }
845 _subspace_dim["NearNullSpace"] = dimNearNullSpace;
846}
std::map< std::string, unsigned int > _subspace_dim
Dimension of the subspace spanned by the vectors with a given prefix.

Referenced by EigenProblem::EigenProblem(), and FEProblem::FEProblem().

◆ initPetscOutputAndSomeSolverSettings()

void FEProblemBase::initPetscOutputAndSomeSolverSettings ( )
virtualinherited

Reinitialize PETSc output for proper linear/nonlinear iteration display.

This also may be used for some PETSc-related solver settings

Reimplemented in EigenProblem.

Definition at line 7446 of file FEProblemBase.C.

7447{
7450}
void solveSetup()
Calls the timestepSetup function for each of the output objects.
void petscSetDefaults(FEProblemBase &problem)
Sets the default options for PETSc.

Referenced by FEProblemBase::possiblyRebuildGeomSearchPatches(), AStableDirk4::solve(), ExplicitRK2::solve(), ExplicitTVDRK2::solve(), ImplicitMidpoint::solve(), LStableDirk2::solve(), LStableDirk3::solve(), LStableDirk4::solve(), and FEProblemBase::solve().

◆ initXFEM()

void FEProblemBase::initXFEM ( std::shared_ptr< XFEMInterface xfem)
inherited

Create XFEM controller object.

Definition at line 8778 of file FEProblemBase.C.

8779{
8780 _xfem = xfem;
8781 _xfem->setMesh(&_mesh);
8782 if (_displaced_mesh)
8783 _xfem->setDisplacedMesh(_displaced_mesh);
8784
8785 auto fill_data = [](auto & storage)
8786 {
8787 std::vector<MaterialData *> data(libMesh::n_threads());
8788 for (const auto tid : make_range(libMesh::n_threads()))
8789 data[tid] = &storage.getMaterialData(tid);
8790 return data;
8791 };
8792 _xfem->setMaterialData(fill_data(_material_props));
8793 _xfem->setBoundaryMaterialData(fill_data(_bnd_material_props));
8794
8795 unsigned int n_threads = libMesh::n_threads();
8796 for (unsigned int i = 0; i < n_threads; ++i)
8797 for (const auto nl_sys_num : index_range(_nl))
8798 {
8799 _assembly[i][nl_sys_num]->setXFEM(_xfem);
8801 _displaced_problem->assembly(i, nl_sys_num).setXFEM(_xfem);
8802 }
8803}
MaterialData & getMaterialData(Moose::MaterialDataType type, const THREAD_ID tid=0, const MooseObject *object=nullptr) const
void fill_data(std::map< processor_id_type, std::vector< std::set< unsigned int > > > &data, int M)

◆ isKokkosObject()

bool MooseObject::isKokkosObject ( ) const
inlineinherited

Get whether this object is a Kokkos functor The parameter MooseBase::kokkos_object_param is set by the Kokkos base classes.

Definition at line 63 of file MooseObject.h.

63{ return parameters().isKokkosObject(); }

Referenced by AttribKokkos::initFrom(), BlockRestrictable::initializeBlockRestrictable(), and BoundaryRestrictable::initializeBoundaryRestrictable().

◆ isMatPropRequested()

bool SubProblem::isMatPropRequested ( const std::string &  prop_name) const
virtualinherited

Find out if a material property has been requested by any object.

Definition at line 729 of file SubProblem.C.

730{
731 return _material_property_requested.find(prop_name) != _material_property_requested.end();
732}
std::set< std::string > _material_property_requested
set containing all material property names that have been requested by getMaterialProperty*

◆ isParamSetByUser()

bool MooseBase::isParamSetByUser ( const std::string &  name) const
inlineinherited

Test if the supplied parameter is set by a user, as opposed to not set or set to default.

Parameters
nameThe name of the parameter to test

Definition at line 205 of file MooseBase.h.

206 {
208 }

Referenced by DiffusionCG::addFEBCs(), DiffusionPhysicsBase::addInitialConditions(), CylinderComponent::addMeshGenerators(), AdvancedExtruderGenerator::AdvancedExtruderGenerator(), MFEMMesh::buildMesh(), MFEMBoundarySubMesh::buildSubMesh(), MFEMDomainSubMesh::buildSubMesh(), LibtorchNeuralNetControl::conditionalParameterError(), ConservativeAdvectionBCTempl< is_ad >::ConservativeAdvectionBCTempl(), MooseApp::copyInputs(), DiffusionPhysicsBase::DiffusionPhysicsBase(), MooseApp::errorCheck(), FileMesh::FileMesh(), FullSolveMultiApp::FullSolveMultiApp(), MeshDiagnosticsGenerator::generate(), OrientSurfaceMeshGenerator::generate(), SurfaceSubdomainsFromAllNormalsGenerator::generate(), MFEMVectorFESpace::getFECName(), MooseBase::getRenamedParam(), DefaultConvergenceBase::getSharedExecutionerParam(), AddVariableAction::init(), MFEMMesh::init(), PhysicsBase::initializePhysics(), ElementSubdomainModifierBase::initialSetup(), MatrixSymmetryCheck::MatrixSymmetryCheck(), MeshDiagnosticsGenerator::MeshDiagnosticsGenerator(), MFEMGeneratedMeshGenerator::MFEMGeneratedMeshGenerator(), MFEMVariable::MFEMVariable(), MortarConstraintBase::MortarConstraintBase(), MoveNodesByParsedExpressionModifier::moveNodes(), MultiAppGeneralFieldFunctorTransfer::MultiAppGeneralFieldFunctorTransfer(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), OrientSurfaceMeshGenerator::OrientSurfaceMeshGenerator(), SolutionInvalidityOutput::output(), Output::Output(), MultiAppGeneralFieldTransfer::outputValueConflicts(), PetscExternalPartitioner::partition(), PolyLineMeshFollowingNodeSetGenerator::PolyLineMeshFollowingNodeSetGenerator(), MooseMesh::prepare(), SolutionUserObjectBase::readXda(), ReferenceResidualConvergence::ReferenceResidualConvergence(), PhysicsBase::reportPotentiallyMissedParameters(), MooseApp::run(), MooseApp::runInputFile(), MooseApp::runInputs(), Moose::MFEM::LinearSolverBase::SetPreconditioner(), SetupMeshAction::setupMesh(), MooseApp::setupOptions(), SideSetsFromBoundingBoxGenerator::SideSetsFromBoundingBoxGenerator(), SmoothMeshGenerator::SmoothMeshGenerator(), SurfaceSubdomainsDelaunayRemesher::SurfaceSubdomainsDelaunayRemesher(), SurfaceSubdomainsFromAllNormalsGenerator::SurfaceSubdomainsFromAllNormalsGenerator(), TagVectorAux::TagVectorAux(), TimedSubdomainModifier::TimedSubdomainModifier(), TimeIntegratedPostprocessor::TimeIntegratedPostprocessor(), XYDelaunayGenerator::XYDelaunayGenerator(), and XYZDelaunayGenerator::XYZDelaunayGenerator().

◆ isParamValid()

bool MooseBase::isParamValid ( const std::string &  name) const
inlineinherited

Test if the supplied parameter is valid.

Parameters
nameThe name of the parameter to test

Definition at line 199 of file MooseBase.h.

199{ return _pars.isParamValid(name); }

Referenced by GridPartitioner::_do_partition(), HierarchicalGridPartitioner::_do_partition(), AddVariableAction::act(), AutoCheckpointAction::act(), CommonOutputAction::act(), ComposeTimeStepperAction::act(), CopyNodalVarsAction::act(), CreateDisplacedProblemAction::act(), SetAdaptivityOptionsAction::act(), SetupDebugAction::act(), SetupMeshCompleteAction::act(), DiffusionCG::addFEKernels(), DiffusionFV::addFVBCs(), DiffusionFV::addFVKernels(), DiffusionPhysicsBase::addInitialConditions(), ComponentJunction::addMeshGenerators(), CylinderComponent::addMeshGenerators(), DiffusionPhysicsBase::addPostprocessors(), AdvancedExtruderGenerator::AdvancedExtruderGenerator(), AdvectiveFluxAux::AdvectiveFluxAux(), ArrayHFEMDirichletBC::ArrayHFEMDirichletBC(), ArrayVarReductionAux::ArrayVarReductionAux(), BicubicSplineFunction::BicubicSplineFunction(), BlockDeletionGenerator::BlockDeletionGenerator(), BSplineCurveGenerator::BSplineCurveGenerator(), TimedSubdomainModifier::buildFromFile(), ParsedChainControl::buildFunction(), GeneratedMesh::buildMesh(), MooseMesh::buildTypedMesh(), CartesianGridDivision::CartesianGridDivision(), CartesianMeshGenerator::CartesianMeshGenerator(), MultiAppTransfer::checkParentAppUserObjectExecuteOn(), LibmeshPartitioner::clone(), SampledOutput::cloneMesh(), CombinedVectorPostprocessor::CombinedVectorPostprocessor(), CombinerGenerator::CombinerGenerator(), ComponentJunction::ComponentJunction(), ConservativeAdvectionBCTempl< is_ad >::ConservativeAdvectionBCTempl(), ConservativeAdvectionTempl< is_ad >::ConservativeAdvectionTempl(), FEProblemSolve::convergenceSetup(), CopyMeshPartitioner::CopyMeshPartitioner(), CSVReaderVectorPostprocessor::CSVReaderVectorPostprocessor(), CutMeshByLevelSetGeneratorBase::CutMeshByLevelSetGeneratorBase(), ConstantReporter::declareConstantReporterValue(), ConstantReporter::declareConstantReporterValues(), DGKernelBase::DGKernelBase(), DiffusionFluxAux::DiffusionFluxAux(), DomainUserObject::DomainUserObject(), DynamicObjectRegistrationAction::DynamicObjectRegistrationAction(), EigenProblemSolve::EigenProblemSolve(), ElementGenerator::ElementGenerator(), ElementGroupCentroidPositions::ElementGroupCentroidPositions(), PIDTransientControl::execute(), MultiAppNearestNodeTransfer::execute(), MultiAppUserObjectTransfer::execute(), Exodus::Exodus(), ExtraIDIntegralReporter::ExtraIDIntegralReporter(), ExtraIDIntegralVectorPostprocessor::ExtraIDIntegralVectorPostprocessor(), FEProblemBase::FEProblemBase(), FEProblemSolve::FEProblemSolve(), FileOutput::FileOutput(), SpatialUserObjectVectorPostprocessor::fillPoints(), CombinerGenerator::fillPositions(), MultiApp::fillPositions(), FiniteDifferencePreconditioner::FiniteDifferencePreconditioner(), FixedPointSolve::FixedPointSolve(), FunctionDT::FunctionDT(), FunctionValuePostprocessor::FunctionValuePostprocessor(), FVInterfaceKernel::FVInterfaceKernel(), FVMassMatrix::FVMassMatrix(), SurfaceSubdomainsDelaunayRemesher::General2DDelaunay(), AddMetaDataGenerator::generate(), BlockDeletionGenerator::generate(), BreakBoundaryOnSubdomainGenerator::generate(), BSplineCurveGenerator::generate(), ConcentricCircleMeshGenerator::generate(), DistributedRectilinearMeshGenerator::generate(), ElementGenerator::generate(), ExtraNodesetGenerator::generate(), FileMeshGenerator::generate(), GeneratedMeshGenerator::generate(), LowerDBlockFromSidesetGenerator::generate(), ManifoldSubdomainGenerator::generate(), MeshExtruderGenerator::generate(), OrientSurfaceMeshGenerator::generate(), ParsedExtraElementIDGenerator::generate(), ParsedSubdomainGeneratorBase::generate(), RenumberBySubdomainGenerator::generate(), SideSetsFromNodeSetsGenerator::generate(), SphereMeshGenerator::generate(), SubdomainBoundingBoxGenerator::generate(), SubdomainPerElementGenerator::generate(), XYDelaunayGenerator::generate(), XYMeshLineCutter::generate(), XYZDelaunayGenerator::generate(), PropertyReadFile::getFileNames(), MultiAppNearestNodeTransfer::getLocalEntitiesAndComponents(), MeshGenerator::getMeshGeneratorNameFromParam(), MeshGenerator::getMeshGeneratorNamesFromParam(), MooseBase::getRenamedParam(), MultiAppNearestNodeTransfer::getTargetLocalNodes(), AddPeriodicBCAction::getVariables(), Terminator::handleMessage(), HFEMDirichletBC::HFEMDirichletBC(), EigenExecutionerBase::init(), IterationAdaptiveDT::init(), AdvancedOutput::initAvailableLists(), AdvancedOutput::initExecutionTypes(), BlockRestrictable::initializeBlockRestrictable(), BoundaryRestrictable::initializeBoundaryRestrictable(), SolutionAux::initialSetup(), SolutionScalarAux::initialSetup(), PIDTransientControl::initialSetup(), ParsedConvergence::initialSetup(), EigenProblemSolve::initialSetup(), MooseParsedFunction::initialSetup(), MooseParsedGradFunction::initialSetup(), MooseParsedVectorFunction::initialSetup(), PiecewiseTabularBase::initialSetup(), SolutionIC::initialSetup(), Console::initialSetup(), MultiAppCloneReporterTransfer::initialSetup(), MultiAppGeneralFieldTransfer::initialSetup(), MultiAppVariableValueSampleTransfer::initialSetup(), SampledOutput::initSample(), IterationAdaptiveDT::IterationAdaptiveDT(), LeastSquaresFit::LeastSquaresFit(), LibmeshPartitioner::LibmeshPartitioner(), LibtorchNeuralNetControl::LibtorchNeuralNetControl(), PNGOutput::makePNG(), MassMatrix::MassMatrix(), MatCoupledForce::MatCoupledForce(), MeshGeneratorComponent::MeshGeneratorComponent(), MFEMProblemSolve::MFEMProblemSolve(), MooseMesh::MooseMesh(), MoosePreconditioner::MoosePreconditioner(), MooseStaticCondensationPreconditioner::MooseStaticCondensationPreconditioner(), MooseVariableBase::MooseVariableBase(), MortarConstraintBase::MortarConstraintBase(), MoveNodeGenerator::MoveNodeGenerator(), MultiApp::MultiApp(), MultiAppCloneReporterTransfer::MultiAppCloneReporterTransfer(), MultiAppGeneralFieldKDTreeTransferBase::MultiAppGeneralFieldKDTreeTransferBase(), MultiAppGeneralFieldShapeEvaluationTransfer::MultiAppGeneralFieldShapeEvaluationTransfer(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), MultiAppGeneralFieldUserObjectTransfer::MultiAppGeneralFieldUserObjectTransfer(), MultiAppPostprocessorInterpolationTransfer::MultiAppPostprocessorInterpolationTransfer(), MultiAppPostprocessorTransfer::MultiAppPostprocessorTransfer(), MultiAppReporterTransfer::MultiAppReporterTransfer(), MultiAppTransfer::MultiAppTransfer(), MultiAppUserObjectTransfer::MultiAppUserObjectTransfer(), MultiAppVariableValueSampleTransfer::MultiAppVariableValueSampleTransfer(), MultiPostprocessorConvergence::MultiPostprocessorConvergence(), MultiSystemSolveObject::MultiSystemSolveObject(), NodeSetsGeneratorBase::NodeSetsGeneratorBase(), EigenExecutionerBase::normalizeSolution(), OrientSurfaceMeshGenerator::OrientSurfaceMeshGenerator(), Output::Output(), ParsedCurveGenerator::ParsedCurveGenerator(), ParsedSubdomainGeneratorBase::ParsedSubdomainGeneratorBase(), PetscOutput::PetscOutput(), PhysicsBasedPreconditioner::PhysicsBasedPreconditioner(), EqualValueBoundaryConstraint::pickPrimaryNode(), PIDTransientControl::PIDTransientControl(), PiecewiseTabularBase::PiecewiseTabularBase(), PlaneIDMeshGenerator::PlaneIDMeshGenerator(), EqualValueBoundaryConstraint::populateSecondaryNodes(), MooseMesh::prepare(), MultiApp::readCommandLineArguments(), SolutionUserObjectBase::readExodusIIOrNemesis(), ReferenceResidualInterface::ReferenceResidualInterface(), RenameBlockGenerator::RenameBlockGenerator(), ReporterPointSource::ReporterPointSource(), PhysicsBase::reportPotentiallyMissedParameters(), ParsedSubdomainMeshGenerator::setBlockName(), MooseMesh::setCoordSystem(), FileOutput::setFileBaseInternal(), SideSetsGeneratorBase::setup(), SurfaceMeshGeneratorBase::setup(), Split::setup(), SetupMeshAction::setupMesh(), MooseApp::setupOptions(), Output::setWallTimeIntervalFromCommandLineParam(), SideDiffusiveFluxIntegralTempl< is_ad, T >::SideDiffusiveFluxIntegralTempl(), SideSetsGeneratorBase::SideSetsGeneratorBase(), SolutionUserObjectBase::SolutionUserObjectBase(), Terminator::Terminator(), TimeIntervalTimes::TimeIntervalTimes(), TimePeriod::TimePeriod(), PIDTransientControl::timestepSetup(), MultiAppDofCopyTransfer::transfer(), TransformGenerator::TransformGenerator(), TransientBase::TransientBase(), VariableCondensationPreconditioner::VariableCondensationPreconditioner(), VectorMagnitudeFunctorMaterialTempl< is_ad >::VectorMagnitudeFunctorMaterialTempl(), XYDelaunayGenerator::XYDelaunayGenerator(), and XYZDelaunayGenerator::XYZDelaunayGenerator().

◆ isSNESMFReuseBaseSetbyUser()

bool FEProblemBase::isSNESMFReuseBaseSetbyUser ( )
inlineinherited

Return a flag to indicate if _snesmf_reuse_base is set by users.

Definition at line 2632 of file FEProblemBase.h.

bool _snesmf_reuse_base_set_by_user
If or not _snesmf_reuse_base is set by user.

◆ isSolverSystemNonlinear()

bool FEProblemBase::isSolverSystemNonlinear ( const unsigned int  sys_num)
inlineinherited

◆ isSolveTerminationRequested()

virtual bool Problem::isSolveTerminationRequested ( ) const
inlinevirtualinherited

Check of termination has been requested.

This should be called by transient Executioners in the keepGoing() member.

Definition at line 43 of file Problem.h.

43{ return _termination_requested; };
bool _termination_requested
True if termination of the solve has been requested.
Definition Problem.h:58

Referenced by WebServerControl::execute(), and TransientBase::keepGoing().

◆ isTransient()

virtual bool FEProblemBase::isTransient ( ) const
inlineoverridevirtualinherited

◆ jacobianSetup()

void FEProblemBase::jacobianSetup ( )
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 10023 of file FEProblemBase.C.

10024{
10026 // We need to setup all the nonlinear systems other than our current one which actually called
10027 // this method (so we have to make sure we don't go in a circle)
10028 for (const auto i : make_range(numNonlinearSystems()))
10029 if (i != currentNlSysNum())
10030 _nl[i]->jacobianSetup();
10031 // We don't setup the aux sys because that's been done elsewhere
10033 _displaced_problem->jacobianSetup();
10034}
virtual unsigned int currentNlSysNum() const override
virtual void jacobianSetup()

Referenced by FEProblemBase::jacobianSetup(), and NonlinearSystemBase::jacobianSetup().

◆ joinAndFinalize()

void FEProblemBase::joinAndFinalize ( TheWarehouse::Query  query,
bool  isgen = false 
)
privateinherited

Definition at line 5312 of file FEProblemBase.C.

5313{
5314 std::vector<UserObject *> objs;
5315 query.queryInto(objs);
5316 if (!isgen)
5317 {
5318 // join all threaded user objects (i.e. not regular general user objects) to the primary
5319 // thread
5320 for (auto obj : objs)
5321 if (obj->primaryThreadCopy())
5322 obj->primaryThreadCopy()->threadJoin(*obj);
5323 }
5324
5325 query.condition<AttribThread>(0).queryInto(objs);
5326
5327 // finalize objects and retrieve/store any postprocessor values
5328 for (auto obj : objs)
5329 {
5330 if (isgen && dynamic_cast<ThreadedGeneralUserObject *>(obj))
5331 continue;
5332 if (isgen)
5333 {
5334 // general user objects are not run in their own threaded loop object - so run them here
5335 if (shouldPrintExecution(0))
5336 _console << "[DBG] Initializing, executing & finalizing general UO '" << obj->name()
5337 << "' on " << _current_execute_on_flag.name() << std::endl;
5338 obj->initialize();
5339 obj->execute();
5340 }
5341
5342 obj->finalize();
5343
5344 // These have to be stored piecemeal (with every call to this function) because general
5345 // postprocessors (which run last after other userobjects have been completed) might depend on
5346 // them being stored. This wouldn't be a problem if all userobjects satisfied the dependency
5347 // resolver interface and could be sorted appropriately with the general userobjects, but they
5348 // don't.
5349 auto pp = dynamic_cast<const Postprocessor *>(obj);
5350 if (pp)
5351 {
5352 _reporter_data.finalize(obj->name());
5353 setPostprocessorValueByName(obj->name(), pp->getValue());
5354 }
5355
5356 auto vpp = dynamic_cast<VectorPostprocessor *>(obj);
5357 if (vpp)
5358 _reporter_data.finalize(obj->name());
5359
5360 // Update Reporter data
5361 auto reporter = dynamic_cast<Reporter *>(obj);
5362 if (reporter)
5363 _reporter_data.finalize(obj->name());
5364 }
5365}
void setPostprocessorValueByName(const PostprocessorName &name, const PostprocessorValue &value, std::size_t t_index=0)
Set the value of a PostprocessorValue.
bool shouldPrintExecution(const THREAD_ID tid) const
Check whether the problem should output execution orders at this time.
const std::string & name() const
Base class for all Postprocessors.
void finalize(const std::string &object_name)
Helper function for performing post calculation actions via the ReporterContext objects.
Reporter objects allow for the declaration of arbitrary data types that are aggregate values for a si...
Definition Reporter.h:48
An instance of this object type has one copy per thread that runs on each thread.
Base class for Postprocessors that produce a vector of values.

Referenced by FEProblemBase::computeUserObjectsInternal().

◆ kokkosAssembly() [1/2]

Moose::Kokkos::Assembly & FEProblemBase::kokkosAssembly ( )
inlineinherited

Definition at line 363 of file FEProblemBase.h.

363{ return _kokkos_assembly; }
Moose::Kokkos::Assembly _kokkos_assembly

◆ kokkosAssembly() [2/2]

const Moose::Kokkos::Assembly & FEProblemBase::kokkosAssembly ( ) const
inlineinherited

Definition at line 364 of file FEProblemBase.h.

364{ return _kokkos_assembly; }

◆ kokkosJoinAndFinalize()

void FEProblemBase::kokkosJoinAndFinalize ( const std::vector< Moose::Kokkos::UserObject * > &  userobjs)
privateinherited

◆ linearSysNum()

unsigned int FEProblemBase::linearSysNum ( const LinearSystemName &  linear_sys_name) const
overridevirtualinherited
Returns
the linear system number corresponding to the provided linear_sys_name

Implements SubProblem.

Definition at line 7033 of file FEProblemBase.C.

7034{
7035 std::istringstream ss(linear_sys_name);
7036 unsigned int linear_sys_num;
7037 if (!(ss >> linear_sys_num) || !ss.eof())
7038 linear_sys_num = libmesh_map_find(_linear_sys_name_to_num, linear_sys_name);
7039
7040 return linear_sys_num;
7041}
std::map< LinearSystemName, unsigned int > _linear_sys_name_to_num
Map from linear system name to number.

Referenced by Moose::compute_linear_system(), FEProblemBase::computeLinearSystemSys(), LinearSystem::computeLinearSystemTags(), and DisplacedProblem::linearSysNum().

◆ lineSearch()

void FEProblemBase::lineSearch ( )
virtualinherited

execute MOOSE line search

Definition at line 2858 of file FEProblemBase.C.

2859{
2860 _line_search->lineSearch();
2861}

Referenced by ComputeLineSearchObjectWrapper::linesearch().

◆ logAdd()

void FEProblemBase::logAdd ( const std::string &  system,
const std::string &  name,
const std::string &  type,
const InputParameters params 
) const
inherited

◆ makeLinearSolverParams()

SolverParams FEProblemBase::makeLinearSolverParams ( )
staticprivateinherited

Make basic solver params for linear solves.

Definition at line 10250 of file FEProblemBase.C.

10251{
10252 SolverParams solver_params;
10253 solver_params._type = Moose::SolveType::ST_LINEAR;
10255 return solver_params;
10256}
Moose::LineSearchType _line_search
Moose::SolveType _type
@ ST_LINEAR
Solving a linear problem.
Definition MooseTypes.h:902
@ LS_NONE
Definition MooseTypes.h:983

Referenced by FEProblemBase::FEProblemBase().

◆ markFamilyPRefinement()

void SubProblem::markFamilyPRefinement ( const InputParameters params)
inherited

Mark a variable family for either disabling or enabling p-refinement with valid parameters of a variable.

Definition at line 1386 of file SubProblem.C.

1387{
1388 auto family = Utility::string_to_enum<FEFamily>(params.get<MooseEnum>("family"));
1389 bool flag = _default_families_without_p_refinement.count(family);
1390 if (params.isParamValid("disable_p_refinement"))
1391 flag = params.get<bool>("disable_p_refinement");
1392
1393 auto [it, inserted] = _family_for_p_refinement.emplace(family, flag);
1394 if (!inserted && flag != it->second)
1395 mooseError("'disable_p_refinement' not set consistently for variables in ", family);
1396}
std::unordered_map< FEFamily, bool > _family_for_p_refinement
Indicate whether a family is disabled for p-refinement.
static const std::unordered_set< FEFamily > _default_families_without_p_refinement
The set of variable families by default disable p-refinement.
Definition SubProblem.h:48

Referenced by FEProblemBase::addAuxArrayVariable(), FEProblemBase::addAuxVariable(), and FEProblemBase::addVariable().

◆ markMatPropRequested()

void SubProblem::markMatPropRequested ( const std::string &  prop_name)
virtualinherited

Helper method for adding a material property name to the _material_property_requested set.

Definition at line 723 of file SubProblem.C.

724{
725 _material_property_requested.insert(prop_name);
726}

Referenced by MaterialPropertyInterface::markMatPropRequested(), and MaterialBase::markMatPropRequested().

◆ matrixTagExists() [1/2]

bool SubProblem::matrixTagExists ( const TagName &  tag_name) const
virtualinherited

◆ matrixTagExists() [2/2]

bool SubProblem::matrixTagExists ( TagID  tag_id) const
virtualinherited

Check to see if a particular Tag exists.

Reimplemented in DisplacedProblem.

Definition at line 335 of file SubProblem.C.

336{
337 return _matrix_tag_id_to_tag_name.find(tag_id) != _matrix_tag_id_to_tag_name.end();
338}

◆ matrixTagName()

TagName SubProblem::matrixTagName ( TagID  tag)
virtualinherited

Retrieve the name associated with a TagID.

Reimplemented in DisplacedProblem.

Definition at line 356 of file SubProblem.C.

357{
358 return _matrix_tag_id_to_tag_name[tag];
359}

Referenced by SystemBase::addMatrix(), DisplacedProblem::matrixTagName(), and SystemBase::removeMatrix().

◆ mesh() [1/4]

virtual const MooseMesh & FEProblemBase::mesh ( ) const
inlineoverridevirtualinherited

Implements SubProblem.

Reimplemented in MFEMProblem.

Definition at line 183 of file FEProblemBase.h.

183{ return _mesh; }

◆ mesh() [2/4]

virtual MooseMesh & FEProblemBase::mesh ( )
inlineoverridevirtualinherited

Implements SubProblem.

Reimplemented in MFEMProblem.

Definition at line 182 of file FEProblemBase.h.

182{ return _mesh; }

Referenced by Adaptivity::adaptMesh(), FEProblemBase::addAnyRedistributers(), MultiAppConservativeTransfer::adjustTransferredSolution(), MultiAppConservativeTransfer::adjustTransferredSolutionNearestPoint(), PhysicsBasedPreconditioner::apply(), MultiAppGeneralFieldFunctorTransfer::buildKDTrees(), MultiAppGeneralFieldNearestLocationTransfer::buildKDTrees(), MultiAppVariableValueSamplePostprocessorTransfer::cacheElemToPostprocessorData(), SampledOutput::cloneMesh(), NonlinearSystemBase::computeJacobianInternal(), LinearSystem::computeLinearSystemInternal(), ComputeFullJacobianThread::computeOnInternalFace(), NonlinearSystemBase::computeResidualAndJacobianInternal(), NonlinearSystemBase::computeResidualInternal(), FEProblemBase::coordTransform(), MultiApp::createApp(), DMMooseGetEmbedding_Private(), ElementsAlongLine::ElementsAlongLine(), ElementsAlongPlane::ElementsAlongPlane(), MultiAppUserObjectTransfer::execute(), MultiAppVariableValueSamplePostprocessorTransfer::execute(), MultiAppVariableValueSampleTransfer::execute(), ElementsAlongLine::execute(), ElementsAlongPlane::execute(), IntersectionPointsAlongLine::execute(), WorkBalance::execute(), MultiAppMFEMTolibMeshShapeEvaluationTransfer::extractlibMeshNodePositions(), CentroidMultiApp::fillPositions(), QuadraturePointMultiApp::fillPositions(), MultiAppGeometricInterpolationTransfer::fillSourceInterpolationPoints(), FunctionPeriodicBoundary::FunctionPeriodicBoundary(), MultiApp::getBoundingBox(), EqualValueBoundaryConstraint::ghostPrimary(), Exodus::handleExodusIOMeshRenumbering(), FunctorPositions::initialize(), ParsedDownSelectionPositions::initialize(), FunctorTimes::initialize(), BlockRestrictable::initializeBlockRestrictable(), BoundaryRestrictable::initializeBoundaryRestrictable(), ImageFunction::initialSetup(), PiecewiseConstantFromCSV::initialSetup(), MultiAppDofCopyTransfer::initialSetup(), SolutionUserObjectBase::initialSetup(), MultiAppGeometricInterpolationTransfer::interpolateTargetPoints(), IntersectionPointsAlongLine::IntersectionPointsAlongLine(), Moose::Mortar::loopOverMortarSegments(), ReporterPointMarker::markerSetup(), FEProblemBase::mesh(), FEProblemBase::mesh(), MultiAppGeometricInterpolationTransfer::MultiAppGeometricInterpolationTransfer(), MultiAppUserObjectTransfer::MultiAppUserObjectTransfer(), BoundaryNodeIntegrityCheckThread::onNode(), ComputeNodalUserObjectsThread::onNode(), BoundaryElemIntegrityCheckThread::operator()(), ComputeLinearFVGreenGaussGradientVolumeThread::operator()(), ComputeLinearFVLimitedGradientThread::operator()(), ComputeInitialConditionThread::operator()(), Checkpoint::output(), Output::Output(), Exodus::outputEmptyTimestep(), ConsoleUtils::outputMeshInformation(), Exodus::outputNodalVariables(), Exodus::outputSetup(), Nemesis::outputSetup(), PiecewiseConstantFromCSV::PiecewiseConstantFromCSV(), SolutionUserObjectBase::pointValueGradientWrapper(), SolutionUserObjectBase::pointValueWrapper(), MeshInfo::possiblyAddDomainInfo(), ComputeLinearFVElementalThread::printBlockExecutionInformation(), ComputeLinearFVFaceThread::printBlockExecutionInformation(), BlockRestrictionDebugOutput::printBlockRestrictionGroups(), BlockRestrictionDebugOutput::printBlockRestrictionMap(), BlockRestrictionDebugOutput::printBoundaryRestrictionGroups(), MaterialPropertyDebugOutput::printMaterialMap(), TopResidualDebugOutput::printTopResiduals(), MultiAppMFEMTolibMeshShapeEvaluationTransfer::projectlibMeshNodalValues(), SolutionUserObjectBase::readExodusIIOrNemesis(), MooseApp::restore(), TransientMultiApp::setupApp(), Moose::PeriodicBCHelper::setupManualPeriodicBoundaries(), Moose::PeriodicBCHelper::setupPeriodicBoundaries(), SolutionUserObjectBase::SolutionUserObjectBase(), FixedPointSolve::solve(), TransientMultiApp::solveStep(), Moose::PetscSupport::storePetscOptions(), MultiAppDofCopyTransfer::transfer(), MultiAppMFEMTolibMeshShapeEvaluationTransfer::transferVariables(), Checkpoint::updateCheckpointFiles(), and SampledOutput::updateSample().

◆ mesh() [3/4]

MooseMesh & FEProblemBase::mesh ( bool  use_displaced)
inherited

Definition at line 701 of file FEProblemBase.C.

702{
703 if (use_displaced && !_displaced_problem)
704 mooseWarning("Displaced mesh was requested but the displaced problem does not exist. "
705 "Regular mesh will be returned");
706 return ((use_displaced && _displaced_problem) ? _displaced_problem->mesh() : mesh());
707}

◆ mesh() [4/4]

const MooseMesh & FEProblemBase::mesh ( bool  use_displaced) const
overridevirtualinherited

Implements SubProblem.

Definition at line 692 of file FEProblemBase.C.

693{
694 if (use_displaced && !_displaced_problem)
695 mooseWarning("Displaced mesh was requested but the displaced problem does not exist. "
696 "Regular mesh will be returned");
697 return ((use_displaced && _displaced_problem) ? _displaced_problem->mesh() : mesh());
698}

◆ meshChanged() [1/2]

virtual void FEProblemBase::meshChanged ( )
inlineprotectedvirtualinherited

Deprecated.

Users should switch to overriding the meshChanged which takes arguments

Definition at line 3041 of file FEProblemBase.h.

3041{}

Referenced by FEProblemBase::adaptMesh(), FEProblemBase::initialAdaptMesh(), FEProblemBase::meshChanged(), FEProblemBase::timestepSetup(), FEProblemBase::uniformRefine(), and FEProblemBase::updateMeshXFEM().

◆ meshChanged() [2/2]

void FEProblemBase::meshChanged ( bool  intermediate_change,
bool  contract_mesh,
bool  clean_refinement_flags 
)
virtualinherited

Update data after a mesh change.

Iff intermediate_change is true, only perform updates as necessary to prepare for another mesh change immediately-subsequent. An example of data that is not updated during an intermediate change is libMesh System matrix data. An example of data that \emph is updated during an intermediate change is libMesh System vectors. These vectors are projected or restricted based off of adaptive mesh refinement or the changing of element subdomain IDs. The flags contract_mesh and clean_refinement_flags should generally only be set to true when the mesh has changed due to mesh refinement. contract_mesh deletes children of coarsened elements and renumbers nodes and elements. clean_refinement_flags resets refinement flags such that any subsequent calls to System::restrict_vectors or System::prolong_vectors before another AMR step do not mistakenly attempt to re-do the restriction/prolongation which occurred in this method

Definition at line 8836 of file FEProblemBase.C.

8839{
8840 TIME_SECTION("meshChanged", 3, "Handling Mesh Changes");
8841
8843
8846 _mesh.cacheChangedLists(); // Currently only used with adaptivity and stateful material
8847 // properties
8848
8849 // Clear these out because they corresponded to the old mesh
8850 _ghosted_elems.clear();
8852
8853 // The mesh changed. We notify the MooseMesh first, because
8854 // callbacks (e.g. for sparsity calculations) triggered by the
8855 // EquationSystems reinit may require up-to-date MooseMesh caches.
8857
8858 // If we're just going to alter the mesh again, all we need to
8859 // handle here is AMR and projections, not full system reinit
8860 if (intermediate_change)
8861 es().reinit_solutions();
8862 else
8863 es().reinit();
8864
8865 if (contract_mesh)
8866 // Once vectors are restricted, we can delete children of coarsened elements
8867 _mesh.getMesh().contract();
8868 if (clean_refinement_flags)
8869 {
8870 // Finally clear refinement flags so that if someone tries to project vectors again without
8871 // an intervening mesh refinement to clear flags they won't run into trouble
8873 refinement.clean_refinement_flags();
8874 }
8875
8876 if (!intermediate_change)
8877 {
8878 // Since the mesh has changed, we need to make sure that we update any of our
8879 // MOOSE-system specific data.
8880 for (auto & sys : _solver_systems)
8881 sys->reinit();
8882 _aux->reinit();
8883 }
8884
8885 // Updating MooseMesh first breaks other adaptivity code, unless we
8886 // then *again* update the MooseMesh caches. E.g. the definition of
8887 // "active" and "local" may have been *changed* by refinement and
8888 // repartitioning done in EquationSystems::reinit().
8890
8891 // If we have finite volume variables, we will need to recompute additional elemental/face
8892 // quantities
8895
8896 // Let the meshChangedInterface notify the mesh changed event before we update the active
8897 // semilocal nodes, because the set of ghosted elements may potentially be updated during a mesh
8898 // changed event.
8899 for (const auto & mci : _notify_when_mesh_changes)
8900 mci->meshChanged();
8901
8902 // Since the Mesh changed, update the PointLocator object used by DiracKernels.
8904
8905 // Need to redo ghosting
8907
8909 {
8910 _displaced_problem->meshChanged(contract_mesh, clean_refinement_flags);
8912 }
8913
8915
8918
8919 // Just like we reinitialized our geometric search objects, we also need to reinitialize our
8920 // mortar meshes. Note that this needs to happen after DisplacedProblem::meshChanged because the
8921 // mortar mesh discretization will depend necessarily on the displaced mesh being re-displaced
8922 _mortar_data->meshChanged();
8923
8924 // Nonlinear systems hold the mortar mesh functors. The domains of definition of the mortar
8925 // functors might have changed when the mesh changed.
8926 for (auto & nl_sys : _nl)
8927 nl_sys->reinitMortarFunctors();
8928
8929 reinitBecauseOfGhostingOrNewGeomObjects(/*mortar_changed=*/true);
8930
8931 // We need to create new storage for newly active elements, and copy
8932 // stateful properties from the old elements.
8935 {
8936 if (havePRefinement())
8938
8939 // Prolong properties onto newly refined elements' children
8940 {
8942 /* refine = */ true, *this, _material_props, _bnd_material_props, _assembly);
8943 const auto & range = *_mesh.refinedElementRange();
8944 Threads::parallel_reduce(range, pmp);
8945
8946 // Concurrent erasure from the shared hash map is not safe while we are reading from it in
8947 // ProjectMaterialProperties, so we handle erasure here. Moreover, erasure based on key is
8948 // not thread safe in and of itself because it is a read-write operation. Note that we do not
8949 // do the erasure for p-refinement because the coarse level element is the same as our active
8950 // refined level element
8951 if (!doingPRefinement())
8952 for (const auto & elem : range)
8953 {
8957 }
8958 }
8959
8960 // Restrict properties onto newly coarsened elements
8961 {
8963 /* refine = */ false, *this, _material_props, _bnd_material_props, _assembly);
8964 const auto & range = *_mesh.coarsenedElementRange();
8965 Threads::parallel_reduce(range, pmp);
8966 // Note that we do not do the erasure for p-refinement because the coarse level element is the
8967 // same as our active refined level element
8968 if (!doingPRefinement())
8969 for (const auto & elem : range)
8970 {
8971 auto && coarsened_children = _mesh.coarsenedElementChildren(elem);
8972 for (auto && child : coarsened_children)
8973 {
8977 }
8978 }
8979 }
8980 }
8981
8984
8985 _has_jacobian = false; // we have to recompute jacobian when mesh changed
8986
8987 // Now for backwards compatibility with user code that overrode the old no-arg meshChanged we must
8988 // call it here
8989 meshChanged();
8990}
void updatePointLocator(const MooseMesh &mesh)
Called during FEProblemBase::meshChanged() to update the PointLocator object used by the DiracKernels...
std::vector< MeshChangedInterface * > _notify_when_mesh_changes
Objects to be notified when the mesh changes.
virtual void ghostGhostedBoundaries() override
Causes the boundaries added using addGhostedBoundary to actually be ghosted.
void reinit()
Completely redo all geometric search objects.
void eraseProperty(const Elem *elem)
Remove the property storage and element pointer from internal data structures Use this when elements ...
void markMeshChangedForBackup()
Mark this app as requiring mesh topology data in its next Backup object.
Definition MooseApp.h:755
void setupFiniteVolumeMeshData() const
Sets up the additional data needed for finite volume computations.
Definition MooseMesh.C:4201
void meshChanged()
Declares that the MooseMesh has changed, invalidates cached data and rebuilds caches.
Definition MooseMesh.C:892
const std::vector< const Elem * > & coarsenedElementChildren(const Elem *elem) const
Get the newly removed children element ids for an element that was just coarsened.
Definition MooseMesh.C:952
ConstElemPointerRange * refinedElementRange() const
Return a range that is suitable for threaded execution over elements that were just refined.
Definition MooseMesh.C:940
bool isFiniteVolumeInfoDirty() const
Definition MooseMesh.h:1459
void cacheChangedLists()
Cache information about what elements were refined and coarsened in the previous step.
Definition MooseMesh.C:922
ConstElemPointerRange * coarsenedElementRange() const
Return a range that is suitable for threaded execution over elements that were just coarsened.
Definition MooseMesh.C:946
void buildPRefinementAndCoarseningMaps(Assembly *assembly)
Definition MooseMesh.C:2427
bool havePRefinement() const
Query whether p-refinement has been requested at any point during the simulation.
bool doingPRefinement() const

Referenced by MoveNodesByParsedExpressionModifier::execute(), ActivateElementsUserObjectBase::finalize(), SidesetAroundSubdomainUpdater::finalize(), Exodus::handleExodusIOMeshRenumbering(), ElementSubdomainModifierBase::modify(), MooseApp::restore(), TransientMultiApp::setupApp(), and Adaptivity::uniformRefineWithProjection().

◆ meshDisplaced()

void FEProblemBase::meshDisplaced ( )
protectedvirtualinherited

Update data after a mesh displaced.

Definition at line 9005 of file FEProblemBase.C.

9006{
9007 for (const auto & mdi : _notify_when_mesh_displaces)
9008 mdi->meshDisplaced();
9009}
std::vector< MeshDisplacedInterface * > _notify_when_mesh_displaces
Objects to be notified when the mesh displaces.
virtual void meshDisplaced()
Update data after a mesh displaced.

Referenced by DisplacedProblem::updateMesh(), and DisplacedProblem::updateMesh().

◆ messagePrefix() [1/2]

std::string MooseBase::messagePrefix ( const bool  hit_prefix = true) const
inlineinherited
Returns
A prefix to be used in messages that contain the input file location associated with this object (if any) and the name and type of the object.

Definition at line 256 of file MooseBase.h.

257 {
258 return messagePrefix(_pars, hit_prefix);
259 }

Referenced by MooseBase::callMooseError(), MooseBase::errorPrefix(), MooseBase::messagePrefix(), MooseBase::mooseDeprecated(), MooseBase::mooseDeprecatedNoTrace(), MooseBase::mooseInfo(), and MooseBase::mooseWarning().

◆ messagePrefix() [2/2]

std::string MooseBase::messagePrefix ( const InputParameters params,
const bool  hit_prefix 
)
staticprivateinherited

Internal method for getting the message prefix for an object (object type, name, etc).

Needs to be static so that we can call it externally from InputParameters for errors that do not have context of the MooseBase

Definition at line 140 of file MooseBase.C.

141{
142 std::string prefix = "";
143
144 if (hit_prefix)
145 if (const auto node = MooseBase::getHitNode(params))
146 prefix += Moose::hitMessagePrefix(*node);
147
148 // Don't have context without type and name
149 if (!params.isMooseBaseObject())
150 return prefix;
151
152 const auto & name = params.getObjectName();
153 const std::string base = params.hasBase() ? params.getBase() : "object";
154 const bool is_main_app = base == "Application" && name == AppFactory::main_app_name;
155 prefix += "The following occurred in the ";
156 if (is_main_app)
157 prefix += "main " + base;
158 else
159 prefix += base;
160 if (base != params.getObjectName() && name.size() && !is_main_app)
161 prefix += " '" + name + "'";
162 prefix += " of type " + params.getObjectType() + ".";
163 return prefix + "\n\n";
164}
static const std::string main_app_name
The name for the "main" moose application.
Definition AppFactory.h:68
bool isMooseBaseObject() const
const std::string & getObjectType() const
std::string hitMessagePrefix(const hit::Node &node)
Get the prefix to be associated with a hit node for a message.
Definition Moose.C:909

◆ mooseDeprecated() [1/2]

template<typename... Args>
void MooseBase::mooseDeprecated ( Args &&...  args) const
inlineinherited

Emits a deprecation warning prefixed with the object name and type, and a stack trace.

Definition at line 317 of file MooseBase.h.

318 {
320 _console, false, true, true, messagePrefix(true), std::forward<Args>(args)...);
321 }
void mooseDeprecatedStream(S &oss, const bool expired, const bool print_title, const bool show_trace, Args &&... args)
Definition MooseError.h:252

Referenced by MooseApp::addCapability(), DataFileInterface::getDataFileName(), DataFileInterface::getDataFileNameByName(), MooseApp::getRecoverFileBase(), MooseApp::hasRecoverFileBase(), and MooseApp::setupOptions().

◆ mooseDeprecated() [2/2]

template<typename... Args>
void SolutionInvalidInterface::mooseDeprecated ( Args &&...  args) const
inlineinherited

◆ mooseDeprecatedNoTrace()

template<typename... Args>
void MooseBase::mooseDeprecatedNoTrace ( Args &&...  args) const
inlineinherited

Emits a deprecation warning prefixed with the object name and type, and no stack trace.

Definition at line 327 of file MooseBase.h.

328 {
330 _console, false, true, false, messagePrefix(true), std::forward<Args>(args)...);
331 }

◆ mooseDocumentedError()

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

Definition at line 277 of file MooseBase.h.

280 {
282 repo_name, issue_num, argumentsToString(std::forward<Args>(args)...)),
283 /* with_prefix = */ true);
284 }
std::string formatMooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, const std::string &msg)
Formats a documented error.
Definition MooseError.C:140

Referenced by ManifoldSubdomainGenerator::ManifoldSubdomainGenerator().

◆ mooseError()

template<typename... Args>
void MooseBase::mooseError ( Args &&...  args) const
inlineinherited

Emits an error prefixed with object name and type and optionally a file path to the top-level block parameter if available.

Definition at line 271 of file MooseBase.h.

272 {
273 callMooseError(argumentsToString(std::forward<Args>(args)...), /* with_prefix = */ true);
274 }

Referenced by CopyMeshPartitioner::_do_partition(), GridPartitioner::_do_partition(), HierarchicalGridPartitioner::_do_partition(), PetscExternalPartitioner::_do_partition(), AdaptivityAction::act(), AddBoundsVectorsAction::act(), AddFVICAction::act(), AddICAction::act(), AddMeshGeneratorAction::act(), AddPeriodicBCAction::act(), AddTimeStepperAction::act(), AddVectorPostprocessorAction::act(), ChainControlSetupAction::act(), CheckFVBCAction::act(), CheckIntegrityAction::act(), CombineComponentsMeshes::act(), CommonOutputAction::act(), CreateDisplacedProblemAction::act(), CreateExecutionerAction::act(), CreateProblemAction::act(), CreateProblemDefaultAction::act(), CSGOnlyAction::act(), DeprecatedBlockAction::act(), InitProblemAction::act(), MaterialDerivativeTestAction::act(), MaterialOutputAction::act(), SetAdaptivityOptionsAction::act(), SetupDebugAction::act(), SetupMeshAction::act(), SetupMeshCompleteAction::act(), SetupPredictorAction::act(), SetupTimeStepperAction::act(), SplitMeshAction::act(), Action::Action(), AddActionComponentAction::AddActionComponentAction(), PhysicsComponentInterface::addBoundaryConditionsFromComponents(), MooseApp::addCapabilityInternal(), DistributedRectilinearMeshGenerator::addElement(), MooseApp::addExecutor(), SubProblem::addFunctor(), PhysicsComponentInterface::addInitialConditionsFromComponents(), ComponentJunction::addMeshGenerators(), MeshGenerator::addMeshSubgenerator(), SubProblem::addPiecewiseByBlockLambdaFunctor(), DistributedRectilinearMeshGenerator::addPoint(), DiracKernelBase::addPointWithValidId(), CreateDisplacedProblemAction::addProxyRelationshipManagers(), MooseMesh::addQuadratureNode(), AddActionComponentAction::addRelationshipManagers(), WebServerControl::addServerAction(), AddVariableAction::addVariable(), SubProblem::addVectorTag(), MooseVariableScalar::adUDot(), Output::advancedExecuteOn(), MooseVariableBase::allDofIndices(), MooseApp::appNameToLibName(), MultiApp::appPostprocessorValue(), MultiApp::appProblem(), MultiApp::appProblemBase(), MultiApp::appUserObjectBase(), MooseApp::attachRelationshipManagers(), MooseApp::attachRelationshipManagers(), FEProblemBase::automaticScaling(), Function::average(), BatchMeshGeneratorAction::BatchMeshGeneratorAction(), MooseMesh::buildCoarseningMap(), MultiApp::buildComm(), DistributedRectilinearMeshGenerator::buildCube(), PiecewiseTabularInterface::buildFromFile(), PiecewiseTabularInterface::buildFromJSON(), PiecewiseTabularInterface::buildFromXY(), MooseMesh::buildLowerDMesh(), GeneratedMesh::buildMesh(), MeshGeneratorMesh::buildMesh(), SpiralAnnularMesh::buildMesh(), TiledMesh::buildMesh(), MooseMesh::buildRefinementMap(), MaterialBase::buildRequiredMaterials(), MooseMesh::buildTypedMesh(), MooseMesh::cacheFaceInfoVariableOwnership(), CartesianGridDivision::CartesianGridDivision(), CartesianMeshGenerator::CartesianMeshGenerator(), EigenExecutionerBase::chebyshev(), SubProblem::checkBlockMatProps(), PhysicsBase::checkBlockRestrictionIdentical(), ComponentBoundaryConditionInterface::checkBoundaryConditionsAllRequested(), SubProblem::checkBoundaryMatProps(), PhysicsBase::checkComponentType(), IterationCountConvergence::checkConvergence(), MooseMesh::checkCoordinateSystems(), DiffusionLHDGAssemblyHelper::checkCoupling(), DefaultConvergenceBase::checkDuplicateSetSharedExecutionerParams(), MooseMesh::checkDuplicateSubdomainNames(), MaterialBase::checkExecutionStage(), FVFluxBC::checkFaceIntegrity(), FVInterfaceKernel::checkFaceIntegrity(), MeshGenerator::checkGetMesh(), ReporterTransferInterface::checkHasReporterValue(), EigenExecutionerBase::checkIntegrity(), Eigenvalue::checkIntegrity(), ExplicitTimeIntegrator::checkLinearConvergence(), MooseApp::checkMetaDataIntegrity(), MeshDiagnosticsGenerator::checkNonConformalMeshFromAdaptivity(), MeshDiagnosticsGenerator::checkNonMatchingEdges(), PostprocessorInterface::checkParam(), Moose::PeriodicBCHelper::checkPeriodicParams(), Sampler::checkReinitStatus(), MultiAppTransfer::checkSiblingsTransferSupported(), MaterialBase::checkStatefulSanity(), AddDefaultConvergenceAction::checkUnusedMultiAppFixedPointConvergenceParameters(), AddDefaultConvergenceAction::checkUnusedNonlinearConvergenceParameters(), AddDefaultConvergenceAction::checkUnusedSteadyStateConvergenceParameters(), Moose::PetscSupport::checkUserProvidedPetscOption(), MultiAppTransfer::checkVariable(), MeshDiagnosticsGenerator::checkWatertightNodesets(), MeshDiagnosticsGenerator::checkWatertightSidesets(), MooseMesh::clone(), LibmeshPartitioner::clone(), CombinerGenerator::CombinerGenerator(), MooseVariableFieldBase::componentName(), VariableCondensationPreconditioner::computeDInverseDiag(), CompositionDT::computeDT(), MooseVariableFieldBase::computeFaceValues(), TimeStepper::computeFailedDT(), IterationAdaptiveDT::computeFailedDT(), MooseMesh::computeFiniteVolumeCoords(), Moose::Kokkos::ResidualObject::computeOffDiagJacobian(), MaterialBase::computeProperties(), ResidualObject::computeResidualAndJacobian(), TimeStepper::computeStep(), AStableDirk4::computeTimeDerivatives(), BDF2::computeTimeDerivatives(), CrankNicolson::computeTimeDerivatives(), ExplicitEuler::computeTimeDerivatives(), ExplicitRK2::computeTimeDerivatives(), ExplicitTVDRK2::computeTimeDerivatives(), ImplicitEuler::computeTimeDerivatives(), ImplicitMidpoint::computeTimeDerivatives(), LStableDirk2::computeTimeDerivatives(), LStableDirk3::computeTimeDerivatives(), LStableDirk4::computeTimeDerivatives(), NewmarkBeta::computeTimeDerivatives(), ConcentricCircleMesh::ConcentricCircleMesh(), ConditionalEnableControl::ConditionalEnableControl(), TimeStepper::constrainStep(), LibtorchNeuralNetControl::controlNeuralNet(), TransientBase::convergedToSteadyState(), ParsedConvergence::convertRealToBool(), MooseApp::copyInputs(), CopyMeshPartitioner::CopyMeshPartitioner(), MultiApp::createApp(), MooseApp::createExecutors(), AddVariableAction::createInitialConditionAction(), MooseApp::createRMFromTemplateAndInit(), Function::curl(), ReporterTransferInterface::declareClone(), Moose::Kokkos::MaterialBase::declareKokkosPropertyInternal(), MeshGenerator::declareMeshProperty(), ReporterTransferInterface::declareVectorClone(), FunctorRelationshipManager::delete_remote_elements(), MooseMesh::deleteRemoteElements(), MooseApp::determineLibtorchDeviceType(), MeshDiagnosticsGenerator::diagnosticsLog(), Function::div(), FunctorBinnedValuesDivision::divisionIndex(), FunctorRelationshipManager::dofmap_reinit(), MooseApp::dynamicAllRegistration(), MooseApp::dynamicAppRegistration(), DistributedRectilinearMeshGenerator::elemId(), MooseApp::errorCheck(), MooseMesh::errorIfDistributedMesh(), MultiAppTransfer::errorIfObjectExecutesOnTransferInSourceApp(), FixedPointSolve::examineFixedPointConvergence(), Eigenvalue::execute(), TransientBase::execute(), WebServerControl::execute(), MooseApp::executeExecutioner(), FVInterfaceKernel::faceArg1(), FVInterfaceKernel::faceArg2(), MultiApp::fillPositions(), MooseApp::finalizeRestore(), Transfer::find_sys(), DiracKernelInfo::findPoint(), FixedPointSolve::findTransformedSystem(), FixedPointSolve::FixedPointSolve(), FunctionDT::FunctionDT(), FunctionScalarAux::FunctionScalarAux(), FunctionScalarIC::FunctionScalarIC(), LinearFVBoundaryCondition::functorFaceArg(), FVInitialConditionTempl< T >::FVInitialConditionTempl(), FVScalarLagrangeMultiplierInterface::FVScalarLagrangeMultiplierInterface(), AdvancedExtruderGenerator::generate(), BoundingBoxNodeSetGenerator::generate(), CoarsenBlockGenerator::generate(), CombinerGenerator::generate(), CutMeshByLevelSetGeneratorBase::generate(), DistributedRectilinearMeshGenerator::generate(), ElementOrderConversionGenerator::generate(), ExtraNodesetGenerator::generate(), FileMeshGenerator::generate(), FlipSidesetGenerator::generate(), GeneratedMeshGenerator::generate(), LowerDBlockFromSidesetGenerator::generate(), MeshCollectionGenerator::generate(), MeshDiagnosticsGenerator::generate(), MeshExtruderGenerator::generate(), MeshRepairGenerator::generate(), MoveNodeGenerator::generate(), PlaneIDMeshGenerator::generate(), PolyLineMeshFollowingNodeSetGenerator::generate(), ProjectSideSetOntoLevelSetGenerator::generate(), RenameBlockGenerator::generate(), RenameBoundaryGenerator::generate(), RenumberBySubdomainGenerator::generate(), SmoothMeshGenerator::generate(), SpiralAnnularMeshGenerator::generate(), StackGenerator::generate(), SubdomainBoundingBoxGenerator::generate(), SubdomainPerElementGenerator::generate(), TiledMeshGenerator::generate(), XYMeshLineCutter::generate(), XYZDelaunayGenerator::generate(), PatternedMeshGenerator::generate(), MeshGenerator::generateCSG(), MeshGenerator::generateData(), GeneratedMesh::GeneratedMesh(), GeneratedMeshGenerator::GeneratedMeshGenerator(), MeshGenerator::generateInternal(), MeshGenerator::generateInternalCSG(), CircularBoundaryCorrectionGenerator::generateRadialCorrectionFactor(), MooseMesh::getAxisymmetricRadialCoord(), MooseMesh::getBlockConnectedBlocks(), MooseMesh::getBoundaryID(), MultiApp::getBoundingBox(), ChainControl::getChainControlDataByName(), WebServerControl::getClientInfo(), MooseMesh::getCoarseningMap(), MultiApp::getCommandLineArgs(), MooseVariableBase::getContinuity(), Control::getControllableParameterByName(), MooseMesh::getCoordSystem(), PhysicsBase::getCoupledPhysics(), PhysicsBase::getCoupledPhysics(), DataFileInterface::getDataFilePath(), TransfiniteMeshGenerator::getDiscreteEdge(), MooseVariableBase::getDofIndices(), VariableCondensationPreconditioner::getDofToCondense(), TransfiniteMeshGenerator::getEdge(), EigenExecutionerBase::getEigenSystemConvergence(), MooseMesh::getElementIDIndex(), Material::getElementIDNeighbor(), Material::getElementIDNeighborByName(), MooseMesh::getElemIDMapping(), MooseMesh::getElemIDsOnBlocks(), WebServerControl::Response::getError(), MultiApp::getExecutioner(), MooseApp::getExecutor(), MultiAppTransfer::getFromMultiApp(), MultiAppTransfer::getFromMultiAppInfo(), SubProblem::getFunctor(), MooseMesh::getGeneralAxisymmetricCoordAxis(), MaterialPropertyInterface::getGenericMaterialPropertyByName(), DistributedRectilinearMeshGenerator::getGhostNeighbors(), DistributedRectilinearMeshGenerator::getIndices(), MaterialPropertyInterface::getKokkosBlockMaterialProperty(), FunctionInterface::getKokkosFunctionByName(), MaterialPropertyInterface::getKokkosMaterialPropertyByName(), Material::getMaterialByName(), SubProblem::getMatrixTagID(), AnnularMesh::getMaxInDimension(), GeneratedMesh::getMaxInDimension(), MeshGenerator::getMeshGeneratorNameFromParam(), MeshGenerator::getMeshGeneratorNamesFromParam(), AnnularMesh::getMinInDimension(), GeneratedMesh::getMinInDimension(), MultiAppTransfer::getMultiApp(), DistributedRectilinearMeshGenerator::getNeighbors(), MooseMesh::getNodeBlockIds(), MooseMesh::getNodeList(), MooseMesh::getPairedBoundaryMapping(), MaterialOutputAction::getParams(), PlaneIDMeshGenerator::getPlaneID(), PostprocessorInterface::getPostprocessorValueByNameInternal(), ComponentMaterialPropertyInterface::getPropertyValue(), MooseMesh::getRefinementMap(), MooseBase::getRenamedParam(), ReporterInterface::getReporterContextBaseByName(), ReporterInterface::getReporterName(), Reporter::getReporterValueName(), MooseApp::getRestartableDataMap(), MooseApp::getRestartableDataMapName(), MooseApp::getRestartableMetaData(), MooseApp::getRMClone(), MooseObject::getSharedPtr(), MooseObject::getSharedPtr(), PhysicsBase::getSolverSystem(), MooseMesh::getSubdomainBoundaryIds(), TransientBase::getTimeIntegratorNames(), MultiAppTransfer::getToMultiApp(), MultiAppTransfer::getToMultiAppInfo(), MooseMesh::getUniqueCoordSystem(), UserObjectInterface::getUserObjectBaseByName(), UserObjectInterface::getUserObjectName(), AddPeriodicBCAction::getVariables(), VectorPostprocessorInterface::getVectorPostprocessorName(), SubProblem::getVectorTag(), SubProblem::getVectorTagID(), MultiApp::globalAppToLocal(), Function::gradient(), MooseVariableBase::hasDoFsOnNodes(), PostprocessorInterface::hasPostprocessor(), PostprocessorInterface::hasPostprocessorByName(), ReporterInterface::hasReporterValue(), ReporterInterface::hasReporterValueByName(), VectorPostprocessorInterface::hasVectorPostprocessor(), VectorPostprocessorInterface::hasVectorPostprocessor(), VectorPostprocessorInterface::hasVectorPostprocessorByName(), VectorPostprocessorInterface::hasVectorPostprocessorByName(), TransientBase::incrementStepOrReject(), NEML2Action::inferMOOSEIOType(), AddVariableAction::init(), MooseMesh::init(), Sampler::init(), EigenExecutionerBase::init(), TransientBase::init(), MFEMMesh::init(), CrankNicolson::init(), ExplicitTimeIntegrator::init(), FixedPointIterationAdaptiveDT::init(), IterationAdaptiveDT::init(), MultiApp::init(), NestedDivision::initialize(), ParsedConvergence::initializeConstantSymbol(), PhysicsBase::initializePhysics(), SubProblem::initialSetup(), AuxKernelBase::initialSetup(), SolutionScalarAux::initialSetup(), FullSolveMultiApp::initialSetup(), ExplicitTimeIntegrator::initialSetup(), Function::integral(), InternalSideIndicatorBase::InternalSideIndicatorBase(), EigenExecutionerBase::inversePowerIteration(), Sampler::isAdaptiveSamplingCompleted(), MooseMesh::isBoundaryFullyExternalToSubdomains(), MooseVariableBase::isNodal(), IterationAdaptiveDT::IterationAdaptiveDT(), IterationCountConvergence::IterationCountConvergence(), LibmeshPartitioner::LibmeshPartitioner(), MooseApp::libNameToAppName(), LibtorchNeuralNetControl::LibtorchNeuralNetControl(), LineSearch::lineSearch(), MooseApp::loadLibraryAndDependencies(), ReporterPointMarker::markerSetup(), SubProblem::markFamilyPRefinement(), Material::Material(), Distribution::median(), FunctorRelationshipManager::mesh_reinit(), MeshDiagnosticsGenerator::MeshDiagnosticsGenerator(), MeshExtruderGenerator::MeshExtruderGenerator(), MeshRepairGenerator::MeshRepairGenerator(), SetupMeshAction::modifyParamsForUseSplit(), MeshMetaDataInterface::mooseErrorInternal(), MooseMesh::MooseMesh(), MooseObject::MooseObject(), UserObjectInterface::mooseObjectError(), MooseVariableBase::MooseVariableBase(), MoveNodeGenerator::MoveNodeGenerator(), MultiApp::MultiApp(), MultiAppTransfer::MultiAppTransfer(), NewmarkBeta::NewmarkBeta(), DistributedRectilinearMeshGenerator::nodeId(), DistributedRectilinearMeshGenerator::numNeighbors(), Output::onInterval(), FunctorRelationshipManager::operator()(), RelationshipManager::operator==(), ActionComponent::outerSurfaceArea(), ActionComponent::outerSurfaceBoundaries(), MortarNodalGeometryOutput::output(), Output::Output(), MooseApp::outputMachineReadableData(), DistributedRectilinearMeshGenerator::paritionSquarely(), ParsedConvergence::ParsedConvergence(), ParsedCurveGenerator::ParsedCurveGenerator(), ExplicitTimeIntegrator::performExplicitSolve(), PetscExternalPartitioner::PetscExternalPartitioner(), PhysicsBasedPreconditioner::PhysicsBasedPreconditioner(), PIDTransientControl::PIDTransientControl(), PiecewiseTabularInterface::PiecewiseTabularInterface(), CutMeshByLevelSetGeneratorBase::pointPairLevelSetInterception(), ProjectSideSetOntoLevelSetGenerator::pointPairLevelSetInterception(), ReporterInterface::possiblyCheckHasReporter(), VectorPostprocessorInterface::possiblyCheckHasVectorPostprocessorByName(), AStableDirk4::postResidual(), ExplicitRK2::postResidual(), ExplicitTVDRK2::postResidual(), ImplicitMidpoint::postResidual(), LStableDirk2::postResidual(), LStableDirk3::postResidual(), LStableDirk4::postResidual(), VariableCondensationPreconditioner::preallocateCondensedJacobian(), Predictor::Predictor(), TransientBase::preExecute(), MooseMesh::prepare(), MooseMesh::prepared(), FixedPointSolve::printFixedPointConvergenceReason(), MultiApp::readCommandLineArguments(), CoarsenBlockGenerator::recursiveCoarsen(), MooseApp::recursivelyCreateExecutors(), FunctorRelationshipManager::redistribute(), MooseApp::registerRestartableData(), MooseApp::registerRestartableNameWithFilter(), Sampler::reinit(), MooseApp::removeRelationshipManager(), PhysicsBase::reportPotentiallyMissedParameters(), MooseApp::restore(), RinglebMesh::RinglebMesh(), RinglebMeshGenerator::RinglebMeshGenerator(), MooseApp::run(), MooseApp::runInputs(), ScalarComponentIC::ScalarComponentIC(), DistributedRectilinearMeshGenerator::scaleNodalPositions(), FunctorRelationshipManager::set_mesh(), MooseVariableBase::setActiveTags(), DistributedRectilinearMeshGenerator::setBoundaryNames(), MooseMesh::setCoordSystem(), MooseMesh::setGeneralAxisymmetricCoordAxes(), MeshGenerator::setMeshProperty(), MooseApp::setMFEMDevice(), Sampler::setNumberOfCols(), Sampler::setNumberOfRandomSeeds(), Sampler::setNumberOfRows(), Moose::MFEM::LinearSolverBase::SetPreconditioner(), Split::setup(), TransientMultiApp::setupApp(), Moose::PeriodicBCHelper::setupAutoPeriodicBoundaries(), Moose::PeriodicBCHelper::setupManualPeriodicBoundaries(), SetupMeshAction::setupMesh(), MooseApp::setupOptions(), TimeSequenceStepperBase::setupSequence(), TransientBase::setupTimeIntegrator(), PhysicsBase::shouldCreateIC(), PhysicsBase::shouldCreateTimeDerivative(), PhysicsBase::shouldCreateVariable(), SingleMatrixPreconditioner::SingleMatrixPreconditioner(), MooseVariableBase::sizeMatrixTagData(), SmoothMeshGenerator::SmoothMeshGenerator(), SolutionTimeAdaptiveDT::SolutionTimeAdaptiveDT(), Moose::MFEM::LinearSolverBase::Solve(), TimeIntegrator::solve(), ExplicitRK2::solve(), ExplicitTVDRK2::solve(), FullSolveMultiApp::solveStep(), UserObject::spatialPoints(), UserObject::spatialValue(), SpiralAnnularMesh::SpiralAnnularMesh(), SpiralAnnularMeshGenerator::SpiralAnnularMeshGenerator(), MeshRepairGenerator::splitNonConvexPolygons(), WebServerControl::startServer(), StitchedMesh::StitchedMesh(), MaterialBase::subdomainSetup(), CutMeshByLevelSetGeneratorBase::tet4ElemCutter(), Action::timedAct(), Function::timeDerivative(), Function::timeIntegral(), ParsedCurveGenerator::tSectionSpaceDefiner(), MooseVariableScalar::uDot(), MooseVariableScalar::uDotDot(), MooseVariableScalar::uDotDotOld(), MooseVariableScalar::uDotOld(), MooseBase::uniqueName(), AuxScalarKernel::uOld(), ScalarKernelBase::uOld(), Function::value(), VariableCondensationPreconditioner::VariableCondensationPreconditioner(), PhysicsBase::variableExists(), MultiAppTransfer::variableIntegrityCheck(), AddVariableAction::variableType(), SubProblem::vectorTagName(), SubProblem::vectorTagType(), Function::vectorValue(), SubProblem::verifyVectorTags(), ActionComponent::volume(), WebServerControl::WebServerControl(), MFEMMesh::writeRecoveryFiles(), and MooseApp::writeRestartableMetaData().

◆ mooseErrorNonPrefixed()

template<typename... Args>
void MooseBase::mooseErrorNonPrefixed ( Args &&...  args) const
inlineinherited

Emits an error without the prefixing included in mooseError().

Definition at line 290 of file MooseBase.h.

291 {
292 callMooseError(argumentsToString(std::forward<Args>(args)...), /* with_prefix = */ false);
293 }

◆ mooseInfo()

template<typename... Args>
void MooseBase::mooseInfo ( Args &&...  args) const
inlineinherited

◆ mooseWarning() [1/2]

template<typename... Args>
void MooseBase::mooseWarning ( Args &&...  args) const
inlineinherited

Emits a warning prefixed with object name and type.

Definition at line 299 of file MooseBase.h.

300 {
301 moose::internal::mooseWarningStream(_console, messagePrefix(true), std::forward<Args>(args)...);
302 }
void mooseWarningStream(S &oss, Args &&... args)
Definition MooseError.h:197

Referenced by DiracKernelInfo::findPoint(), DataFileInterface::getDataFilePath(), MooseApp::loadLibraryAndDependencies(), and MooseBase::paramWarning().

◆ mooseWarning() [2/2]

template<typename... Args>
void SolutionInvalidInterface::mooseWarning ( Args &&...  args) const
inlineinherited

Definition at line 73 of file SolutionInvalidInterface.h.

74 {
75 _si_moose_base.MooseBase::mooseWarning(std::forward<Args>(args)...);
76 flagSolutionWarningMultipleRegistration(_si_moose_base.name() + ": warning");
77 }

Referenced by CopyMeshPartitioner::_do_partition(), AddFunctionAction::act(), AddKernelAction::act(), CommonOutputAction::act(), MaterialOutputAction::act(), MeshOnlyAction::act(), MooseMesh::addPeriodicVariable(), BoundaryMarker::BoundaryMarker(), DistributedRectilinearMeshGenerator::buildCube(), CartesianMeshGenerator::CartesianMeshGenerator(), CheckOutputAction::checkConsoleOutput(), MultiAppTransfer::checkMultiAppExecuteOn(), MeshDiagnosticsGenerator::checkNonMatchingEdges(), MeshDiagnosticsGenerator::checkPolygons(), ActionComponent::checkRequiredTasks(), PhysicsBase::checkRequiredTasks(), MultiApp::createApp(), MeshDiagnosticsGenerator::diagnosticsLog(), CartesianGridDivision::divisionIndex(), CylindricalGridDivision::divisionIndex(), SphericalGridDivision::divisionIndex(), Postprocessor::evaluateDotWarning(), FiniteDifferencePreconditioner::FiniteDifferencePreconditioner(), FixedPointSolve::FixedPointSolve(), BSplineCurveGenerator::generate(), RenumberBySubdomainGenerator::generate(), SubdomainPerElementGenerator::generate(), SurfaceMeshGeneratorBase::get2DElemNormal(), MultiAppTransfer::getAppInfo(), FunctorBinnedValuesDivision::getBinIndex(), IndicatorMarker::IndicatorMarker(), CartesianGridDivision::initialize(), CylindricalGridDivision::initialize(), SphericalGridDivision::initialize(), MaterialBase::initStatefulProperties(), IterationAdaptiveDT::limitDTToPostprocessorValue(), MFEMRefinementMarker::MFEMRefinementMarker(), NewmarkBeta::NewmarkBeta(), Output::Output(), MaterialOutputAction::outputHelper(), Executioner::problem(), TestSourceStepper::rejectStep(), PhysicsBase::reportPotentiallyMissedParameters(), MaterialBase::resetQpProperties(), MooseMesh::setCoordSystem(), TransientMultiApp::solveStep(), MeshRepairGenerator::splitNonConvexPolygons(), and VariableCondensationPreconditioner::VariableCondensationPreconditioner().

◆ mooseWarningNonPrefixed() [1/2]

template<typename... Args>
void MooseBase::mooseWarningNonPrefixed ( Args &&...  args) const
inlineinherited

Emits a warning without the prefixing included in mooseWarning().

Definition at line 308 of file MooseBase.h.

309 {
310 moose::internal::mooseWarningStream(_console, std::forward<Args>(args)...);
311 }

◆ mooseWarningNonPrefixed() [2/2]

template<typename... Args>
void SolutionInvalidInterface::mooseWarningNonPrefixed ( Args &&...  args) const
inlineinherited

Definition at line 80 of file SolutionInvalidInterface.h.

81 {
82 _si_moose_base.MooseBase::mooseWarningNonPrefixed(std::forward<Args>(args)...);
83 flagSolutionWarningMultipleRegistration(_si_moose_base.name() + ": warning");
84 }

◆ mortarData() [1/2]

MortarInterfaceWarehouse & FEProblemBase::mortarData ( )
inlineinherited

Definition at line 2701 of file FEProblemBase.h.

2701{ return *_mortar_data; }

◆ mortarData() [2/2]

const MortarInterfaceWarehouse & FEProblemBase::mortarData ( ) const
inlineinherited

Returns the mortar data object.

Definition at line 2700 of file FEProblemBase.h.

2700{ return *_mortar_data; }

◆ name()

const std::string & MooseBase::name ( ) const
inlineinherited

Get the name of the class.

Returns
The name of the class

Definition at line 103 of file MooseBase.h.

104 {
105 mooseAssert(_name.size(), "Empty name");
106 return _name;
107 }
const std::string & _name
The name of this class.
Definition MooseBase.h:381

Referenced by AdaptivityAction::act(), AddActionComponentAction::act(), AddElementalFieldAction::act(), AddPeriodicBCAction::act(), AddTimeStepperAction::act(), CommonOutputAction::act(), CopyNodalVarsAction::act(), CSGOnlyAction::act(), DeprecatedBlockAction::act(), DisplayGhostingAction::act(), MaterialOutputAction::act(), SetupResidualDebugAction::act(), SetupTimeIntegratorAction::act(), FEProblemBase::addAnyRedistributers(), Executioner::addAttributeReporter(), FEProblemBase::addAuxKernel(), MFEMProblem::addAuxKernel(), FEProblemBase::addAuxScalarKernel(), DisplacedProblem::addAuxVariable(), FEProblemBase::addBoundaryCondition(), MFEMProblem::addBoundaryCondition(), PhysicsComponentInterface::addComponent(), FEProblemBase::addConstraint(), FEProblemBase::addConvergence(), FEProblemBase::addDamper(), FEProblemBase::addDGKernel(), FEProblemBase::addDiracKernel(), FEProblemBase::addDistribution(), MooseApp::addExecutor(), MooseApp::addExecutorParams(), MFEMProblem::addFESpace(), MFEMProblem::addFESpaceHierarchy(), FEProblemBase::addFunction(), MFEMProblem::addFunction(), SubProblem::addFunctor(), FEProblemBase::addFunctorMaterial(), MFEMProblem::addFunctorMaterial(), FunctorMaterial::addFunctorProperty(), FunctorMaterial::addFunctorPropertyByBlocks(), FEProblemBase::addFVBC(), FEProblemBase::addFVGradientMethod(), FEProblemBase::addFVInitialCondition(), FEProblemBase::addFVInterfaceKernel(), FEProblemBase::addFVInterpolationMethod(), FEProblemBase::addFVKernel(), ADDGKernel::ADDGKernel(), FEProblemBase::addHDGKernel(), MFEMProblem::addImagComponentToBC(), MFEMProblem::addImagComponentToKernel(), FEProblemBase::addIndicator(), MFEMProblem::addIndicator(), FEProblemBase::addInitialCondition(), MFEMProblem::addInitialCondition(), FEProblemBase::addInterfaceKernel(), FEProblemBase::addInterfaceMaterial(), ElementAndTraceScalarHDGAssemblyHelper::additionalROVariables(), BoundaryIntegralValueConstraint::additionalROVariables(), DiffusionLHDGKernel::additionalROVariables(), ADKernelScalarBase::additionalROVariables(), FEProblemBase::addKernel(), MFEMProblem::addKernel(), FEProblemBase::addLinearFVBC(), FEProblemBase::addLinearFVKernel(), FEProblemBase::addMarker(), MFEMProblem::addMarker(), FEProblemBase::addMaterial(), FEProblemBase::addMaterialHelper(), ComponentMaterialPropertyInterface::addMaterials(), FEProblemBase::addMeshDivision(), MooseApp::addMeshGenerator(), ComponentJunction::addMeshGenerators(), ComponentMeshTransformHelper::addMeshGenerators(), CylinderComponent::addMeshGenerators(), MeshGenerator::addMeshSubgenerator(), MeshGenerator::addMeshSubgenerator(), MFEMProblem::addMFEMProblemComposer(), MFEMProblem::addMFEMSolver(), FEProblemBase::addMultiApp(), FEProblemBase::addNodalKernel(), FEProblemBase::addObject(), InitialConditionWarehouse::addObject(), ComponentPhysicsInterface::addPhysics(), SubProblem::addPiecewiseByBlockLambdaFunctor(), FEProblemBase::addPostprocessor(), MFEMProblem::addPostprocessor(), UserObjectBase::addPostprocessorDependencyHelper(), AuxKernelBase::addPostprocessorDependencyHelper(), InitialConditionBase::addPostprocessorDependencyHelper(), FEProblemBase::addPredictor(), CreateDisplacedProblemAction::addProxyRelationshipManagers(), MFEMProblem::addQuadratureFunction(), MFEMProblem::addRealComponentToBC(), MFEMProblem::addRealComponentToKernel(), AddActionComponentAction::addRelationshipManagers(), FEProblemBase::addReporter(), FEProblemBase::addSampler(), FEProblemBase::addScalarKernel(), WebServerControl::addServerActionsInternal(), FEProblemBase::addTimeIntegrator(), FEProblemBase::addTransfer(), MFEMProblem::addTransfer(), PhysicsBase::addUserObject(), FEProblemBase::addUserObject(), UserObjectBase::addUserObjectDependencyHelper(), AuxKernelBase::addUserObjectDependencyHelper(), InitialConditionBase::addUserObjectDependencyHelper(), DisplacedProblem::addVariable(), FEProblemBase::addVectorPostprocessor(), MFEMProblem::addVectorPostprocessor(), UserObjectBase::addVectorPostprocessorDependencyHelper(), AuxKernelBase::addVectorPostprocessorDependencyHelper(), MooseLinearVariableFV< OutputType >::adError(), Output::advancedExecuteOn(), AdvancedExtruderGenerator::AdvancedExtruderGenerator(), NEML2ModelExecutor::advanceState(), MooseVariableBase::allDofIndices(), MooseApp::appBinaryName(), MooseApp::appendMeshGenerator(), MultiApp::appPostprocessorValue(), MultiApp::appProblem(), MultiApp::appProblemBase(), MultiApp::appUserObjectBase(), ArrayDGKernel::ArrayDGKernel(), ArrayParsedAux::ArrayParsedAux(), PhysicsBase::assignBlocks(), AStableDirk4::AStableDirk4(), Function::average(), MultiApp::backup(), CoarsenedPiecewiseLinear::buildCoarsenedGrid(), PiecewiseTabularInterface::buildFromFile(), PiecewiseTabularInterface::buildFromXY(), MFEMGeometricMultigridSolver::BuildMultigrid(), MooseMesh::buildNodeListFromSideList(), MultiAppVariableValueSamplePostprocessorTransfer::cacheElemToPostprocessorData(), MooseBase::callMooseError(), ChangeOverFixedPointPostprocessor::ChangeOverFixedPointPostprocessor(), ChangeOverTimePostprocessor::ChangeOverTimePostprocessor(), PhysicsBase::checkBlockRestrictionIdentical(), PhysicsBase::checkComponentType(), DefaultNonlinearConvergence::checkConvergence(), ParsedConvergence::checkConvergence(), FEProblemBase::checkDependMaterialsHelper(), FVFluxBC::checkFaceIntegrity(), FVInterfaceKernel::checkFaceIntegrity(), TaggingInterface::checkForNans(), SamplerBase::checkForStandardFieldVariableType(), MeshGenerator::checkGetMesh(), ReporterTransferInterface::checkHasReporterValue(), FEProblemBase::checkICRestartError(), NonlinearSystemBase::checkKernelCoverage(), Moose::Kokkos::Material::checkMaterialProperty(), Material::checkMaterialProperty(), MooseApp::checkMetaDataIntegrity(), Damper::checkMinDamping(), SideUserObject::checkNoInterfaceMaterialPropertyDependencies(), MultiAppTransfer::checkParentAppUserObjectExecuteOn(), Checkpoint::checkpointInfo(), FEProblemBase::checkUserObjectNameCollision(), BlockRestrictable::checkVariable(), DomainUserObject::checkVariable(), Coupleable::checkWritableVar(), CoarsenSurfaceMeshAlongSidesetGenerator::coarsenAlongSidesets(), MooseVariableFieldBase::componentName(), CompositeFunction::CompositeFunction(), MaterialBase::computeProperties(), FEProblemBase::computeUserObjectByName(), VectorPostprocessorVisualizationAux::computeValue(), MooseBase::connectControllableParams(), ConstantPostprocessor::ConstantPostprocessor(), Coupleable::coupledName(), CommonOutputAction::create(), MultiApp::createApp(), MooseApp::createExecutors(), MeshGeneratorSystem::createMeshGeneratorOrder(), MooseApp::createRecoverablePerfGraph(), CutMeshByPlaneGenerator::CutMeshByPlaneGenerator(), DebugResidualAux::DebugResidualAux(), MaterialBase::declareADProperty(), MFEMComplexVariable::declareCoefficients(), MFEMVariable::declareCoefficients(), MeshInfo::declareHelper(), Moose::Kokkos::MaterialBase::declareKokkosOnDemandProperty(), Moose::Kokkos::MaterialBase::declareKokkosProperty(), MeshGenerator::declareMeshesForSubByName(), MeshGenerator::declareNullMeshName(), MaterialBase::declareProperty(), MFEMCoordinateTransformations::declareRZCoefficients(), DOFMapOutput::demangle(), DerivativeSumMaterialTempl< is_ad >::DerivativeSumMaterialTempl(), MooseMesh::detectPairedSidesets(), DGKernel::DGKernel(), DGKernelBase::DGKernelBase(), DomainUserObject::DomainUserObject(), DumpObjectsProblem::dumpObjectHelper(), ElementDamper::ElementDamper(), ElementGroupCentroidPositions::ElementGroupCentroidPositions(), ElementMaterialSampler::ElementMaterialSampler(), ElementValueSampler::ElementValueSampler(), EigenKernel::enabled(), MooseMesh::errorIfDistributedMesh(), SolutionUserObjectBase::evalMeshFunction(), SolutionUserObjectBase::evalMeshFunctionGradient(), SolutionUserObjectBase::evalMultiValuedMeshFunction(), SolutionUserObjectBase::evalMultiValuedMeshFunctionGradient(), GreaterThanLessThanPostprocessor::execute(), PointValue::execute(), RestartableDataReporter::execute(), MultiAppGeneralFieldTransfer::execute(), MultiAppNearestNodeTransfer::execute(), MultiAppProjectionTransfer::execute(), MultiAppUserObjectTransfer::execute(), SideValueSampler::execute(), WebServerControl::execute(), ActionWarehouse::executeActionsWithAction(), Exodus::Exodus(), ExtraIDIntegralVectorPostprocessor::ExtraIDIntegralVectorPostprocessor(), FVInterfaceKernel::faceArg1(), FVInterfaceKernel::faceArg2(), FEProblemBase::FEProblemBase(), NEML2ModelExecutor::fillInputs(), MultiApp::fillPositions(), MultiAppGeometricInterpolationTransfer::fillSourceInterpolationPoints(), PointSamplerBase::finalize(), ChainControl::fullControlDataName(), FunctionArrayAux::FunctionArrayAux(), FunctionDT::FunctionDT(), FVFunctionIC::functionName(), FunctionIC::functionName(), FunctorPositions::FunctorPositions(), FunctorSmootherTempl< T >::FunctorSmootherTempl(), FVInitialConditionTempl< T >::FVInitialConditionTempl(), FVOneVarDiffusionInterface::FVOneVarDiffusionInterface(), GapValueAux::GapValueAux(), BoundaryDeletionGenerator::generate(), BreakMeshByBlockGenerator::generate(), CoarsenSurfaceMeshAlongSidesetGenerator::generate(), GeneratedMeshGenerator::generate(), ManifoldSubdomainGenerator::generate(), ParsedExtraElementIDGenerator::generate(), ParsedSubdomainGeneratorBase::generate(), RenameBlockGenerator::generate(), RenameBoundaryGenerator::generate(), RenumberBySubdomainGenerator::generate(), SideSetsFromNodeSetsGenerator::generate(), StitchBoundaryMeshGenerator::generate(), StitchMeshGenerator::generate(), SubdomainBoundingBoxGenerator::generate(), SubdomainsFromPartitionerGenerator::generate(), UniqueExtraIDMeshGenerator::generate(), MeshGenerator::generateInternal(), MeshGenerator::generateInternalCSG(), InterfaceMaterial::getADMaterialProperty(), Material::getADMaterialProperty(), MultiAppTransfer::getAppInfo(), MooseMesh::getBoundaryString(), MultiApp::getBoundingBox(), MooseBase::getCheckedPointerParam(), MooseApp::getCheckpointDirectories(), MFEMProblem::getComplexGridFunction(), Control::getControllableParameterByName(), Control::getControllableValue(), Control::getControllableValueByName(), FEProblemBase::getConvergence(), MeshGenerator::getCSGBase(), MeshGenerator::getCSGBasesByName(), UserObjectBase::getDependObjects(), FEProblemBase::getDistribution(), DistributionInterface::getDistribution(), DistributionInterface::getDistributionByName(), ElementUOProvider::getElementalValueLong(), ElementUOProvider::getElementalValueReal(), MultiApp::getExecutioner(), FEProblemBase::getExecutor(), MooseApp::getExecutor(), OutputWarehouse::getFileNumbers(), FEProblemBase::getFunction(), SubProblem::getFunctor(), FEProblemBase::getFVAdvectedInterpolationMethod(), FEProblemBase::getFVFaceInterpolationMethod(), FEProblemBase::getFVGradientMethod(), FEProblemBase::getFVInterpolationMethod(), AuxKernelTempl< ComputeValueType >::getGenericMaterialProperty(), NodalPatchRecovery::getGenericMaterialProperty(), InterfaceMaterial::getGenericMaterialProperty(), Material::getGenericMaterialProperty(), InterfaceMaterial::getGenericNeighborMaterialProperty(), InterfaceMaterial::getGenericNeighborMaterialPropertyByName(), Material::getGenericOptionalMaterialProperty(), MaterialBase::getGenericZeroMaterialProperty(), MFEMProblem::getGridFunction(), FEProblemBase::getKokkosFunction(), FEProblemBase::getKokkosUserObject(), SolutionUserObjectBase::getLocalVarIndex(), Marker::getMarkerValue(), Material::getMaterial(), FEProblemBase::getMaterial(), Material::getMaterialByName(), AuxKernelTempl< ComputeValueType >::getMaterialProperty(), NodalPatchRecovery::getMaterialProperty(), InterfaceMaterial::getMaterialProperty(), Material::getMaterialProperty(), SubProblem::getMaterialPropertyBlockNames(), SubProblem::getMaterialPropertyBoundaryNames(), AuxKernelTempl< ComputeValueType >::getMaterialPropertyOld(), NodalPatchRecovery::getMaterialPropertyOld(), InterfaceMaterial::getMaterialPropertyOld(), Material::getMaterialPropertyOld(), AuxKernelTempl< ComputeValueType >::getMaterialPropertyOlder(), NodalPatchRecovery::getMaterialPropertyOlder(), InterfaceMaterial::getMaterialPropertyOlder(), Material::getMaterialPropertyOlder(), MFEMObject::getMatrixCoefficient(), MFEMObject::getMatrixCoefficientByName(), MeshGenerator::getMesh(), FEProblemBase::getMeshDivision(), MeshGenerator::getMeshesByName(), MooseApp::getMeshGenerator(), MeshGenerator::getMeshGeneratorNameFromParam(), MeshGenerator::getMeshGeneratorNamesFromParam(), MFEMProblem::getMFEMObject(), ActionWarehouse::getMooseAppName(), NEML2FEInterpolation::getMOOSEVariable(), MultiAppTransfer::getMultiApp(), InterfaceMaterial::getNeighborADMaterialProperty(), InterfaceMaterial::getNeighborMaterialProperty(), InterfaceMaterial::getNeighborMaterialPropertyOld(), InterfaceMaterial::getNeighborMaterialPropertyOlder(), Material::getOptionalADMaterialProperty(), Material::getOptionalMaterialProperty(), Material::getOptionalMaterialPropertyOld(), Material::getOptionalMaterialPropertyOlder(), MooseBase::getParam(), FEProblemBase::getPositionsObject(), FEProblemBase::getPostprocessorValueByName(), ComponentMaterialPropertyInterface::getPropertyValue(), ReporterData::getReporterInfo(), MFEMExecutedObject::getRequestedItems(), MooseApp::getRestartableDataMap(), MooseApp::getRestartableDataMapName(), MooseApp::getRestartableMetaData(), FEProblemBase::getSampler(), MFEMObject::getScalarCoefficient(), MFEMObject::getScalarCoefficientByName(), TimedSubdomainModifier::getSubdomainIDAndCheck(), MFEMExecutedObject::getSuppliedItems(), TransientBase::getTimeStepperName(), ProjectedStatefulMaterialStorageAction::getTypeEnum(), FEProblemBase::getUserObject(), FEProblemBase::getUserObjectBase(), MFEMObject::getVectorCoefficient(), MFEMObject::getVectorCoefficientByName(), Terminator::handleMessage(), Control::hasControllableParameterByName(), FEProblemBase::hasConvergence(), FEProblemBase::hasDistribution(), FEProblemBase::hasFunction(), SubProblem::hasFunctor(), SubProblem::hasFunctorWithType(), FEProblemBase::hasFVGradientMethod(), FEProblemBase::hasFVInterpolationMethod(), MeshInfo::hasItem(), MooseApp::hasMeshGenerator(), MFEMProblem::hasMFEMObject(), AdvancedOutput::hasOutputHelper(), FEProblemBase::hasPostprocessor(), FEProblemBase::hasPostprocessorValueByName(), MooseApp::hasRelationshipManager(), MooseApp::hasRestartableDataMap(), MooseApp::hasRestartableMetaData(), FEProblemBase::hasUserObject(), NEML2Action::inferMOOSEIOType(), AddVariableAction::init(), AdvancedOutput::init(), IterationAdaptiveDT::init(), AdvancedOutput::initAvailableLists(), MeshInfo::initCombinedInfos(), AdvancedOutput::initExecutionTypes(), AttribName::initFrom(), NestedDivision::initialize(), TransformedPositions::initialize(), BoundaryRestrictable::initializeBoundaryRestrictable(), AuxKernelBase::initialSetup(), SolutionScalarAux::initialSetup(), Console::initialSetup(), JSONOutput::initialSetup(), BoundaryLinearFVFluxIntegral::initialSetup(), NodalVariableValue::initialSetup(), SideFVFluxBCIntegral::initialSetup(), MultiAppGeneralFieldFunctorTransfer::initialSetup(), MultiAppProjectionTransfer::initialSetup(), BoundaryMeshBuilder::initialSetup(), SolutionUserObjectBase::initialSetup(), AdvancedOutput::initOutputList(), AdvancedOutput::initPostprocessorOrVectorPostprocessorLists(), MaterialBase::initStatefulProperties(), Function::integral(), InterfaceKernelTempl< T >::InterfaceKernelTempl(), MultiAppGeometricInterpolationTransfer::interpolateTargetPoints(), MeshGenerator::isChildMeshGenerator(), DerivativeMaterialInterface< T >::isNotObjectVariable(), MeshGenerator::isNullMeshName(), MooseBase::isParamSetByUser(), MooseBase::isParamValid(), MeshGenerator::isParentMeshGenerator(), LinearCombinationFunction::LinearCombinationFunction(), FEProblemBase::logAdd(), MooseLinearVariableFV< OutputType >::lowerDError(), Marker::Marker(), MaterialBase::markMatPropRequested(), Material::Material(), Distribution::median(), MemoryUsageReporter::MemoryUsageReporter(), NEML2ModelExecutor::meshChanged(), MeshGenerator::meshPropertyPrefix(), MooseBase::messagePrefix(), MFEMGeometricMultigridSolver::MFEMGeometricMultigridSolver(), MFEMScalarQuadratureFunction::MFEMScalarQuadratureFunction(), MFEMTransient::MFEMTransient(), MFEMVectorQuadratureFunction::MFEMVectorQuadratureFunction(), OutputWarehouse::mooseConsole(), SolutionInvalidInterface::mooseDeprecated(), MooseVariableBase::MooseVariableBase(), MooseVariableInterface< T >::MooseVariableInterface(), SolutionInvalidInterface::mooseWarning(), SolutionInvalidInterface::mooseWarningNonPrefixed(), MoveNodesByParsedExpressionModifier::MoveNodesByParsedExpressionModifier(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), MultiAppUserObjectTransfer::MultiAppUserObjectTransfer(), NEML2PreKernel::NEML2PreKernel(), NodalDamper::NodalDamper(), MooseLinearVariableFV< OutputType >::nodalError(), NodalPatchRecoveryAuxBase::NodalPatchRecoveryAuxBase(), NodalValueSampler::NodalValueSampler(), MeshGenerator::Comparator::operator()(), DOFMapOutput::output(), ProgressOutput::output(), Output::Output(), AdvancedOutput::outputElementalVariables(), ConsoleUtils::outputExecutionInformation(), MaterialOutputAction::outputHelper(), AdvancedOutput::outputInput(), AdvancedOutput::outputNodalVariables(), AdvancedOutput::outputPostprocessors(), Exodus::outputPostprocessors(), Nemesis::outputPostprocessors(), TableOutput::outputReporter(), AdvancedOutput::outputReporters(), AdvancedOutput::outputScalarVariables(), AdvancedOutput::outputSystemInformation(), AdvancedOutput::outputVectorPostprocessors(), SolutionInvalidInterface::paramWarning(), ParsedCurveGenerator::ParsedCurveGenerator(), ParsedODEKernel::ParsedODEKernel(), ComponentPhysicsInterface::physicsExists(), PiecewiseBilinear::PiecewiseBilinear(), PiecewiseByBlockFunctorMaterialTempl< T >::PiecewiseByBlockFunctorMaterialTempl(), PiecewiseFunction::PiecewiseFunction(), PointInUnionCheckUO::PointInUnionCheckUO(), MooseApp::possiblyLoadRestartableMetaData(), MFEMExecutedObject::postprocessorDependencyKey(), PhysicsBase::prefix(), MooseMesh::prepare(), BlockRestrictionDebugOutput::printBlockRestrictionMap(), PerfGraphLivePrint::printStats(), FEProblemBase::projectInitialConditionOnCustomRange(), MooseBase::queryParam(), MultiApp::readCommandLineArguments(), Receiver::Receiver(), Executor::Result::record(), FEProblemBase::registerRandomInterface(), MooseApp::registerRestartableDataMapName(), MooseApp::registerRestartableNameWithFilter(), MaterialBase::resetQpProperties(), MultiApp::restore(), ScalarComponentIC::ScalarComponentIC(), MultiApp::setAppOutputFileBase(), FEProblemBase::setAuxKernelParamsAndLog(), MooseMesh::setBoundaryName(), Control::setControllableValue(), Control::setControllableValueByName(), OutputWarehouse::setFileNumbers(), FEProblemBase::setPostprocessorValueByName(), FEProblemBase::setResidualObjectParamsAndLog(), MooseMesh::setSubdomainName(), MooseMesh::setSubdomainName(), NodeSetsGeneratorBase::setup(), SideSetsGeneratorBase::setup(), SurfaceMeshGeneratorBase::setup(), Split::setup(), TransientMultiApp::setupApp(), MoveNodesByParsedExpressionModifier::setupNodalOutputVariables(), NEML2Action::setupOutputMappings(), SideSetExtruderGenerator::SideSetExtruderGenerator(), TransientMultiApp::solveStep(), UserObject::spatialValue(), StitchedMesh::StitchedMesh(), SubProblem::storeBoundaryDelayedCheckMatProp(), SubProblem::storeBoundaryMatPropName(), MaterialBase::storeBoundaryZeroMatProp(), SubProblem::storeBoundaryZeroMatProp(), SubProblem::storeSubdomainDelayedCheckMatProp(), SubProblem::storeSubdomainMatPropName(), MaterialBase::storeSubdomainZeroMatProp(), SubProblem::storeSubdomainZeroMatProp(), ConstraintWarehouse::subdomainsCovered(), MaterialBase::subdomainSetup(), SumPostprocessor::SumPostprocessor(), MFEMPostprocessor::suppliedPostprocessorName(), MFEMVectorPostprocessor::suppliedVectorPostprocessorName(), BoundaryMeshBuilder::surfaceElementSet(), NEML2FEInterpolation::syncWithMainThread(), TaggingInterface::TaggingInterface(), MooseLinearVariableFV< OutputType >::timeIntegratorError(), VectorPostprocessorVisualizationAux::timestepSetup(), ElementSubdomainModifierBase::timestepSetup(), to_json(), MultiAppDofCopyTransfer::transfer(), MultiAppShapeEvaluationTransfer::transferVariable(), MultiAppMFEMCopyTransfer::transferVariables(), MultiAppMFEMShapeEvaluationTransfer::transferVariables(), TransientMultiApp::TransientMultiApp(), MooseBase::typeAndName(), MooseBase::uniqueParameterName(), FVQpFluxBC::uOnGhost(), FVQpFluxBC::uOnUSub(), UserObjectBase::UserObjectBase(), UserObjectInterface::userObjectName(), ParsedAux::validateGenericVectorNames(), MeshInfo::validParams(), MFEMExecutedObject::variableDependencyKey(), PhysicsBase::variableExists(), MultiAppTransfer::variableIntegrityCheck(), VectorMagnitudeFunctorMaterialTempl< is_ad >::VectorMagnitudeFunctorMaterialTempl(), MFEMExecutedObject::vectorPostprocessorDependencyKey(), Convergence::verboseOutput(), AdvancedOutput::wantOutput(), Coupleable::writableCoupledValue(), Coupleable::writableVariable(), Console::write(), and MooseApp::writeRestartableMetaData().

◆ needBoundaryMaterialOnSide()

bool FEProblemBase::needBoundaryMaterialOnSide ( BoundaryID  bnd_id,
const THREAD_ID  tid 
)
inherited

These methods are used to determine whether stateful material properties need to be stored on internal sides.

There are five situations where this may be the case: 1) DGKernels 2) IntegratedBCs 3)InternalSideUserObjects 4)ElementalAuxBCs 5)InterfaceUserObjects

Method 1:

Parameters
bnd_idthe boundary id for which to see if stateful material properties need to be stored
tidthe THREAD_ID of the caller
Returns
Boolean indicating whether material properties need to be stored

Method 2:

Parameters
subdomain_idthe subdomain id for which to see if stateful material properties need to be stored
tidthe THREAD_ID of the caller
Returns
Boolean indicating whether material properties need to be stored

Definition at line 9460 of file FEProblemBase.C.

9461{
9462 if (_bnd_mat_side_cache[tid].find(bnd_id) == _bnd_mat_side_cache[tid].end())
9463 {
9464 auto & bnd_mat_side_cache = _bnd_mat_side_cache[tid][bnd_id];
9465 bnd_mat_side_cache = false;
9466
9467 // Check systems
9468 if (_aux->needMaterialOnSide(bnd_id))
9469 {
9470 bnd_mat_side_cache = true;
9471 return true;
9472 }
9473 for (auto & nl : _nl)
9474 if (nl->needBoundaryMaterialOnSide(bnd_id, tid))
9475 {
9476 bnd_mat_side_cache = true;
9477 return true;
9478 }
9479
9480 // TODO: these objects should be checked for whether they actually consume materials
9481 // NOTE: InterfaceUO can use use boundary properties too
9482 if (theWarehouse()
9483 .query()
9484 .condition<AttribThread>(tid)
9485 .condition<AttribInterfaces>(Interfaces::SideUserObject | Interfaces::DomainUserObject |
9487 .condition<AttribBoundaries>(bnd_id)
9488 .count() > 0)
9489 {
9490 bnd_mat_side_cache = true;
9491 return true;
9492 }
9493 }
9494
9495 return _bnd_mat_side_cache[tid][bnd_id];
9496}
std::vector< std::unordered_map< BoundaryID, bool > > _bnd_mat_side_cache
Cache for calculating materials on side.
bool needBoundaryMaterialOnSide(BoundaryID bnd_id, const THREAD_ID tid)
These methods are used to determine whether stateful material properties need to be stored on interna...
KOKKOS_INLINE_FUNCTION const T * find(const T &target, const T *const begin, const T *const end)
Find a value in an array.
Definition KokkosUtils.h:40

Referenced by ComputeMaterialsObjectThread::onBoundary(), ProjectMaterialProperties::onBoundary(), FEProblemBase::reinitMaterialsBoundary(), FEProblemBase::reinitMaterialsFaceOnBoundary(), and FEProblemBase::reinitMaterialsNeighborOnBoundary().

◆ needFV()

virtual void FEProblemBase::needFV ( )
inlineoverridevirtualinherited

marks this problem as including/needing finite volume functionality.

Implements SubProblem.

Definition at line 2974 of file FEProblemBase.h.

2974{ _have_fv = true; }

Referenced by DiffusionFV::initializePhysicsAdditional(), and DisplacedProblem::needFV().

◆ needInterfaceMaterialOnSide()

bool FEProblemBase::needInterfaceMaterialOnSide ( BoundaryID  bnd_id,
const THREAD_ID  tid 
)
inherited

Definition at line 9499 of file FEProblemBase.C.

9500{
9501 if (_interface_mat_side_cache[tid].find(bnd_id) == _interface_mat_side_cache[tid].end())
9502 {
9503 auto & interface_mat_side_cache = _interface_mat_side_cache[tid][bnd_id];
9504 interface_mat_side_cache = false;
9505
9506 // Aux-system has not needed interface materials so far
9507 for (auto & nl : _nl)
9508 if (nl->needInterfaceMaterialOnSide(bnd_id, tid))
9509 {
9510 interface_mat_side_cache = true;
9511 return true;
9512 }
9513
9514 // TODO: these objects should be checked for whether they actually consume materials
9515 if (theWarehouse()
9516 .query()
9517 .condition<AttribThread>(tid)
9518 .condition<AttribInterfaces>(Interfaces::InterfaceUserObject |
9520 .condition<AttribBoundaries>(bnd_id)
9521 .count() > 0)
9522 {
9523 interface_mat_side_cache = true;
9524 return true;
9525 }
9526 else if (_interface_materials.hasActiveBoundaryObjects(bnd_id, tid))
9527 {
9528 interface_mat_side_cache = true;
9529 return true;
9530 }
9531 }
9532 return _interface_mat_side_cache[tid][bnd_id];
9533}
bool needInterfaceMaterialOnSide(BoundaryID bnd_id, const THREAD_ID tid)
std::vector< std::unordered_map< BoundaryID, bool > > _interface_mat_side_cache
Cache for calculating materials on interface.
bool hasActiveBoundaryObjects(THREAD_ID tid=0) const

Referenced by ComputeMaterialsObjectThread::onInterface(), FEProblemBase::reinitMaterialsFaceOnBoundary(), FEProblemBase::reinitMaterialsInterface(), and FEProblemBase::reinitMaterialsNeighborOnBoundary().

◆ needInternalNeighborSideMaterial()

bool FEProblemBase::needInternalNeighborSideMaterial ( SubdomainID  subdomain_id,
const THREAD_ID  tid 
)
inherited

Definition at line 9536 of file FEProblemBase.C.

9537{
9538 if (_block_mat_side_cache[tid].find(subdomain_id) == _block_mat_side_cache[tid].end())
9539 {
9540 _block_mat_side_cache[tid][subdomain_id] = false;
9541
9542 for (auto & nl : _nl)
9543 if (nl->needInternalNeighborSideMaterial(subdomain_id, tid))
9544 {
9545 _block_mat_side_cache[tid][subdomain_id] = true;
9546 return true;
9547 }
9548
9549 // TODO: these objects should be checked for whether they actually consume materials
9550 if (theWarehouse()
9551 .query()
9552 .condition<AttribThread>(tid)
9553 .condition<AttribInterfaces>(Interfaces::InternalSideUserObject |
9555 .condition<AttribSubdomains>(subdomain_id)
9556 .count() > 0)
9557 {
9558 _block_mat_side_cache[tid][subdomain_id] = true;
9559 return true;
9560 }
9561 }
9562
9563 return _block_mat_side_cache[tid][subdomain_id];
9564}
std::vector< std::unordered_map< SubdomainID, bool > > _block_mat_side_cache
Cache for calculating materials on side.
bool needInternalNeighborSideMaterial(SubdomainID subdomain_id, const THREAD_ID tid)

Referenced by FEProblemBase::reinitMaterialsFaceOnBoundary(), FEProblemBase::reinitMaterialsNeighborOnBoundary(), ComputeMaterialsObjectThread::subdomainChanged(), and ProjectMaterialProperties::subdomainChanged().

◆ needSolutionState()

void FEProblemBase::needSolutionState ( unsigned int  oldest_needed,
Moose::SolutionIterationType  iteration_type 
)
inherited

Declare that we need up to old (1) or older (2) solution states for a given type of iteration.

Parameters
oldest_neededoldest solution state needed
iteration_typethe type of iteration for which old/older states are needed

Definition at line 774 of file FEProblemBase.C.

775{
776 for (auto & sys : _solver_systems)
777 sys->needSolutionState(state, iteration_type);
778 _aux->needSolutionState(state, iteration_type);
779}

Referenced by FEProblemBase::createTagSolutions().

◆ needsPreviousMultiAppFixedPointIterationAuxiliary() [1/2]

bool FEProblemBase::needsPreviousMultiAppFixedPointIterationAuxiliary ( ) const
inherited

Check to see whether we need to compute the variable values of the previous multiapp fixed point iteration for the auxiliary system.

Returns
true if the user required values of the previous multiapp fixed point iteration from the auxiliary system

Definition at line 9601 of file FEProblemBase.C.

9602{
9604}
bool _previous_multiapp_fp_aux_solution_required
Indicates we need to save the previous multiapp fixed-point iteration auxiliary variable values.

◆ needsPreviousMultiAppFixedPointIterationAuxiliary() [2/2]

void FEProblemBase::needsPreviousMultiAppFixedPointIterationAuxiliary ( bool  state)
inherited

Set a flag that indicated that user required values for the previous multiapp fixed point iterate for the auxiliary system.

Definition at line 9595 of file FEProblemBase.C.

Referenced by FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl(), and FixedPointSolve::initialSetup().

◆ needsPreviousMultiAppFixedPointIterationSolution() [1/2]

void FEProblemBase::needsPreviousMultiAppFixedPointIterationSolution ( bool  needed,
const unsigned int  solver_sys_num 
)
inherited

Set a flag that indicated that user required values for the previous multiapp fixed point iterate for the solver systems (not auxiliary)

Parameters
neededthe value that should be set to the flag
solver_sys_numthe index of the solver system for which the previous iteration is needed

Definition at line 9581 of file FEProblemBase.C.

9583{
9584 _previous_multiapp_fp_nl_solution_required[solver_sys_num] = needed;
9585}
std::vector< bool > _previous_multiapp_fp_nl_solution_required
Indicates we need to save the previous multiapp fixed-point iteration solver variable values.

Referenced by FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl(), and FixedPointSolve::initialSetup().

◆ needsPreviousMultiAppFixedPointIterationSolution() [2/2]

bool FEProblemBase::needsPreviousMultiAppFixedPointIterationSolution ( const unsigned int  solver_sys_num) const
inherited

Check to see whether we need to compute the variable values of the previous multiapp fixed point iteration for the solver systems (not auxiliary)

Parameters
solver_sys_numthe index of the solver system for which the previous iteration is needed
Returns
true if the user required values of the previous multiapp fixed point iteration

Definition at line 9588 of file FEProblemBase.C.

9590{
9591 return _previous_multiapp_fp_nl_solution_required[solver_sys_num];
9592}

◆ needsPreviousMultiSystemFixedPointIterationAuxiliary() [1/2]

bool FEProblemBase::needsPreviousMultiSystemFixedPointIterationAuxiliary ( ) const
inherited

Check to see whether we need to compute the variable values of the previous multi-system fixed point iteration for the auxiliary system.

Returns
true if the user required values of the previous multi-system fixed point iteration from the auxiliary system

Definition at line 9627 of file FEProblemBase.C.

9628{
9630}
bool _previous_multisystem_fp_aux_solution_required
Indicates we need to save the previous multi-system fixed-point iteration auxiliary variable values.

◆ needsPreviousMultiSystemFixedPointIterationAuxiliary() [2/2]

void FEProblemBase::needsPreviousMultiSystemFixedPointIterationAuxiliary ( bool  state)
inherited

Set a flag that indicates that user requires values for the previous multi-system fixed point iterate for the auxiliary system.

Definition at line 9621 of file FEProblemBase.C.

Referenced by FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl(), and FEProblemSolve::initialSetup().

◆ needsPreviousMultiSystemFixedPointIterationSolution() [1/2]

void FEProblemBase::needsPreviousMultiSystemFixedPointIterationSolution ( bool  needed,
const unsigned int  solver_sys_num 
)
inherited

Set a flag that indicates that user requires values for the previous multi-system fixed point iterate for the solver systems (not auxiliary)

Parameters
neededthe value that should be set to the flag
solver_sys_numthe index of the solver system for which the previous iteration is needed

Definition at line 9607 of file FEProblemBase.C.

9609{
9610 _previous_multisystem_fp_nl_solution_required[solver_sys_num] = needed;
9611}
std::vector< bool > _previous_multisystem_fp_nl_solution_required
Indicates we need to save the previous multi-system fixed-point iteration solver variable values.

Referenced by FunctorChangeFunctorMaterialTempl< is_ad >::FunctorChangeFunctorMaterialTempl(), and FEProblemSolve::initialSetup().

◆ needsPreviousMultiSystemFixedPointIterationSolution() [2/2]

bool FEProblemBase::needsPreviousMultiSystemFixedPointIterationSolution ( const unsigned int  solver_sys_num) const
inherited

Check to see whether we need to compute the variable values of the previous multi-system fixed point iteration for the solver systems (not auxiliary)

Parameters
solver_sys_numthe index of the solver system for which the previous iteration is needed
Returns
true if the user required values of the previous multi-system fixed point iteration

Definition at line 9614 of file FEProblemBase.C.

9616{
9617 return _previous_multisystem_fp_nl_solution_required[solver_sys_num];
9618}

◆ needsPreviousNewtonIteration() [1/2]

bool FEProblemBase::needsPreviousNewtonIteration ( ) const
inherited

Check to see whether we need to compute the variable values of the previous Newton iterate.

Returns
true if the user required values of the previous Newton iterate

Definition at line 9567 of file FEProblemBase.C.

◆ needsPreviousNewtonIteration() [2/2]

void FEProblemBase::needsPreviousNewtonIteration ( bool  state)
inherited

Set a flag that indicated that user required values for the previous Newton iterate.

Definition at line 9573 of file FEProblemBase.C.

9574{
9576 mooseError("Previous nonlinear solution is required but not added through "
9577 "Problem/previous_nl_solution_required=true");
9578}

Referenced by Coupleable::coupledGradientPreviousNL(), Coupleable::coupledNodalValuePreviousNL(), Coupleable::coupledSecondPreviousNL(), Coupleable::coupledValuePreviousNL(), and NonlinearSystem::solve().

◆ needToAddDefaultMultiAppFixedPointConvergence()

bool FEProblemBase::needToAddDefaultMultiAppFixedPointConvergence ( ) const
inlineinherited

Returns true if the problem needs to add the default fixed point convergence.

Definition at line 744 of file FEProblemBase.h.

745 {
747 }
bool _need_to_add_default_multiapp_fixed_point_convergence
Flag that the problem needs to add the default fixed point convergence.

◆ needToAddDefaultNonlinearConvergence()

bool FEProblemBase::needToAddDefaultNonlinearConvergence ( ) const
inlineinherited

Returns true if the problem needs to add the default nonlinear convergence.

Definition at line 739 of file FEProblemBase.h.

740 {
742 }
bool _need_to_add_default_nonlinear_convergence
Flag that the problem needs to add the default nonlinear convergence.

◆ needToAddDefaultSteadyStateConvergence()

bool FEProblemBase::needToAddDefaultSteadyStateConvergence ( ) const
inlineinherited

Returns true if the problem needs to add the default steady-state detection convergence.

Definition at line 749 of file FEProblemBase.h.

750 {
752 }
bool _need_to_add_default_steady_state_convergence
Flag that the problem needs to add the default steady convergence.

◆ neighborSubdomainSetup()

void FEProblemBase::neighborSubdomainSetup ( SubdomainID  subdomain,
const THREAD_ID  tid 
)
virtualinherited

Definition at line 2674 of file FEProblemBase.C.

2675{
2676 _all_materials.neighborSubdomainSetup(subdomain, tid);
2677}
virtual void neighborSubdomainSetup(THREAD_ID tid=0) const

Referenced by ThreadedFaceLoop< RangeType >::neighborSubdomainChanged().

◆ newAssemblyArray()

void FEProblemBase::newAssemblyArray ( std::vector< std::shared_ptr< SolverSystem > > &  solver_systems)
virtualinherited

Definition at line 793 of file FEProblemBase.C.

794{
795 unsigned int n_threads = libMesh::n_threads();
796
797 _assembly.resize(n_threads);
798 for (const auto i : make_range(n_threads))
799 {
800 _assembly[i].resize(solver_systems.size());
801 for (const auto j : index_range(solver_systems))
802 _assembly[i][j] = std::make_unique<Assembly>(*solver_systems[j], i);
803 }
804}
Keeps track of stuff related to assembling.
Definition Assembly.h:101

Referenced by DumpObjectsProblem::DumpObjectsProblem(), EigenProblem::EigenProblem(), ExternalProblem::ExternalProblem(), and FEProblem::FEProblem().

◆ nlConverged()

bool SubProblem::nlConverged ( const unsigned int  nl_sys_num)
virtualinherited
Returns
whether the given nonlinear system nl_sys_num is converged.

Definition at line 715 of file SubProblem.C.

716{
717 mooseAssert(nl_sys_num < numNonlinearSystems(),
718 "The nonlinear system number is higher than the number of systems we have!");
719 return solverSystemConverged(nl_sys_num);
720}

◆ nLinearIterations()

unsigned int FEProblemBase::nLinearIterations ( const unsigned int  nl_sys_num) const
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 7291 of file FEProblemBase.C.

7292{
7293 return _nl[nl_sys_num]->nLinearIterations();
7294}

Referenced by PiecewiseLinearFromVectorPostprocessor::valueInternal().

◆ nlSysNum()

unsigned int FEProblemBase::nlSysNum ( const NonlinearSystemName &  nl_sys_name) const
overridevirtualinherited
Returns
the nonlinear system number corresponding to the provided nl_sys_name

Implements SubProblem.

Definition at line 7022 of file FEProblemBase.C.

7023{
7024 std::istringstream ss(nl_sys_name);
7025 unsigned int nl_sys_num;
7026 if (!(ss >> nl_sys_num) || !ss.eof())
7027 nl_sys_num = libmesh_map_find(_nl_sys_name_to_num, nl_sys_name);
7028
7029 return nl_sys_num;
7030}
std::map< NonlinearSystemName, unsigned int > _nl_sys_name_to_num
Map from nonlinear system name to number.

Referenced by DisplacedProblem::nlSysNum().

◆ nNonlinearIterations()

unsigned int FEProblemBase::nNonlinearIterations ( const unsigned int  nl_sys_num) const
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 7285 of file FEProblemBase.C.

7286{
7287 return _nl[nl_sys_num]->nNonlinearIterations();
7288}

Referenced by PiecewiseLinearFromVectorPostprocessor::valueInternal().

◆ nonlocalCouplingEntries()

std::vector< std::pair< MooseVariableFieldBase *, MooseVariableFieldBase * > > & FEProblemBase::nonlocalCouplingEntries ( const THREAD_ID  tid,
const unsigned int  nl_sys_num 
)
inherited

Definition at line 6874 of file FEProblemBase.C.

6875{
6876 return _assembly[tid][nl_sys]->nonlocalCouplingEntries();
6877}

Referenced by ComputeFullJacobianThread::computeOnBoundary(), and ComputeFullJacobianThread::computeOnElement().

◆ nonlocalCouplingMatrix()

const libMesh::CouplingMatrix & FEProblemBase::nonlocalCouplingMatrix ( const unsigned  i) const
overridevirtualinherited
Returns
the nonlocal coupling matrix for the i'th nonlinear system

Implements SubProblem.

Definition at line 10259 of file FEProblemBase.C.

10260{
10261 return _nonlocal_cm[i];
10262}

Referenced by DisplacedProblem::nonlocalCouplingMatrix().

◆ notifyWhenMeshChanges()

void FEProblemBase::notifyWhenMeshChanges ( MeshChangedInterface mci)
inherited

Register an object that derives from MeshChangedInterface to be notified when the mesh changes.

Definition at line 8993 of file FEProblemBase.C.

8994{
8995 _notify_when_mesh_changes.push_back(mci);
8996}

Referenced by MeshChangedInterface::MeshChangedInterface().

◆ notifyWhenMeshDisplaces()

void FEProblemBase::notifyWhenMeshDisplaces ( MeshDisplacedInterface mdi)
inherited

Register an object that derives from MeshDisplacedInterface to be notified when the displaced mesh gets updated.

Definition at line 8999 of file FEProblemBase.C.

9000{
9001 _notify_when_mesh_displaces.push_back(mdi);
9002}

Referenced by MeshDisplacedInterface::MeshDisplacedInterface().

◆ numGridSteps()

void FEProblemBase::numGridSteps ( unsigned int  num_grid_steps)
inlineinherited

Set the number of steps in a grid sequences.

Definition at line 2722 of file FEProblemBase.h.

2722{ _num_grid_steps = num_grid_steps; }

Referenced by FEProblemSolve::FEProblemSolve().

◆ numLinearSystems()

virtual std::size_t FEProblemBase::numLinearSystems ( ) const
inlineoverridevirtualinherited

◆ numMatrixTags()

virtual unsigned int SubProblem::numMatrixTags ( ) const
inlinevirtualinherited

◆ numNonlinearSystems()

virtual std::size_t FEProblemBase::numNonlinearSystems ( ) const
inlineoverridevirtualinherited

◆ numSolverSystems()

virtual std::size_t FEProblemBase::numSolverSystems ( ) const
inlineoverridevirtualinherited

◆ numVectorTags()

unsigned int SubProblem::numVectorTags ( const Moose::VectorTagType  type = Moose::VECTOR_TAG_ANY) const
virtualinherited

◆ objectExecuteHelper()

template<typename T >
void FEProblemBase::objectExecuteHelper ( const std::vector< T * > &  objects)
staticinherited

Definition at line 3750 of file FEProblemBase.h.

3751{
3752 for (T * obj_ptr : objects)
3753 obj_ptr->execute();
3754}

◆ objectSetupHelper()

template<typename T >
void FEProblemBase::objectSetupHelper ( const std::vector< T * > &  objects,
const ExecFlagType exec_flag 
)
staticinherited

Helpers for calling the necessary setup/execute functions for the supplied objects.

Definition at line 3716 of file FEProblemBase.h.

3717{
3718 if (exec_flag == EXEC_INITIAL)
3719 {
3720 for (T * obj_ptr : objects)
3721 obj_ptr->initialSetup();
3722 }
3723
3724 else if (exec_flag == EXEC_TIMESTEP_BEGIN)
3725 {
3726 for (const auto obj_ptr : objects)
3727 obj_ptr->timestepSetup();
3728 }
3729 else if (exec_flag == EXEC_SUBDOMAIN)
3730 {
3731 for (const auto obj_ptr : objects)
3732 obj_ptr->subdomainSetup();
3733 }
3734
3735 else if (exec_flag == EXEC_NONLINEAR)
3736 {
3737 for (const auto obj_ptr : objects)
3738 obj_ptr->jacobianSetup();
3739 }
3740
3741 else if (exec_flag == EXEC_LINEAR)
3742 {
3743 for (const auto obj_ptr : objects)
3744 obj_ptr->residualSetup();
3745 }
3746}
void timestepSetup() override
virtual void subdomainSetup(SubdomainID subdomain, const THREAD_ID tid)

◆ onlyAllowDefaultNonlinearConvergence()

virtual bool ReferenceResidualProblem::onlyAllowDefaultNonlinearConvergence ( ) const
inlineoverridevirtual

Returns true if an error will result if the user supplies 'nonlinear_convergence'.

Some problems are strongly tied to their convergence, and it does not make sense to use any convergence other than their default and additionally would be error-prone.

Reimplemented from FEProblemBase.

Definition at line 27 of file ReferenceResidualProblem.h.

27{ return true; }

◆ onTimestepBegin()

void FEProblemBase::onTimestepBegin ( )
overridevirtualinherited

Implements SubProblem.

Definition at line 7453 of file FEProblemBase.C.

7454{
7455 TIME_SECTION("onTimestepBegin", 2);
7456
7457 for (auto & nl : _nl)
7458 nl->onTimestepBegin();
7459}
virtual void onTimestepBegin() override

Referenced by TransientBase::takeStep(), and MFEMTransient::takeStep().

◆ onTimestepEnd()

void FEProblemBase::onTimestepEnd ( )
overridevirtualinherited

◆ outputStep()

void FEProblemBase::outputStep ( ExecFlagType  type)
virtualinherited

Output the current step.

Will ensure that everything is in the proper state to be outputted. Then tell the OutputWarehouse to do its thing

Parameters
typeThe type execution flag (see Moose.h)

Reimplemented in DumpObjectsProblem.

Definition at line 7416 of file FEProblemBase.C.

7417{
7418 TIME_SECTION("outputStep", 1, "Outputting");
7419
7421
7422 for (auto & sys : _solver_systems)
7423 sys->update();
7424 _aux->update();
7425
7427 _displaced_problem->syncSolutions();
7429
7431}
void outputStep(ExecFlagType type)
Calls the outputStep method for each output object.

Referenced by TransientBase::endStep(), Eigenvalue::execute(), SteadyBase::execute(), TransientBase::execute(), MFEMSteady::execute(), InversePowerMethod::init(), NonlinearEigen::init(), EigenExecutionerBase::postExecute(), TransientBase::preExecute(), FEProblemSolve::solve(), FixedPointSolve::solve(), FixedPointSolve::solveStep(), and TransientMultiApp::solveStep().

◆ paramError()

template<typename... Args>
void MooseBase::paramError ( const std::string &  param,
Args...  args 
) const
inherited

Emits an error prefixed with the file and line number of the given param (from the input file) along with the full parameter path+name followed by the given args as the message.

If this object's parameters were not created directly by the Parser, then this function falls back to the normal behavior of mooseError - only printing a message using the given args.

Definition at line 457 of file MooseBase.h.

458{
459 _pars.paramError(param, std::forward<Args>(args)...);
460}
void paramError(const std::string &param, Args... args) const
Emits a parameter error prefixed with the parameter location and object information if available.

Referenced by HierarchicalGridPartitioner::_do_partition(), AutoCheckpointAction::act(), CommonOutputAction::act(), SetupDebugAction::act(), DiffusionCG::addFEKernels(), DiffusionFV::addFVKernels(), NEML2ModelExecutor::addGatheredParameter(), NEML2ModelExecutor::addGatheredVariable(), ADDGKernel::ADDGKernel(), ComponentJunction::addMeshGenerators(), CylinderComponent::addMeshGenerators(), ReporterPointSource::addPoints(), ADIntegratedBCTempl< T >::ADIntegratedBCTempl(), ADKernelTempl< T >::ADKernelTempl(), ADPenaltyPeriodicSegmentalConstraint::ADPenaltyPeriodicSegmentalConstraint(), ADPeriodicSegmentalConstraint::ADPeriodicSegmentalConstraint(), AdvancedExtruderGenerator::AdvancedExtruderGenerator(), AdvectiveFluxAux::AdvectiveFluxAux(), AnnularMesh::AnnularMesh(), AnnularMeshGenerator::AnnularMeshGenerator(), ArrayBodyForce::ArrayBodyForce(), ArrayCoupledForce::ArrayCoupledForce(), ArrayDGKernel::ArrayDGKernel(), ArrayDGLowerDKernel::ArrayDGLowerDKernel(), ArrayDirichletBC::ArrayDirichletBC(), ArrayHFEMDirichletBC::ArrayHFEMDirichletBC(), ArrayIntegratedBC::ArrayIntegratedBC(), ArrayKernel::ArrayKernel(), ArrayLowerDIntegratedBC::ArrayLowerDIntegratedBC(), ArrayParsedAux::ArrayParsedAux(), ArrayPenaltyDirichletBC::ArrayPenaltyDirichletBC(), ArrayReactionNodalKernelTempl< is_ad >::ArrayReactionNodalKernelTempl(), ArrayVacuumBC::ArrayVacuumBC(), ArrayVarReductionAux::ArrayVarReductionAux(), ParsedSubdomainIDsGenerator::assignElemSubdomainID(), AuxKernelBase::AuxKernelBase(), BatchMeshGeneratorAction::BatchMeshGeneratorAction(), BlockDeletionGenerator::BlockDeletionGenerator(), BlockWeightedPartitioner::BlockWeightedPartitioner(), BoundaryIntegralValueConstraint::BoundaryIntegralValueConstraint(), BoundaryLinearFVFluxIntegral::BoundaryLinearFVFluxIntegral(), BoundsBase::BoundsBase(), BreakMeshByBlockGenerator::BreakMeshByBlockGenerator(), BSplineCurveGenerator::BSplineCurveGenerator(), BuildArrayVariableAux::BuildArrayVariableAux(), MFEMFESpaceHierarchy::buildHierarchy(), MFEMMesh::buildMesh(), MFEMGeometricMultigridSolver::BuildMultigrid(), TimeSequenceStepperBase::buildSequence(), CartesianGridDivision::CartesianGridDivision(), CartesianMeshGenerator::CartesianMeshGenerator(), checkComponent(), Moose::Kokkos::ParsedObjectBase::checkDuplicateSymbols(), SamplerBase::checkForStandardFieldVariableType(), MeshGenerator::checkGetMesh(), ComponentInitialConditionInterface::checkInitialConditionsAllRequested(), BatchMeshGeneratorAction::checkInputParameterType(), PhysicsBase::checkIntegrityEarly(), SideUserObject::checkNoInterfaceMaterialPropertyDependencies(), PostprocessorInterface::checkParam(), FEProblemBase::checkProblemIntegrity(), MultiAppReporterTransfer::checkSiblingsTransferSupported(), MFEMMultiAppTransfer::checkValidTransferProblemTypes(), Coupleable::checkVar(), MultiAppTransfer::checkVariable(), CircularBoundaryCorrectionGenerator::CircularBoundaryCorrectionGenerator(), CircularBoundaryCorrectionGenerator::circularCenterCalculator(), MultiAppGeneralFieldTransfer::closestToPosition(), CoarsenBlockGenerator::CoarsenBlockGenerator(), CombinedVectorPostprocessor::CombinedVectorPostprocessor(), CombinerGenerator::CombinerGenerator(), ComponentInitialConditionInterface::ComponentInitialConditionInterface(), ComponentJunction::ComponentJunction(), ComponentMaterialPropertyInterface::ComponentMaterialPropertyInterface(), CompositionDT::CompositionDT(), ConcentricCircleMeshGenerator::ConcentricCircleMeshGenerator(), LibtorchNeuralNetControl::conditionalParameterError(), ConservativeAdvectionBCTempl< is_ad >::ConservativeAdvectionBCTempl(), ConservativeAdvectionTempl< is_ad >::ConservativeAdvectionTempl(), ConstantVectorPostprocessor::ConstantVectorPostprocessor(), ContainsPointAux::ContainsPointAux(), CopyValueAux::CopyValueAux(), MultiAppGeneralFieldTransfer::correctSolutionVectorValues(), Coupleable::Coupleable(), CoupledForceTempl< is_ad >::CoupledForceTempl(), CoupledValueFunctionMaterialTempl< is_ad >::CoupledValueFunctionMaterialTempl(), MultiApp::createApp(), MeshGeneratorSystem::createMeshGenerator(), CylindricalGridDivision::CylindricalGridDivision(), DebugResidualAux::DebugResidualAux(), ConstantReporter::declareConstantReporterValue(), ConstantReporter::declareConstantReporterValues(), AccumulateReporter::declareLateValues(), DefaultMultiAppFixedPointConvergence::DefaultMultiAppFixedPointConvergence(), DGKernel::DGKernel(), DGKernelBase::DGKernelBase(), DGLowerDKernel::DGLowerDKernel(), DiffusionFluxAux::DiffusionFluxAux(), DomainUserObject::DomainUserObject(), EigenProblem::EigenProblem(), EigenProblemSolve::EigenProblemSolve(), ElementAdaptivityLevelAux::ElementAdaptivityLevelAux(), ElementGenerator::ElementGenerator(), ElementGroupCentroidPositions::ElementGroupCentroidPositions(), ElementLengthAux::ElementLengthAux(), ElementLpNormAux::ElementLpNormAux(), ElementNormalAux::ElementNormalAux(), ExtraIDIntegralVectorPostprocessor::elementValue(), ElementValueSampler::ElementValueSampler(), ElementVectorL2Error::ElementVectorL2Error(), EqualValueEmbeddedConstraintTempl< is_ad >::EqualValueEmbeddedConstraintTempl(), ReporterPointSource::errorCheck(), StitchMeshGeneratorBase::errorMissingBoundary(), ExamplePatchMeshGenerator::ExamplePatchMeshGenerator(), FunctorNodalCorrector::execute(), MultiAppNearestNodeTransfer::execute(), MultiAppUserObjectTransfer::execute(), ExtraElementIDAux::ExtraElementIDAux(), ExtraElementIntegerDivision::ExtraElementIntegerDivision(), ExtraIDIntegralVectorPostprocessor::ExtraIDIntegralVectorPostprocessor(), FEProblemBase::FEProblemBase(), FEProblemSolve::FEProblemSolve(), FileMeshGenerator::FileMeshGenerator(), FillBetweenCurvesGenerator::FillBetweenCurvesGenerator(), FillBetweenSidesetsGenerator::FillBetweenSidesetsGenerator(), SpatialUserObjectVectorPostprocessor::fillPoints(), CombinerGenerator::fillPositions(), MultiApp::fillPositions(), InternalSideIndicatorBase::finalize(), FixedPointSolve::findTransformedSystem(), FixedPointSolve::FixedPointSolve(), ForcingFunctionAux::ForcingFunctionAux(), FullSolveMultiApp::FullSolveMultiApp(), FunctionArrayAux::FunctionArrayAux(), FunctionValuePostprocessor::FunctionValuePostprocessor(), FunctorADConverterTempl< T >::FunctorADConverterTempl(), FunctorAux::FunctorAux(), FunctorBinnedValuesDivision::FunctorBinnedValuesDivision(), FunctorCoordinatesFunctionAux::FunctorCoordinatesFunctionAux(), FunctorElementalGradientAuxTempl< is_ad >::FunctorElementalGradientAuxTempl(), FunctorExtremaPositions::FunctorExtremaPositions(), FunctorIC::FunctorIC(), FunctorNodalCorrector::FunctorNodalCorrector(), FunctorPositions::FunctorPositions(), FunctorSmootherTempl< T >::FunctorSmootherTempl(), FunctorVectorElementalAuxTempl< is_ad >::FunctorVectorElementalAuxTempl(), FVAdvection::FVAdvection(), FVFluxBC::FVFluxBC(), FVInterfaceKernel::FVInterfaceKernel(), FVOneVarDiffusionInterface::FVOneVarDiffusionInterface(), FVTwoVarContinuityConstraint::FVTwoVarContinuityConstraint(), Boundary2DDelaunayGenerator::General2DDelaunay(), SurfaceSubdomainsDelaunayRemesher::General2DDelaunay(), AddMetaDataGenerator::generate(), AdvancedExtruderGenerator::generate(), BlockDeletionGenerator::generate(), BlockToMeshConverterGenerator::generate(), Boundary2DDelaunayGenerator::generate(), BoundaryDeletionGenerator::generate(), BoundaryElementConversionGenerator::generate(), BreakBoundaryOnSubdomainGenerator::generate(), BreakMeshByBlockGenerator::generate(), BreakMeshByElementGenerator::generate(), CircularBoundaryCorrectionGenerator::generate(), CoarsenBlockGenerator::generate(), CoarsenSurfaceMeshAlongSidesetGenerator::generate(), CombinerGenerator::generate(), CutMeshByLevelSetGeneratorBase::generate(), ElementsToTetrahedronsConverter::generate(), ExtraNodesetGenerator::generate(), FillBetweenCurvesGenerator::generate(), FillBetweenSidesetsGenerator::generate(), FlipSidesetGenerator::generate(), GeneratedMeshGenerator::generate(), LowerDBlockFromSidesetGenerator::generate(), ManifoldSubdomainGenerator::generate(), MeshCollectionGenerator::generate(), MeshExtruderGenerator::generate(), ParsedCurveGenerator::generate(), ParsedExtraElementIDGenerator::generate(), ParsedSubdomainGeneratorBase::generate(), PlaneIDMeshGenerator::generate(), PolyLineMeshFollowingNodeSetGenerator::generate(), ProjectSideSetOntoLevelSetGenerator::generate(), RefineBlockGenerator::generate(), RefineSidesetGenerator::generate(), RenameBlockGenerator::generate(), RenameBoundaryGenerator::generate(), RenumberBySubdomainGenerator::generate(), SideSetsFromNodeSetsGenerator::generate(), StackGenerator::generate(), SubdomainBoundingBoxGenerator::generate(), SubdomainsFromPartitionerGenerator::generate(), SurfaceSubdomainsDelaunayRemesher::generate(), UniqueExtraIDMeshGenerator::generate(), XYMeshLineCutter::generate(), XYZDelaunayGenerator::generate(), PatternedMeshGenerator::generate(), GeneratedMeshGenerator::GeneratedMeshGenerator(), BoundaryLayerUtils::generateOffsetPolyline(), GenericConstantStdVectorMaterialTempl< is_ad >::GenericConstantStdVectorMaterialTempl(), GenericFunctorGradientMaterialTempl< is_ad >::GenericFunctorGradientMaterialTempl(), GenericFunctorMaterialTempl< is_ad >::GenericFunctorMaterialTempl(), GenericFunctorTimeDerivativeMaterialTempl< is_ad >::GenericFunctorTimeDerivativeMaterialTempl(), GenericVectorFunctorMaterialTempl< is_ad >::GenericVectorFunctorMaterialTempl(), PropertyReadFile::getBlockData(), ComponentBoundaryConditionInterface::getBoundaryCondition(), MultiApp::getCommandLineArgs(), PropertyReadFile::getData(), PropertyReadFile::getFileNames(), Sampler::getGlobalSamples(), ComponentInitialConditionInterface::getInitialCondition(), NEML2Action::getInputParameterMapping(), MultiAppNearestNodeTransfer::getLocalEntitiesAndComponents(), Sampler::getLocalSamples(), MeshGenerator::getMeshGeneratorNameFromParam(), MeshGenerator::getMeshGeneratorNamesFromParam(), Sampler::getNextLocalRow(), FEProblemSolve::getParamFromNonlinearSystemVectorParam(), PostprocessorInterface::getPostprocessorNameInternal(), PostprocessorInterface::getPostprocessorValueInternal(), MultiAppNearestNodeTransfer::getTargetLocalNodes(), UserObjectInterface::getUserObjectBase(), UserObjectInterface::getUserObjectName(), AddPeriodicBCAction::getVariables(), HFEMDirichletBC::HFEMDirichletBC(), AddVariableAction::init(), MFEMTransient::init(), MultiApp::init(), DistributedPositions::initialize(), BlockWeightedPartitioner::initialize(), BlockRestrictable::initializeBlockRestrictable(), BoundaryRestrictable::initializeBoundaryRestrictable(), PhysicsBase::initializePhysics(), ReferenceResidualConvergence::initialSetup(), PiecewiseConstantFromCSV::initialSetup(), SolutionIC::initialSetup(), LibtorchControlValuePostprocessor::initialSetup(), ElementSubdomainModifierBase::initialSetup(), MFEMScalarCoefficientPointValueSampler::initialSetup(), FullSolveMultiApp::initialSetup(), JSONOutput::initialSetup(), BoundaryLinearFVFluxIntegral::initialSetup(), SideFVFluxBCIntegral::initialSetup(), MultiAppCloneReporterTransfer::initialSetup(), MultiAppDofCopyTransfer::initialSetup(), MultiAppGeneralFieldKDTreeTransferBase::initialSetup(), MultiAppGeneralFieldNearestLocationTransfer::initialSetup(), MultiAppGeneralFieldTransfer::initialSetup(), MultiAppVariableValueSamplePostprocessorTransfer::initialSetup(), PointInPolyhedronCheckUO::initialSetup(), HistogramVectorPostprocessor::initialSetup(), SampledOutput::initSample(), AddMetaDataGenerator::inputChecker(), IntegratedBC::IntegratedBC(), InterfaceDiffusiveFluxIntegralTempl< is_ad >::InterfaceDiffusiveFluxIntegralTempl(), InterfaceValueUserObjectAux::InterfaceValueUserObjectAux(), InternalSideIndicatorBase::InternalSideIndicatorBase(), InterpolatedStatefulMaterialTempl< T >::InterpolatedStatefulMaterialTempl(), InversePowerMethod::InversePowerMethod(), IterationAdaptiveDT::IterationAdaptiveDT(), MultiApp::keepSolutionDuringRestore(), Kernel::Kernel(), LibtorchNeuralNetControl::LibtorchNeuralNetControl(), LinearCombinationFunction::LinearCombinationFunction(), LinearFVAdvectionDiffusionFunctorRobinBC::LinearFVAdvectionDiffusionFunctorRobinBC(), LowerDIntegratedBC::LowerDIntegratedBC(), PNGOutput::makeMeshFunc(), MatCoupledForce::MatCoupledForce(), MaterialADConverterTempl< T >::MaterialADConverterTempl(), MaterialFunctorConverterTempl< T >::MaterialFunctorConverterTempl(), MatReactionTempl< is_ad >::MatReactionTempl(), MatrixSymmetryCheck::MatrixSymmetryCheck(), PatternedMeshGenerator::mergeSubdomainNameMaps(), MeshCollectionGenerator::MeshCollectionGenerator(), MeshDiagnosticsGenerator::MeshDiagnosticsGenerator(), MeshDivisionAux::MeshDivisionAux(), MeshGenerator::MeshGenerator(), MeshGeneratorComponent::MeshGeneratorComponent(), MeshInfo::MeshInfo(), MFEMComplexSumAux::MFEMComplexSumAux(), MFEMFunctorMaterial::MFEMFunctorMaterial(), MFEMGeneratedMeshGenerator::MFEMGeneratedMeshGenerator(), MFEMGenericFunctorMaterial::MFEMGenericFunctorMaterial(), MFEMGenericFunctorVectorMaterial::MFEMGenericFunctorVectorMaterial(), MFEMGeometricMultigridSolver::MFEMGeometricMultigridSolver(), MFEMMultiAppTransfer::MFEMMultiAppTransfer(), MFEMNDtoRTAux::MFEMNDtoRTAux(), MFEMSumAux::MFEMSumAux(), MFEMVariable::MFEMVariable(), MooseLinearVariableFV< OutputType >::MooseLinearVariableFV(), UserObjectInterface::mooseObjectError(), MoosePreconditioner::MoosePreconditioner(), MooseStaticCondensationPreconditioner::MooseStaticCondensationPreconditioner(), MooseVariableBase::MooseVariableBase(), MortarConstraintBase::MortarConstraintBase(), MortarNodalAuxKernelTempl< ComputeValueType >::MortarNodalAuxKernelTempl(), MultiApp::moveApp(), MoveNodeGenerator::MoveNodeGenerator(), MoveNodesByParsedExpressionModifier::MoveNodesByParsedExpressionModifier(), MultiApp::MultiApp(), MultiAppCloneReporterTransfer::MultiAppCloneReporterTransfer(), MultiAppGeneralFieldFunctorTransfer::MultiAppGeneralFieldFunctorTransfer(), MultiAppGeneralFieldKDTreeTransferBase::MultiAppGeneralFieldKDTreeTransferBase(), MultiAppGeneralFieldShapeEvaluationTransfer::MultiAppGeneralFieldShapeEvaluationTransfer(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), MultiAppGeneralFieldUserObjectTransfer::MultiAppGeneralFieldUserObjectTransfer(), MultiAppGeometricInterpolationTransfer::MultiAppGeometricInterpolationTransfer(), MultiAppNearestNodeTransfer::MultiAppNearestNodeTransfer(), MultiAppPostprocessorInterpolationTransfer::MultiAppPostprocessorInterpolationTransfer(), MultiAppPostprocessorToAuxScalarTransfer::MultiAppPostprocessorToAuxScalarTransfer(), MultiAppPostprocessorTransfer::MultiAppPostprocessorTransfer(), MultiAppProjectionTransfer::MultiAppProjectionTransfer(), MultiAppReporterTransfer::MultiAppReporterTransfer(), MultiAppScalarToAuxScalarTransfer::MultiAppScalarToAuxScalarTransfer(), MultiAppShapeEvaluationTransfer::MultiAppShapeEvaluationTransfer(), MultiAppTransfer::MultiAppTransfer(), MultiAppUserObjectTransfer::MultiAppUserObjectTransfer(), MultiAppVariableValueSamplePostprocessorTransfer::MultiAppVariableValueSamplePostprocessorTransfer(), MultiAppVariableValueSampleTransfer::MultiAppVariableValueSampleTransfer(), MultiAppVectorPostprocessorTransfer::MultiAppVectorPostprocessorTransfer(), MultiSystemSolveObject::MultiSystemSolveObject(), NearestNodeValueAux::NearestNodeValueAux(), NEML2Action::NEML2Action(), NEML2PreKernel::NEML2PreKernel(), NestedDivision::NestedDivision(), NodalBC::NodalBC(), NodalEqualValueConstraint::NodalEqualValueConstraint(), NodalKernel::NodalKernel(), NodalPatchRecoveryAux::NodalPatchRecoveryAux(), NodalValueSampler::NodalValueSampler(), NumDOFs::NumDOFs(), OrientSurfaceMeshGenerator::OrientSurfaceMeshGenerator(), Output::Output(), ParsedCurveGenerator::ParsedCurveGenerator(), ParsedFunctorMaterialTempl< is_ad >::ParsedFunctorMaterialTempl(), ParsedPostprocessor::ParsedPostprocessor(), ParsedReporterBase::ParsedReporterBase(), ParsedScalarReporter::ParsedScalarReporter(), ParsedSubdomainGeneratorBase::ParsedSubdomainGeneratorBase(), ParsedVectorRealReductionReporter::ParsedVectorRealReductionReporter(), ParsedVectorReporter::ParsedVectorReporter(), ParsedVectorVectorRealReductionReporter::ParsedVectorVectorRealReductionReporter(), PatternedMeshGenerator::PatternedMeshGenerator(), PenaltyPeriodicSegmentalConstraint::PenaltyPeriodicSegmentalConstraint(), PeriodicSegmentalConstraint::PeriodicSegmentalConstraint(), PIDTransientControl::PIDTransientControl(), PlaneDeletionGenerator::PlaneDeletionGenerator(), PlaneIDMeshGenerator::PlaneIDMeshGenerator(), PointInPolyhedronBaseUO::PointInPolyhedronBaseUO(), PointInSignedFunctionCheckUO::PointInSignedFunctionCheckUO(), PointInUnionCheckUO::PointInUnionCheckUO(), PointwiseRenormalizeVector::PointwiseRenormalizeVector(), PolyLineMeshFollowingNodeSetGenerator::PolyLineMeshFollowingNodeSetGenerator(), EqualValueBoundaryConstraint::populateSecondaryNodes(), ReporterInterface::possiblyCheckHasReporter(), VectorPostprocessorInterface::possiblyCheckHasVectorPostprocessor(), LibmeshPartitioner::prepareBlocksForSubdomainPartitioner(), ProjectedMaterialPropertyNodalPatchRecoveryAux::ProjectedMaterialPropertyNodalPatchRecoveryAux(), ProjectSideSetOntoLevelSetGenerator::ProjectSideSetOntoLevelSetGenerator(), PropertyReadFile::PropertyReadFile(), RandomIC::RandomIC(), RankTwoTensorFromComponentProperties::RankTwoTensorFromComponentProperties(), MultiApp::readCommandLineArguments(), PropertyReadFile::readData(), SolutionUserObjectBase::readExodusIIOrNemesis(), SolutionUserObjectBase::readXda(), ReferenceResidualConvergence::ReferenceResidualConvergence(), RefineBlockGenerator::RefineBlockGenerator(), RefineSidesetGenerator::RefineSidesetGenerator(), RenameBlockGenerator::RenameBlockGenerator(), RenameBoundaryGenerator::RenameBoundaryGenerator(), ReporterPointSource::ReporterPointSource(), FEProblemBase::restoreSolutions(), SecondTimeDerivativeAux::SecondTimeDerivativeAux(), FEProblemBase::setLinearConvergenceNames(), FEProblemBase::setNonlinearConvergenceNames(), MooseMesh::setPartitioner(), NodeSetsGeneratorBase::setup(), SideSetsGeneratorBase::setup(), SurfaceMeshGeneratorBase::setup(), CylinderComponent::setupComponent(), NEML2Action::setupDerivativeMappings(), NEML2Action::setupInputMappings(), MultiSystemSolveObject::setupMultiSystemFixedPointRelaxationFactors(), MoveNodesByParsedExpressionModifier::setupNodalOutputVariables(), NEML2Action::setupParameterDerivativeMappings(), NEML2Action::setupParameterMappings(), SetupQuadratureAction::SetupQuadratureAction(), SidesetAroundSubdomainUpdater::SidesetAroundSubdomainUpdater(), SideSetsFromBoundingBoxGenerator::SideSetsFromBoundingBoxGenerator(), SideValueSampler::SideValueSampler(), SingleRankPartitioner::SingleRankPartitioner(), SphericalGridDivision::SphericalGridDivision(), StitchBoundaryMeshGenerator::StitchBoundaryMeshGenerator(), StitchMeshGenerator::StitchMeshGenerator(), SurfaceSubdomainsDelaunayRemesher::SurfaceSubdomainsDelaunayRemesher(), SymmetryTransformGenerator::SymmetryTransformGenerator(), TagVectorAux::TagVectorAux(), Terminator::Terminator(), TimeDerivativeAux::TimeDerivativeAux(), Transfer::Transfer(), TransformGenerator::TransformGenerator(), TransientMultiApp::TransientMultiApp(), CylinderComponent::translation(), MeshTriangulationUtils::triangulateWithDelaunay(), ParsedCurveGenerator::tSectionSpaceDefiner(), UniqueExtraIDMeshGenerator::UniqueExtraIDMeshGenerator(), UserObjectBase::UserObjectBase(), Checkpoint::validateExecuteOn(), ParsedAux::validateGenericVectorNames(), MFEMProblem::validateVariableNumericType(), VariableCondensationPreconditioner::VariableCondensationPreconditioner(), VectorBodyForce::VectorBodyForce(), VectorFunctionDirichletBC::VectorFunctionDirichletBC(), VectorFunctionIC::VectorFunctionIC(), VolumeAux::VolumeAux(), WebServerControl::WebServerControl(), XYDelaunayGenerator::XYDelaunayGenerator(), XYMeshLineCutter::XYMeshLineCutter(), and XYZDelaunayGenerator::XYZDelaunayGenerator().

◆ parameters()

const InputParameters & MooseBase::parameters ( ) const
inlineinherited

Get the parameters of the object.

Returns
The parameters of the object

Definition at line 131 of file MooseBase.h.

131{ return _pars; }

Referenced by AddActionComponentAction::act(), CommonOutputAction::act(), CSGOnlyAction::act(), MeshOnlyAction::act(), SetupDebugAction::act(), SplitMeshAction::act(), Action::Action(), FEProblemBase::addAnyRedistributers(), FEProblemBase::addAuxKernel(), MFEMProblem::addAuxKernel(), FEProblemBase::addAuxScalarKernel(), DisplacedProblem::addAuxVariable(), MFEMProblem::addAuxVariable(), FEProblemBase::addBoundaryCondition(), MFEMProblem::addBoundaryCondition(), FEProblemBase::addConstraint(), FEProblemBase::addConvergence(), FEProblemBase::addDamper(), AddDefaultConvergenceAction::addDefaultMultiAppFixedPointConvergence(), FEProblemBase::addDefaultMultiAppFixedPointConvergence(), AddDefaultConvergenceAction::addDefaultNonlinearConvergence(), FEProblemBase::addDefaultNonlinearConvergence(), addDefaultNonlinearConvergence(), AddDefaultConvergenceAction::addDefaultSteadyStateConvergence(), FEProblemBase::addDefaultSteadyStateConvergence(), FEProblemBase::addDGKernel(), FEProblemBase::addDiracKernel(), FEProblemBase::addDistribution(), MFEMProblem::addFESpace(), MFEMProblem::addFESpaceHierarchy(), FEProblemBase::addFunction(), MFEMProblem::addFunction(), FEProblemBase::addFunctorMaterial(), MFEMProblem::addFunctorMaterial(), FEProblemBase::addFVBC(), FEProblemBase::addFVGradientMethod(), FEProblemBase::addFVInitialCondition(), FEProblemBase::addFVInterfaceKernel(), FEProblemBase::addFVInterpolationMethod(), FEProblemBase::addFVKernel(), MFEMProblem::addGridFunction(), FEProblemBase::addHDGKernel(), MFEMProblem::addImagComponentToBC(), MFEMProblem::addImagComponentToKernel(), FEProblemBase::addIndicator(), MFEMProblem::addIndicator(), FEProblemBase::addInitialCondition(), MFEMProblem::addInitialCondition(), DiffusionPhysicsBase::addInitialConditions(), FEProblemBase::addInterfaceKernel(), FEProblemBase::addInterfaceMaterial(), FEProblemBase::addKernel(), MFEMProblem::addKernel(), FEProblemBase::addLinearFVBC(), FEProblemBase::addLinearFVKernel(), FEProblem::addLineSearch(), FEProblemBase::addMarker(), MFEMProblem::addMarker(), FEProblemBase::addMaterial(), FEProblemBase::addMaterialHelper(), FEProblemBase::addMeshDivision(), MFEMProblem::addMFEMFESpaceFromMOOSEVariable(), MFEMProblem::addMFEMProblemComposer(), MFEMProblem::addMFEMSolver(), FEProblemBase::addMultiApp(), FEProblemBase::addNodalKernel(), FEProblemBase::addObject(), FEProblemBase::addObjectParamsHelper(), FEProblemBase::addOutput(), FEProblemBase::addPostprocessor(), MFEMProblem::addPostprocessor(), FEProblemBase::addPredictor(), MFEMProblem::addQuadratureFunction(), MFEMProblem::addRealComponentToBC(), MFEMProblem::addRealComponentToKernel(), FEProblemBase::addReporter(), FEProblemBase::addSampler(), FEProblemBase::addScalarKernel(), MFEMProblem::addSubMesh(), FEProblemBase::addTimeIntegrator(), FEProblemBase::addTransfer(), MFEMProblem::addTransfer(), FEProblemBase::addUserObject(), DisplacedProblem::addVariable(), MFEMEigenproblem::addVariable(), MFEMProblem::addVariable(), FEProblemBase::addVectorPostprocessor(), MFEMProblem::addVectorPostprocessor(), ADPiecewiseLinearInterpolationMaterial::ADPiecewiseLinearInterpolationMaterial(), AdvancedOutput::AdvancedOutput(), AnnularMesh::AnnularMesh(), AnnularMeshGenerator::AnnularMeshGenerator(), assemble_l2(), Moose::assemble_matrix(), Action::associateWithParameter(), AuxKernelBase::AuxKernelBase(), AuxScalarKernel::AuxScalarKernel(), BoundsBase::BoundsBase(), MooseMesh::buildTypedMesh(), MeshGenerator::checkGetMesh(), PostprocessorInterface::checkParam(), AddDefaultConvergenceAction::checkUnusedMultiAppFixedPointConvergenceParameters(), AddDefaultConvergenceAction::checkUnusedNonlinearConvergenceParameters(), AddDefaultConvergenceAction::checkUnusedSteadyStateConvergenceParameters(), SampledOutput::cloneMesh(), Moose::compute_bounds(), Moose::compute_jacobian(), Moose::compute_nearnullspace(), Moose::compute_nullspace(), Moose::compute_postcheck(), Moose::compute_transpose_nullspace(), LibtorchNeuralNetControl::conditionalParameterError(), Console::Console(), MooseMeshUtils::copyIntoMesh(), CommonOutputAction::create(), MultiApp::createApp(), Postprocessor::declareValue(), DumpObjectsProblem::deduceNecessaryParameters(), DefaultMultiAppFixedPointConvergence::DefaultMultiAppFixedPointConvergence(), DumpObjectsProblem::dumpObjectHelper(), DumpObjectsProblem::DumpObjectsProblem(), EigenProblem::EigenProblem(), EigenProblemSolve::EigenProblemSolve(), ElementMaterialSampler::ElementMaterialSampler(), ExamplePatchMeshGenerator::ExamplePatchMeshGenerator(), Executor::Executor(), Exodus::Exodus(), ElementSubdomainModifierBase::extrapolatePolynomial(), FEProblem::FEProblem(), FixedPointSolve::FixedPointSolve(), FunctorSmootherTempl< T >::FunctorSmootherTempl(), GapValueAux::GapValueAux(), ParsedSubdomainGeneratorBase::generate(), ActionWarehouse::getCurrentActionName(), ExecutorInterface::getExecutor(), Material::getMaterial(), Moose::PeriodicBCHelper::getParams(), ReporterInterface::getReporterName(), Reporter::getReporterValueName(), UserObjectInterface::getUserObjectName(), AuxKernelBase::getVariableHelper(), VectorPostprocessorInterface::getVectorPostprocessorName(), GhostingUserObject::GhostingUserObject(), MeshGeneratorSystem::hasDataDrivenAllowed(), AttribSystem::initFrom(), AttribDisplaced::initFrom(), BlockRestrictable::initializeBlockRestrictable(), FullSolveMultiApp::initialSetup(), FEProblemBase::initNullSpaceVectors(), InterfaceDiffusiveFluxIntegralTempl< is_ad >::InterfaceDiffusiveFluxIntegralTempl(), InterfaceIntegralVariableValuePostprocessor::InterfaceIntegralVariableValuePostprocessor(), InterfaceKernelTempl< T >::InterfaceKernelTempl(), MooseObject::isKokkosObject(), isValid(), IterationAdaptiveDT::IterationAdaptiveDT(), LibtorchNeuralNetControl::LibtorchNeuralNetControl(), MooseObject::MooseObject(), UserObjectInterface::mooseObjectError(), MooseVariableInterface< T >::MooseVariableInterface(), MultiApp::MultiApp(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), MultiAppGeneralFieldUserObjectTransfer::MultiAppGeneralFieldUserObjectTransfer(), MultiAppTransfer::MultiAppTransfer(), MultiAppVariableValueSamplePostprocessorTransfer::MultiAppVariableValueSamplePostprocessorTransfer(), NodeFaceConstraint::NodeFaceConstraint(), ConsoleUtils::outputLegacyInformation(), OverlayMeshGenerator::OverlayMeshGenerator(), ParsedReporterBase::ParsedReporterBase(), ParsedScalarReporter::ParsedScalarReporter(), PenetrationAux::PenetrationAux(), PiecewiseBilinear::PiecewiseBilinear(), PiecewiseLinearInterpolationMaterial::PiecewiseLinearInterpolationMaterial(), NEML2Action::printSummary(), ProjectedStatefulMaterialStorageAction::processProperty(), PropertyReadFile::PropertyReadFile(), PseudoTimestep::PseudoTimestep(), RandomIC::RandomIC(), ReferenceResidualConvergence::ReferenceResidualConvergence(), InputParameterWarehouse::removeInputParameters(), FEProblemBase::setAuxKernelParamsAndLog(), FEProblemBase::setInputParametersFEProblem(), FEProblem::setInputParametersFEProblem(), FEProblemBase::setResidualObjectParamsAndLog(), SideSetsGeneratorBase::setup(), NonlinearSystemBase::shouldEvaluatePreSMOResidual(), SideSetsFromBoundingBoxGenerator::SideSetsFromBoundingBoxGenerator(), Moose::PetscSupport::storePetscOptions(), DumpObjectsProblem::stringifyParameters(), TaggingInterface::TaggingInterface(), Transfer::Transfer(), TransientBase::TransientBase(), VectorBodyForce::VectorBodyForce(), VectorFunctionDirichletBC::VectorFunctionDirichletBC(), VectorFunctionIC::VectorFunctionIC(), and VectorMagnitudeFunctorMaterialTempl< is_ad >::VectorMagnitudeFunctorMaterialTempl().

◆ paramInfo()

template<typename... Args>
void MooseBase::paramInfo ( const std::string &  param,
Args...  args 
) const
inherited

Emits an informational message prefixed with the file and line number of the given param (from the input file) along with the full parameter path+name followed by the given args as the message.

If this object's parameters were not created directly by the Parser, then this function falls back to the normal behavior of mooseInfo - only printing a message using the given args.

Definition at line 471 of file MooseBase.h.

472{
473 mooseInfo(_pars.paramMessage(param, std::forward<Args>(args)...));
474}
std::string paramMessage(const std::string &param, Args... args) const

Referenced by GridPartitioner::_do_partition(), ComboMarker::ComboMarker(), Control::Control(), FunctorIC::FunctorIC(), and TransientMultiApp::TransientMultiApp().

◆ paramWarning() [1/2]

template<typename... Args>
void MooseBase::paramWarning ( const std::string &  param,
Args...  args 
) const
inherited

Emits a warning prefixed with the file and line number of the given param (from the input file) along with the full parameter path+name followed by the given args as the message.

If this object's parameters were not created directly by the Parser, then this function falls back to the normal behavior of mooseWarning - only printing a message using the given args.

Definition at line 464 of file MooseBase.h.

465{
466 mooseWarning(_pars.paramMessage(param, std::forward<Args>(args)...));
467}

◆ paramWarning() [2/2]

template<typename... Args>
void SolutionInvalidInterface::paramWarning ( const std::string &  param,
Args...  args 
) const
inlineinherited

◆ parentOutputPositionChanged()

void FEProblemBase::parentOutputPositionChanged ( )
inherited

Calls parentOutputPositionChanged() on all sub apps.

Definition at line 5051 of file FEProblemBase.C.

5052{
5053 for (const auto & it : _multi_apps)
5054 {
5055 const auto & objects = it.second.getActiveObjects();
5056 for (const auto & obj : objects)
5058 }
5059}
void parentOutputPositionChanged()
Calls parentOutputPositionChanged() on all sub apps.

Referenced by TransientBase::parentOutputPositionChanged().

◆ perfGraph()

PerfGraph & PerfGraphInterface::perfGraph ( )
inherited

Get the PerfGraph.

Definition at line 86 of file PerfGraphInterface.C.

87{
88 return _pg_moose_app.perfGraph();
89}
PerfGraph & perfGraph()
Get the PerfGraph for this app.
Definition MooseApp.h:179
MooseApp & _pg_moose_app
The MooseApp that owns the PerfGraph.

Referenced by CommonOutputAction::act(), PerfGraphData::finalize(), PerfGraphReporter::finalize(), and PerfGraphOutput::output().

◆ petscOptionsDatabase()

PetscOptions & FEProblemBase::petscOptionsDatabase ( )
inlineinherited

◆ petscOptionsInserted()

bool & FEProblemBase::petscOptionsInserted ( )
inlineinherited

If PETSc options are already inserted.

Definition at line 2637 of file FEProblemBase.h.

bool _is_petsc_options_inserted
If or not PETSc options have been added to database.

Referenced by EigenProblemSolve::initialSetup().

◆ possiblyRebuildGeomSearchPatches()

void FEProblemBase::possiblyRebuildGeomSearchPatches ( )
virtualinherited

Definition at line 8618 of file FEProblemBase.C.

8619{
8620 if (_displaced_problem) // Only need to do this if things are moving...
8621 {
8622 TIME_SECTION("possiblyRebuildGeomSearchPatches", 5, "Rebuilding Geometric Search Patches");
8623
8624 switch (_mesh.getPatchUpdateStrategy())
8625 {
8626 case Moose::Never:
8627 break;
8628 case Moose::Iteration:
8629 // Update the list of ghosted elements at the start of the time step
8632
8633 _displaced_problem->geomSearchData().updateGhostedElems();
8635
8636 // The commands below ensure that the sparsity of the Jacobian matrix is
8637 // augmented at the start of the time step using neighbor nodes from the end
8638 // of the previous time step.
8639
8641
8642 // This is needed to reinitialize PETSc output
8644
8645 break;
8646
8647 case Moose::Auto:
8648 {
8649 Real max = _displaced_problem->geomSearchData().maxPatchPercentage();
8650 _communicator.max(max);
8651
8652 // If we haven't moved very far through the patch
8653 if (max < 0.4)
8654 break;
8655 }
8656 libmesh_fallthrough();
8657
8658 // Let this fall through if things do need to be updated...
8659 case Moose::Always:
8660 // Flush output here to see the message before the reinitialization, which could take a
8661 // while
8662 _console << "\n\nUpdating geometric search patches\n" << std::endl;
8663
8666
8667 _displaced_problem->geomSearchData().clearNearestNodeLocators();
8669
8671
8672 // This is needed to reinitialize PETSc output
8674 }
8675 }
8676}
virtual void initPetscOutputAndSomeSolverSettings()
Reinitialize PETSc output for proper linear/nonlinear iteration display.
void clearNearestNodeLocators()
Clear out the Penetration Locators so they will redo the search.
void updateGhostedElems()
Updates the list of ghosted elements at the start of each time step for the nonlinear iteration patch...
const Moose::PatchUpdateType & getPatchUpdateStrategy() const
Get the current patch update strategy.
Definition MooseMesh.C:3522
@ Iteration

Referenced by FEProblemBase::solve().

◆ postExecute()

void FEProblemBase::postExecute ( )
virtualinherited

Method called at the end of the simulation.

Definition at line 6198 of file FEProblemBase.C.

6199{
6200 const auto & multi_apps = _multi_apps.getActiveObjects();
6201
6202 for (const auto & multi_app : multi_apps)
6203 multi_app->postExecute();
6204}
virtual void postExecute()
Method called at the end of the simulation.

Referenced by Eigenvalue::execute(), SteadyBase::execute(), TransientBase::execute(), and MFEMSteady::execute().

◆ predictorCleanup()

void FEProblemBase::predictorCleanup ( NumericVector< libMesh::Number > &  ghosted_solution)
virtualinherited

Perform cleanup tasks after application of predictor to solution vector.

Parameters
ghosted_solutionGhosted solution vector

Definition at line 8519 of file FEProblemBase.C.

8520{
8521}

Referenced by NonlinearSystemBase::setInitialSolution().

◆ prepare() [1/2]

void FEProblemBase::prepare ( const Elem *  elem,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 1877 of file FEProblemBase.C.

1878{
1879 for (const auto i : index_range(_solver_systems))
1880 {
1881 _assembly[tid][i]->reinit(elem);
1882 _solver_systems[i]->prepare(tid);
1883
1884 if (i < _num_nl_sys)
1885 {
1886 // This method is called outside of residual/Jacobian callbacks during initial condition
1887 // evaluation
1889 _assembly[tid][i]->prepareJacobianBlock();
1890 _assembly[tid][i]->prepareResidual();
1892 _assembly[tid][i]->prepareNonlocal();
1893 }
1894 }
1895 _aux->prepare(tid);
1896
1897 if (_displaced_problem &&
1898 // _reinit_displaced_neighbor applies to interface type objects which will do computations
1899 // based on both elem and neighbor. Consequently, despite what you might think by its name, we
1900 // must make sure we prepare the displaced elem
1902 {
1903 _displaced_problem->prepare(_displaced_mesh->elemPtr(elem->id()), tid);
1905 _displaced_problem->prepareNonlocal(tid);
1906 }
1907}
const bool & currentlyComputingJacobian() const
Returns true if the problem is in the process of computing the Jacobian.
Definition SubProblem.h:692

Referenced by NodalPatchRecovery::compute(), ComputeElemDampingThread::onElement(), ComputeIndicatorThread::onElement(), ComputeMarkerThread::onElement(), ComputeMaterialsObjectThread::onElement(), ComputeUserObjectsThread::onElement(), and ComputeInitialConditionThread::operator()().

◆ prepare() [2/2]

void FEProblemBase::prepare ( const Elem *  elem,
unsigned int  ivar,
unsigned int  jvar,
const std::vector< dof_id_type > &  dof_indices,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 1921 of file FEProblemBase.C.

1926{
1927 for (const auto i : index_range(_nl))
1928 {
1929 _assembly[tid][i]->reinit(elem);
1930 _nl[i]->prepare(tid);
1931 }
1932
1933 _aux->prepare(tid);
1934 const auto current_nl_sys_num = _current_nl_sys->number();
1935 _assembly[tid][current_nl_sys_num]->prepareBlock(ivar, jvar, dof_indices);
1937 if (_nonlocal_cm[current_nl_sys_num](ivar, jvar) != 0)
1938 {
1940 _assembly[tid][current_nl_sys_num]->prepareBlockNonlocal(
1941 ivar, jvar, dof_indices, jv.allDofIndices());
1942 }
1943
1945 {
1946 _displaced_problem->prepare(_displaced_mesh->elemPtr(elem->id()), ivar, jvar, dof_indices, tid);
1948 if (_nonlocal_cm[current_nl_sys_num](ivar, jvar) != 0)
1949 {
1951 _displaced_problem->prepareBlockNonlocal(ivar, jvar, dof_indices, jv.allDofIndices(), tid);
1952 }
1953 }
1954}
virtual void prepare()=0
Prepare the elemental degrees of freedom.

◆ prepareAssembly()

void FEProblemBase::prepareAssembly ( const THREAD_ID  tid)
overridevirtualinherited

◆ prepareAssemblyNeighbor()

void FEProblemBase::prepareAssemblyNeighbor ( const THREAD_ID  tid)
virtualinherited

Begin a fresh neighbor accumulation phase by sizing and zeroing the neighbor blocks.

Definition at line 2012 of file FEProblemBase.C.

2013{
2014 _assembly[tid][_current_nl_sys->number()]->prepareNeighbor();
2015
2017 _displaced_problem->prepareAssemblyNeighbor(tid);
2018}

Referenced by NonlinearSystemBase::constraintJacobians().

◆ prepareFace()

void FEProblemBase::prepareFace ( const Elem *  elem,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 1910 of file FEProblemBase.C.

1911{
1912 for (auto & nl : _nl)
1913 nl->prepareFace(tid, true);
1914 _aux->prepareFace(tid, false);
1915
1917 _displaced_problem->prepareFace(_displaced_mesh->elemPtr(elem->id()), tid);
1918}
virtual void prepareFace(const Elem *elem, const THREAD_ID tid) override

Referenced by ComputeUserObjectsThread::onInterface(), and ComputeUserObjectsThread::onInternalSide().

◆ prepareFaceShapes()

void FEProblemBase::prepareFaceShapes ( unsigned int  var,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2280 of file FEProblemBase.C.

2281{
2282 _assembly[tid][_current_nl_sys->number()]->copyFaceShapes(var);
2283}

Referenced by ComputeUserObjectsThread::onBoundary().

◆ prepareKokkosMaterials()

void FEProblemBase::prepareKokkosMaterials ( const std::unordered_set< unsigned int > &  consumer_needed_mat_props)
inherited

◆ prepareMaterials()

void FEProblemBase::prepareMaterials ( const std::unordered_set< unsigned int > &  consumer_needed_mat_props,
const SubdomainID  blk_id,
const THREAD_ID  tid 
)
inherited

Add the MooseVariables and the material properties that the current materials depend on to the dependency list.

Parameters
consumer_needed_mat_propsThe material properties needed by consumer objects (other than the materials themselves)
blk_idThe subdomain ID for which we are preparing our list of needed vars and props
tidThe thread ID we are preparing the requirements for

This MUST be done after the moose variable dependency list has been set for all the other objects using the setActiveElementalMooseVariables API!

Definition at line 4302 of file FEProblemBase.C.

4305{
4306 std::set<MooseVariableFEBase *> needed_moose_vars;
4307 std::unordered_set<unsigned int> needed_mat_props;
4308
4309 if (_all_materials.hasActiveBlockObjects(blk_id, tid))
4310 {
4311 _all_materials.updateVariableDependency(needed_moose_vars, tid);
4312 _all_materials.updateBlockMatPropDependency(blk_id, needed_mat_props, tid);
4313 }
4314
4315 const auto & ids = _mesh.getSubdomainBoundaryIds(blk_id);
4316 for (const auto id : ids)
4317 {
4318 _materials.updateBoundaryVariableDependency(id, needed_moose_vars, tid);
4319 _materials.updateBoundaryMatPropDependency(id, needed_mat_props, tid);
4320 }
4321
4322 const auto & current_active_elemental_moose_variables = getActiveElementalMooseVariables(tid);
4323 needed_moose_vars.insert(current_active_elemental_moose_variables.begin(),
4324 current_active_elemental_moose_variables.end());
4325
4326 needed_mat_props.insert(consumer_needed_mat_props.begin(), consumer_needed_mat_props.end());
4327
4328 setActiveElementalMooseVariables(needed_moose_vars, tid);
4329 setActiveMaterialProperties(needed_mat_props, tid);
4330}
void setActiveMaterialProperties(const std::unordered_set< unsigned int > &mat_prop_ids, const THREAD_ID tid)
Record and set the material properties required by the current computing thread.
virtual void setActiveElementalMooseVariables(const std::set< MooseVariableFEBase * > &moose_vars, const THREAD_ID tid) override
Set the MOOSE variables to be reinited on each element.
const std::set< BoundaryID > & getSubdomainBoundaryIds(const SubdomainID subdomain_id) const
Get the list of boundary ids associated with the given subdomain id.
Definition MooseMesh.C:3606
void updateVariableDependency(std::set< MooseVariableFieldBase * > &needed_moose_vars, THREAD_ID tid=0) const
Update variable dependency vector.
void updateBlockMatPropDependency(SubdomainID id, std::unordered_set< unsigned int > &needed_mat_props, THREAD_ID tid=0, const bool producer_only=false) const
void updateBoundaryVariableDependency(std::set< MooseVariableFieldBase * > &needed_moose_vars, THREAD_ID tid=0) const
bool hasActiveBlockObjects(THREAD_ID tid=0) const
void updateBoundaryMatPropDependency(std::unordered_set< unsigned int > &needed_mat_props, THREAD_ID tid=0, const bool producer_only=false) const
virtual const std::set< MooseVariableFieldBase * > & getActiveElementalMooseVariables(const THREAD_ID tid) const
Get the MOOSE variables to be reinited on each element.
Definition SubProblem.C:453

Referenced by ComputeIndicatorThread::subdomainChanged(), ComputeMarkerThread::subdomainChanged(), and ComputeUserObjectsThread::subdomainChanged().

◆ prepareNeighborShapes()

void FEProblemBase::prepareNeighborShapes ( unsigned int  var,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2286 of file FEProblemBase.C.

2287{
2288 _assembly[tid][_current_nl_sys->number()]->copyNeighborShapes(var);
2289}

◆ preparePRefinement()

void SubProblem::preparePRefinement ( )
inherited

Prepare DofMap and Assembly classes with our p-refinement information.

Definition at line 1351 of file SubProblem.C.

1352{
1353 std::unordered_set<FEFamily> disable_families;
1354 for (const auto & [family, flag] : _family_for_p_refinement)
1355 if (flag)
1356 disable_families.insert(family);
1357
1358 for (const auto tid : make_range(libMesh::n_threads()))
1359 for (const auto s : make_range(numNonlinearSystems()))
1360 assembly(tid, s).havePRefinement(disable_families);
1361
1362 auto & eq = es();
1363 for (const auto family : disable_families)
1364 for (const auto i : make_range(eq.n_systems()))
1365 {
1366 auto & system = eq.get_system(i);
1367 auto & dof_map = system.get_dof_map();
1368 for (const auto vg : make_range(system.n_variable_groups()))
1369 {
1370 const auto & var_group = system.variable_group(vg);
1371 if (var_group.type().family == family)
1372 dof_map.should_p_refine(vg, false);
1373 }
1374 }
1375
1376 _have_p_refinement = true;
1377}

Referenced by FEProblemBase::init().

◆ prepareShapes()

void FEProblemBase::prepareShapes ( unsigned int  var,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2274 of file FEProblemBase.C.

2275{
2276 _assembly[tid][_current_nl_sys->number()]->copyShapes(var);
2277}

Referenced by ComputeUserObjectsThread::onElement().

◆ preserveMatrixSparsityPattern()

bool FEProblemBase::preserveMatrixSparsityPattern ( ) const
inlineinherited

Will return True if the executioner in use requires preserving the sparsity pattern of the matrices being formed during the solve.

This is usually the Jacobian.

Definition at line 2396 of file FEProblemBase.h.

bool _preserve_matrix_sparsity_pattern
Whether to preserve the system matrix / Jacobian sparsity pattern, using 0-valued entries usually.

◆ projectFunctionOnCustomRange()

void FEProblemBase::projectFunctionOnCustomRange ( ConstElemRange &  elem_range,
Number(*)(const Point &, const libMesh::Parameters &, const std::string &, const std::string &)  func,
Gradient(*)(const Point &, const libMesh::Parameters &, const std::string &, const std::string &)  func_grad,
const libMesh::Parameters params,
const std::vector< VariableName > &  target_vars 
)
inherited

Project a function onto a range of elements for a given variable.

Parameters
elem_rangeElement range to project on
funcFunction to project
func_gradGradient of the function
paramsParameters to pass to the function
target_varsvariable names to project

Definition at line 4012 of file FEProblemBase.C.

4023{
4024 mooseAssert(!Threads::in_threads,
4025 "We're performing a projection based on data from just the thread 0 variable, so any "
4026 "modifications to the variable solution must have been thread joined already");
4027
4028 std::unordered_map<unsigned int, std::vector<unsigned int>> sys_to_var_nums;
4029
4030 for (const auto & target_var : target_vars)
4031 {
4032 const auto sn = systemNumForVariable(target_var);
4033 const auto & var = getStandardVariable(0, target_var);
4034 sys_to_var_nums[sn].push_back(var.number());
4035 }
4036
4037 for (const auto & [sys_num, var_nums] : sys_to_var_nums)
4038 {
4039 System & libmesh_sys = getSystemBase(sys_num).system();
4040 libmesh_sys.project_solution(func, func_grad, params, elem_range, var_nums);
4041 }
4042}
virtual MooseVariable & getStandardVariable(const THREAD_ID tid, const std::string &var_name) override
Returns the variable reference for requested MooseVariable which may be in any system.
unsigned int systemNumForVariable(const VariableName &variable_name) const
void project_solution(FunctionBase< Number > *f, FunctionBase< Gradient > *g=nullptr, std::optional< ConstElemRange > active_local_range=std::nullopt, std::optional< std::vector< unsigned int > > variable_numbers=std::nullopt) const

Referenced by ElementSubdomainModifierBase::extrapolatePolynomial().

◆ projectInitialConditionOnCustomRange()

void FEProblemBase::projectInitialConditionOnCustomRange ( libMesh::ConstElemRange elem_range,
ConstBndNodeRange bnd_node_range,
const std::optional< std::set< VariableName > > &  target_vars = std::nullopt 
)
inherited

Project initial conditions for custom elem_range and bnd_node_range This is needed when elements/boundary nodes are added to a specific subdomain at an intermediate step.

Parameters
elem_rangeElement range to project on
bnd_node_rangeBoundary node range to project on
target_varsSet of variable names to project ICs

Definition at line 3937 of file FEProblemBase.C.

3941{
3942 if (target_vars)
3943 {
3944 ComputeInitialConditionThread cic(*this, &(*target_vars));
3945 Threads::parallel_reduce(elem_range, cic);
3946 }
3947 else
3948 {
3950 Threads::parallel_reduce(elem_range, cic);
3951 }
3952
3953 // Need to close the solution vector here so that boundary ICs take precendence
3954 for (auto & nl : _nl)
3955 nl->solution().close();
3956 _aux->solution().close();
3957
3958 if (target_vars)
3959 {
3960 ComputeBoundaryInitialConditionThread cbic(*this, &(*target_vars));
3961 Threads::parallel_reduce(bnd_nodes, cbic);
3962 }
3963 else
3964 {
3966 Threads::parallel_reduce(bnd_nodes, cbic);
3967 }
3968
3969 for (auto & nl : _nl)
3970 nl->solution().close();
3971 _aux->solution().close();
3972
3973 // Also, load values into the SCALAR dofs
3974 // Note: We assume that all SCALAR dofs are on the
3975 // processor with highest ID
3977 {
3978 const auto & ics = _scalar_ics.getActiveObjects();
3979 for (const auto & ic : ics)
3980 {
3981 MooseVariableScalar & var = ic->variable();
3982
3983 if (target_vars && !target_vars->count(var.name()))
3984 continue;
3985
3986 var.reinit();
3987
3988 DenseVector<Number> vals(var.order());
3989 ic->compute(vals);
3990
3991 const unsigned int n_scalar_dofs = var.dofIndices().size();
3992 for (unsigned int i = 0; i < n_scalar_dofs; i++)
3993 {
3994 const auto global_index = var.dofIndices()[i];
3995 var.sys().solution().set(global_index, vals(i));
3996 var.setValue(i, vals(i));
3997 }
3998 }
3999 }
4000
4001 for (auto & nl : _nl)
4002 {
4003 nl->solution().close();
4004 nl->solution().localize(*nl->system().current_local_solution, nl->dofMap().get_send_list());
4005 }
4006
4007 _aux->solution().close();
4008 _aux->solution().localize(*_aux->sys().current_local_solution, _aux->dofMap().get_send_list());
4009}
virtual const std::vector< dof_id_type > & dofIndices() const
Get local DoF indices.
void setValue(unsigned int i, Number value)
Set the nodal value for this variable (to keep everything up to date.
void reinit(bool reinit_for_derivative_reordering=false)
Fill out the VariableValue arrays from the system solution vector.
NumericVector< Number > & solution()
Definition SystemBase.h:203
virtual void set(const numeric_index_type i, const T value)=0
processor_id_type n_processors() const

Referenced by ElementSubdomainModifierBase::applyIC(), and ActivateElementsUserObjectBase::initSolutions().

◆ projectSolution()

void FEProblemBase::projectSolution ( )
inherited

Definition at line 3871 of file FEProblemBase.C.

3872{
3873 TIME_SECTION("projectSolution", 2, "Projecting Initial Solutions")
3874
3876
3878 Threads::parallel_reduce(getCurrentAlgebraicElementRange(), cic);
3879
3880 if (haveFV())
3881 {
3882 using ElemInfoRange = StoredRange<MooseMesh::const_elem_info_iterator, const ElemInfo *>;
3883 ElemInfoRange elem_info_range(_mesh.ownedElemInfoBegin(), _mesh.ownedElemInfoEnd());
3884
3886 Threads::parallel_reduce(elem_info_range, cfvic);
3887 }
3888
3889 // Need to close the solution vector here so that boundary ICs take precendence
3890 for (auto & nl : _nl)
3891 nl->solution().close();
3892 _aux->solution().close();
3893
3894 // now run boundary-restricted initial conditions
3897
3898 for (auto & nl : _nl)
3899 nl->solution().close();
3900 _aux->solution().close();
3901
3902 // Also, load values into the SCALAR dofs
3903 // Note: We assume that all SCALAR dofs are on the
3904 // processor with highest ID
3906 {
3907 const auto & ics = _scalar_ics.getActiveObjects();
3908 for (const auto & ic : ics)
3909 {
3910 MooseVariableScalar & var = ic->variable();
3911 var.reinit();
3912
3913 DenseVector<Number> vals(var.order());
3914 ic->compute(vals);
3915
3916 const unsigned int n_scalar_dofs = var.dofIndices().size();
3917 for (unsigned int i = 0; i < n_scalar_dofs; i++)
3918 {
3919 const auto global_index = var.dofIndices()[i];
3920 var.sys().solution().set(global_index, vals(i));
3921 var.setValue(i, vals(i));
3922 }
3923 }
3924 }
3925
3926 for (auto & sys : _solver_systems)
3927 {
3928 sys->solution().close();
3929 sys->solution().localize(*sys->system().current_local_solution, sys->dofMap().get_send_list());
3930 }
3931
3932 _aux->solution().close();
3933 _aux->solution().localize(*_aux->sys().current_local_solution, _aux->dofMap().get_send_list());
3934}
Scope guard for starting and stopping Floating Point Exception Trapping.
elem_info_iterator ownedElemInfoEnd()
Definition MooseMesh.C:1529
elem_info_iterator ownedElemInfoBegin()
Iterators to owned faceInfo objects.
Definition MooseMesh.C:1521

Referenced by FEProblemBase::initialAdaptMesh().

◆ queryParam()

template<typename T >
const T * MooseBase::queryParam ( const std::string &  name) const
inherited

Query a parameter for the object.

If a parameter of the given name and type does not exist or if the parameter is not valid, nullptr will be returned

Parameters
nameThe name of the parameter
Returns
A pointer to the parameter value, if it exists

Definition at line 413 of file MooseBase.h.

414{
415 return _pars.queryParam<T>(name);
416}
const T * queryParam(const std::string &name) const
Query a parameter.

Referenced by MFEMExecutedObject::getRequestedItems(), and MFEMGeometricMultigridSolver::MFEMGeometricMultigridSolver().

◆ registerInvalidSolutionInternal()

InvalidSolutionID SolutionInvalidInterface::registerInvalidSolutionInternal ( const std::string &  message,
const bool  warning 
) const
protectedinherited

Definition at line 55 of file SolutionInvalidInterface.C.

57{
59 _si_moose_base.type(), message, warning);
60}
InvalidSolutionID registerInvalidity(const std::string &object_type, const std::string &message, const bool warning)
Call to register an invalid calculation.

◆ registerRandomInterface()

void FEProblemBase::registerRandomInterface ( RandomInterface random_interface,
const std::string &  name 
)
inherited

Definition at line 9450 of file FEProblemBase.C.

9451{
9452 auto insert_pair = moose_try_emplace(
9453 _random_data_objects, name, std::make_unique<RandomData>(*this, random_interface));
9454
9455 auto random_data_ptr = insert_pair.first->second.get();
9456 random_interface.setRandomDataPointer(random_data_ptr);
9457}
std::pair< typename M::iterator, bool > moose_try_emplace(M &m, const typename M::key_type &k, Args &&... args)
Function to mirror the behavior of the C++17 std::map::try_emplace() method (no hint).
Definition Moose.h:103
void setRandomDataPointer(RandomData *random_data)

Referenced by RandomInterface::setRandomResetFrequency().

◆ registerRestartableDataOnApp()

RestartableDataValue & Restartable::registerRestartableDataOnApp ( std::unique_ptr< RestartableDataValue data,
THREAD_ID  tid 
) const
privateinherited

Helper function for actually registering the restartable data.

Definition at line 63 of file Restartable.C.

65{
67 std::move(data), tid, _restartable_read_only, _metaname);
68}
RestartableDataValue & registerRestartableData(std::unique_ptr< RestartableDataValue > data, THREAD_ID tid, bool read_only, const RestartableDataMapName &metaname="")
Definition MooseApp.C:2455
const RestartableDataMapName _metaname
Restartable metadata name.
const bool _restartable_read_only
Flag for toggling read only status (see ReporterData)
MooseApp & _restartable_app
Reference to the application.

Referenced by Restartable::declareRestartableDataHelper().

◆ registerRestartableNameWithFilterOnApp()

void Restartable::registerRestartableNameWithFilterOnApp ( const std::string &  name,
Moose::RESTARTABLE_FILTER  filter 
)
privateinherited

Helper function for actually registering the restartable data.

Definition at line 71 of file Restartable.C.

73{
75}
void registerRestartableNameWithFilter(const std::string &name, Moose::RESTARTABLE_FILTER filter)
NOTE: This is an internal function meant for MOOSE use only!
Definition MooseApp.C:1707

Referenced by Restartable::declareRecoverableData().

◆ registerTimedSection() [1/2]

PerfID PerfGraphInterface::registerTimedSection ( const std::string &  section_name,
const unsigned int  level 
) const
protectedinherited

Call to register a named section for timing.

Parameters
section_nameThe name of the code section to be timed
levelThe importance of the timer - lower is more important (0 will always come out)
Returns
The ID of the section - use when starting timing

Definition at line 61 of file PerfGraphInterface.C.

63{
64 const auto timed_section_name = timedSectionName(section_name);
65 if (!moose::internal::getPerfGraphRegistry().sectionExists(timed_section_name))
66 return moose::internal::getPerfGraphRegistry().registerSection(timed_section_name, level);
67 else
68 return moose::internal::getPerfGraphRegistry().sectionID(timed_section_name);
69}
std::string timedSectionName(const std::string &section_name) const
PerfID sectionID(const std::string &section_name) const
Given a name return the PerfID @section_name The name of the section.
PerfID registerSection(const std::string &section_name, const unsigned int level)
Call to register a named section for timing.
PerfGraphRegistry & getPerfGraphRegistry()
Get the global PerfGraphRegistry singleton.

◆ registerTimedSection() [2/2]

PerfID PerfGraphInterface::registerTimedSection ( const std::string &  section_name,
const unsigned int  level,
const std::string &  live_message,
const bool  print_dots = true 
) const
protectedinherited

Call to register a named section for timing.

Parameters
section_nameThe name of the code section to be timed
levelThe importance of the timer - lower is more important (0 will always come out)
live_messageThe message to be printed to the screen during execution
print_dotsWhether or not progress dots should be printed for this section
Returns
The ID of the section - use when starting timing

Definition at line 72 of file PerfGraphInterface.C.

76{
77 const auto timed_section_name = timedSectionName(section_name);
78 if (!moose::internal::getPerfGraphRegistry().sectionExists(timed_section_name))
80 timedSectionName(section_name), level, live_message, print_dots);
81 else
82 return moose::internal::getPerfGraphRegistry().sectionID(timed_section_name);
83}

◆ registerUnfilledFunctorRequest()

template<typename T >
void SubProblem::registerUnfilledFunctorRequest ( T *  functor_interface,
const std::string &  functor_name,
const THREAD_ID  tid 
)
inherited

Register an unfulfilled functor request.

◆ reinitBecauseOfGhostingOrNewGeomObjects()

void FEProblemBase::reinitBecauseOfGhostingOrNewGeomObjects ( bool  mortar_changed = false)
protectedinherited

Call when it is possible that the needs for ghosted elements has changed.

Parameters
mortar_changedWhether an update of mortar data has been requested since the last EquationSystems (re)initialization

Definition at line 5761 of file FEProblemBase.C.

5762{
5763 TIME_SECTION("reinitBecauseOfGhostingOrNewGeomObjects",
5764 3,
5765 "Reinitializing Because of Geometric Search Objects");
5766
5767 // Need to see if _any_ processor has ghosted elems or geometry objects.
5768 bool needs_reinit = !_ghosted_elems.empty();
5769 needs_reinit = needs_reinit || !_geometric_search_data._nearest_node_locators.empty() ||
5770 (_mortar_data->hasObjects() && mortar_changed);
5771 needs_reinit =
5772 needs_reinit || (_displaced_problem &&
5773 (!_displaced_problem->geomSearchData()._nearest_node_locators.empty() ||
5774 (_mortar_data->hasDisplacedObjects() && mortar_changed)));
5775 _communicator.max(needs_reinit);
5776
5777 if (needs_reinit)
5778 {
5779 // Call reinit to get the ghosted vectors correct now that some geometric search has been done
5780 es().reinit();
5781
5782 if (_displaced_mesh)
5783 _displaced_problem->es().reinit();
5784 }
5785}
std::map< std::pair< BoundaryID, BoundaryID >, NearestNodeLocator * > _nearest_node_locators

Referenced by FEProblemBase::meshChanged(), and FEProblemBase::possiblyRebuildGeomSearchPatches().

◆ reinitDirac()

bool FEProblemBase::reinitDirac ( const Elem *  elem,
const THREAD_ID  tid 
)
overridevirtualinherited

Returns true if the Problem has Dirac kernels it needs to compute on elem.

The maximum number of qps can rise if several Dirac points are added to a single element. In that case we need to resize the zeros to compensate.

Implements SubProblem.

Definition at line 2325 of file FEProblemBase.C.

2326{
2327 std::vector<Point> & points = _dirac_kernel_info.getPoints()[elem].first;
2328
2329 unsigned int n_points = points.size();
2330
2331 if (n_points)
2332 {
2333 if (n_points > _max_qps)
2334 {
2335 _max_qps = n_points;
2336
2341 unsigned int max_qpts = getMaxQps();
2342 for (unsigned int tid = 0; tid < libMesh::n_threads(); ++tid)
2343 {
2344 // the highest available order in libMesh is 43
2345 _scalar_zero[tid].resize(libMesh::FORTYTHIRD, 0);
2346 _zero[tid].resize(max_qpts, 0);
2347 _grad_zero[tid].resize(max_qpts, RealGradient(0.));
2348 _second_zero[tid].resize(max_qpts, RealTensor(0.));
2349 _vector_zero[tid].resize(max_qpts, RealGradient(0.));
2350 _vector_curl_zero[tid].resize(max_qpts, RealGradient(0.));
2351 }
2352 }
2353
2354 for (const auto i : index_range(_nl))
2355 {
2356 _assembly[tid][i]->reinitAtPhysical(elem, points);
2357 _nl[i]->prepare(tid);
2358 }
2359 _aux->prepare(tid);
2360
2361 reinitElem(elem, tid);
2362 }
2363
2364 _assembly[tid][_current_nl_sys->number()]->prepare();
2366 _assembly[tid][_current_nl_sys->number()]->prepareNonlocal();
2367
2368 bool have_points = n_points > 0;
2370 {
2371 have_points |= _displaced_problem->reinitDirac(_displaced_mesh->elemPtr(elem->id()), tid);
2373 _displaced_problem->prepareNonlocal(tid);
2374 }
2375
2376 return have_points;
2377}
MultiPointMap & getPoints()
Returns a writeable reference to the _points container.
std::vector< VariableGradient > _grad_zero
std::vector< VariableSecond > _second_zero
virtual void reinitElem(const Elem *elem, const THREAD_ID tid) override
std::vector< VectorVariableValue > _vector_zero
std::vector< VariableValue > _scalar_zero
std::vector< VectorVariableCurl > _vector_curl_zero
std::vector< VariableValue > _zero

Referenced by ComputeDiracThread::onElement().

◆ reinitElem()

void FEProblemBase::reinitElem ( const Elem *  elem,
const THREAD_ID  tid 
)
overridevirtualinherited

◆ reinitElemFace() [1/2]

void FEProblemBase::reinitElemFace ( const Elem *  elem,
unsigned int  side,
BoundaryID  ,
const THREAD_ID  tid 
)
inherited

Definition at line 2412 of file FEProblemBase.C.

2416{
2418 "reinitElemFace with a BoundaryID argument is deprecated because the boundary id was never "
2419 "used. Please call reinitElemFace without the BoundaryID argument instead");
2420
2421 reinitElemFace(elem, side, tid);
2422}
void reinitElemFace(const Elem *elem, unsigned int side, BoundaryID, const THREAD_ID tid)

Referenced by ComputeMaterialsObjectThread::onBoundary(), ComputeUserObjectsThread::onBoundary(), ComputeMaterialsObjectThread::onInterface(), NonlinearThread::prepareFace(), and FEProblemBase::reinitElemFace().

◆ reinitElemFace() [2/2]

void FEProblemBase::reinitElemFace ( const Elem *  elem,
unsigned int  side,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2425 of file FEProblemBase.C.

2426{
2427 for (const auto i : index_range(_solver_systems))
2428 {
2429 _assembly[tid][i]->reinit(elem, side);
2430 _solver_systems[i]->reinitElemFace(elem, side, tid);
2431 }
2432 _aux->reinitElemFace(elem, side, tid);
2433
2435 _displaced_problem->reinitElemFace(_displaced_mesh->elemPtr(elem->id()), side, tid);
2436}

◆ reinitElemFaceRef()

void FEProblemBase::reinitElemFaceRef ( const Elem *  elem,
unsigned int  side,
Real  tolerance,
const std::vector< Point > *const  pts,
const std::vector< Real > *const  weights = nullptr,
const THREAD_ID  tid = 0 
)
overridevirtualinherited

reinitialize FE objects on a given element on a given side at a given set of reference points and then compute variable data.

Note that this method makes no assumptions about what's been called beforehand, e.g. you don't have to call some prepare method before this one. This is an all-in-one reinit

Reimplemented from SubProblem.

Definition at line 9840 of file FEProblemBase.C.

9846{
9847 SubProblem::reinitElemFaceRef(elem, side, tolerance, pts, weights, tid);
9848
9850 _displaced_problem->reinitElemFaceRef(
9851 _displaced_mesh->elemPtr(elem->id()), side, tolerance, pts, weights, tid);
9852}
virtual void reinitElemFaceRef(const Elem *elem, unsigned int side, Real tolerance, const std::vector< Point > *const pts, const std::vector< Real > *const weights=nullptr, const THREAD_ID tid=0)
reinitialize FE objects on a given element on a given side at a given set of reference points and the...
Definition SubProblem.C:881

Referenced by Moose::Mortar::loopOverMortarSegments().

◆ reinitElemNeighborAndLowerD()

void FEProblemBase::reinitElemNeighborAndLowerD ( const Elem *  elem,
unsigned int  side,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2544 of file FEProblemBase.C.

2547{
2548 reinitNeighbor(elem, side, tid);
2549
2550 const Elem * lower_d_elem = _mesh.getLowerDElem(elem, side);
2551 if (lower_d_elem && _mesh.interiorLowerDBlocks().count(lower_d_elem->subdomain_id()) > 0)
2552 reinitLowerDElem(lower_d_elem, tid);
2553 else
2554 {
2555 // with mesh refinement, lower-dimensional element might be defined on neighbor side
2556 auto & neighbor = _assembly[tid][0]->neighbor();
2557 auto & neighbor_side = _assembly[tid][0]->neighborSide();
2558 const Elem * lower_d_elem_neighbor = _mesh.getLowerDElem(neighbor, neighbor_side);
2559 if (lower_d_elem_neighbor &&
2560 _mesh.interiorLowerDBlocks().count(lower_d_elem_neighbor->subdomain_id()) > 0)
2561 {
2562 auto qps = _assembly[tid][0]->qPointsFaceNeighbor().stdVector();
2563 std::vector<Point> reference_points;
2564 FEMap::inverse_map(
2565 lower_d_elem_neighbor->dim(), lower_d_elem_neighbor, qps, reference_points);
2566 reinitLowerDElem(lower_d_elem_neighbor, tid, &reference_points);
2567 }
2568 }
2569
2571 _displaced_problem->reinitElemNeighborAndLowerD(
2572 _displaced_mesh->elemPtr(elem->id()), side, tid);
2573}
virtual void reinitLowerDElem(const Elem *lower_d_elem, const THREAD_ID tid, const std::vector< Point > *const pts=nullptr, const std::vector< Real > *const weights=nullptr) override
virtual void reinitNeighbor(const Elem *elem, unsigned int side, const THREAD_ID tid) override
const Elem * getLowerDElem(const Elem *, unsigned short int) const
Returns a const pointer to a lower dimensional element that corresponds to a side of a higher dimensi...
Definition MooseMesh.C:1693

Referenced by ComputeMaterialsObjectThread::onInternalSide(), and NonlinearThread::onInternalSide().

◆ reinitElemPhys()

void FEProblemBase::reinitElemPhys ( const Elem *  elem,
const std::vector< Point > &  phys_points_in_elem,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2391 of file FEProblemBase.C.

2394{
2395 mooseAssert(_mesh.queryElemPtr(elem->id()) == elem,
2396 "Are you calling this method with a displaced mesh element?");
2397
2398 for (const auto i : index_range(_solver_systems))
2399 {
2400 _assembly[tid][i]->reinitAtPhysical(elem, phys_points_in_elem);
2401 _solver_systems[i]->prepare(tid);
2402 _assembly[tid][i]->prepare();
2404 _assembly[tid][i]->prepareNonlocal();
2405 }
2406 _aux->prepare(tid);
2407
2408 reinitElem(elem, tid);
2409}
virtual Elem * queryElemPtr(const dof_id_type i)
Definition MooseMesh.C:3234

Referenced by MultiAppVariableValueSamplePostprocessorTransfer::execute().

◆ reinitFVFace()

void SubProblem::reinitFVFace ( const THREAD_ID  tid,
const FaceInfo fi 
)
inherited

reinitialize the finite volume assembly data for the provided face and thread

Definition at line 1303 of file SubProblem.C.

1304{
1305 for (const auto nl : make_range(numNonlinearSystems()))
1306 assembly(tid, nl).reinitFVFace(fi);
1307}
void reinitFVFace(const THREAD_ID tid, const FaceInfo &fi)
reinitialize the finite volume assembly data for the provided face and thread

◆ reinitGeomSearch()

void SubProblem::reinitGeomSearch ( )
inherited

reinitialize this object's geometric search data, e.g.

do things like clear and re-add quadrature nodes

Definition at line 1421 of file SubProblem.C.

1422{
1424}
virtual GeometricSearchData & geomSearchData()=0

◆ reinitKokkosMaterials()

void FEProblemBase::reinitKokkosMaterials ( )
inherited

◆ reinitLowerDElem()

void FEProblemBase::reinitLowerDElem ( const Elem *  lower_d_elem,
const THREAD_ID  tid,
const std::vector< Point > *const  pts = nullptr,
const std::vector< Real > *const  weights = nullptr 
)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 2439 of file FEProblemBase.C.

2443{
2444 SubProblem::reinitLowerDElem(lower_d_elem, tid, pts, weights);
2445
2447 _displaced_problem->reinitLowerDElem(
2448 _displaced_mesh->elemPtr(lower_d_elem->id()), tid, pts, weights);
2449}
virtual void reinitLowerDElem(const Elem *lower_d_elem, const THREAD_ID tid, const std::vector< Point > *const pts=nullptr, const std::vector< Real > *const weights=nullptr)
Definition SubProblem.C:956

Referenced by ComputeUserObjectsThread::onBoundary(), NonlinearThread::prepareFace(), and FEProblemBase::reinitElemNeighborAndLowerD().

◆ reinitMaterials()

void FEProblemBase::reinitMaterials ( SubdomainID  blk_id,
const THREAD_ID  tid,
bool  swap_stateful = true 
)
inherited

Definition at line 4333 of file FEProblemBase.C.

4334{
4336 {
4337 auto && elem = _assembly[tid][0]->elem();
4338 unsigned int n_points = _assembly[tid][0]->qRule()->n_points();
4339
4340 auto & material_data = _material_props.getMaterialData(tid);
4341 material_data.resize(n_points);
4342
4343 // Only swap if requested
4344 if (swap_stateful)
4345 material_data.swap(*elem);
4346
4348 material_data.reset(_discrete_materials.getActiveBlockObjects(blk_id, tid));
4349
4350 if (_materials.hasActiveBlockObjects(blk_id, tid))
4351 material_data.reinit(_materials.getActiveBlockObjects(blk_id, tid));
4352 }
4353}
bool hasActiveMaterialProperties(const THREAD_ID tid) const
Method to check whether or not a list of active material roperties has been set.
void resize(unsigned int n_qpoints)
Resize the data to hold properties for n_qpoints quadrature points.

Referenced by NodalPatchRecovery::compute(), ComputeDiracThread::onElement(), ComputeIndicatorThread::onElement(), ComputeMarkerThread::onElement(), and ComputeUserObjectsThread::onElement().

◆ reinitMaterialsBoundary()

void FEProblemBase::reinitMaterialsBoundary ( BoundaryID  boundary_id,
const THREAD_ID  tid,
bool  swap_stateful = true,
const std::deque< MaterialBase * > *  reinit_mats = nullptr 
)
inherited

reinit materials on a boundary

Parameters
boundary_idThe boundary on which to reinit corresponding materials
tidThe thread id
swap_statefulWhether to swap stateful material properties between MaterialData and MaterialPropertyStorage
execute_statefulWhether to execute material objects that have stateful properties. This should be false when for example executing material objects for mortar contexts in which stateful properties don't make sense
reinit_matsspecific list of materials to reinit. Used notably in the context of mortar with stateful elements

Definition at line 4478 of file FEProblemBase.C.

4482{
4483 if (hasActiveMaterialProperties(tid) && needBoundaryMaterialOnSide(boundary_id, tid))
4484 {
4485 auto && elem = _assembly[tid][0]->elem();
4486 unsigned int side = _assembly[tid][0]->side();
4487 unsigned int n_points = _assembly[tid][0]->qRuleFace()->n_points();
4488
4489 auto & bnd_material_data = _bnd_material_props.getMaterialData(tid);
4490 bnd_material_data.resize(n_points);
4491
4492 if (swap_stateful && !bnd_material_data.isSwapped())
4493 bnd_material_data.swap(*elem, side);
4494
4495 if (_discrete_materials.hasActiveBoundaryObjects(boundary_id, tid))
4496 bnd_material_data.reset(_discrete_materials.getActiveBoundaryObjects(boundary_id, tid));
4497
4498 if (reinit_mats)
4499 bnd_material_data.reinit(*reinit_mats);
4500 else if (_materials.hasActiveBoundaryObjects(boundary_id, tid))
4501 bnd_material_data.reinit(_materials.getActiveBoundaryObjects(boundary_id, tid));
4502 }
4503}
const std::map< BoundaryID, std::vector< std::shared_ptr< T > > > & getActiveBoundaryObjects(THREAD_ID tid=0) const

Referenced by Moose::Mortar::loopOverMortarSegments(), ComputeUserObjectsThread::onBoundary(), ComputeUserObjectsThread::onInterface(), NonlinearThread::onInterface(), and NonlinearThread::prepareFace().

◆ reinitMaterialsFace()

void FEProblemBase::reinitMaterialsFace ( SubdomainID  blk_id,
const THREAD_ID  tid,
bool  swap_stateful = true,
const std::deque< MaterialBase * > *  reinit_mats = nullptr 
)
inherited

reinit materials on element faces

Parameters
blk_idThe subdomain on which the element owning the face lives
tidThe thread id
swap_statefulWhether to swap stateful material properties between MaterialData and MaterialPropertyStorage
reinit_matsspecific list of materials to reinit. Used notably in the context of mortar with stateful elements

Definition at line 4356 of file FEProblemBase.C.

4360{
4361 // we reinit more often than needed here because we dont have a way to check whether
4362 // we need to compute the face materials on a particular (possibly external) face
4364 {
4365 auto && elem = _assembly[tid][0]->elem();
4366 unsigned int side = _assembly[tid][0]->side();
4367 unsigned int n_points = _assembly[tid][0]->qRuleFace()->n_points();
4368
4369 auto & bnd_material_data = _bnd_material_props.getMaterialData(tid);
4370 bnd_material_data.resize(n_points);
4371
4372 if (swap_stateful && !bnd_material_data.isSwapped())
4373 bnd_material_data.swap(*elem, side);
4374
4375 if (_discrete_materials[Moose::FACE_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
4376 bnd_material_data.reset(
4377 _discrete_materials[Moose::FACE_MATERIAL_DATA].getActiveBlockObjects(blk_id, tid));
4378
4379 if (reinit_mats)
4380 bnd_material_data.reinit(*reinit_mats);
4381 else if (_materials[Moose::FACE_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
4382 bnd_material_data.reinit(
4383 _materials[Moose::FACE_MATERIAL_DATA].getActiveBlockObjects(blk_id, tid));
4384 }
4385}

Referenced by Moose::Mortar::loopOverMortarSegments(), ComputeIndicatorThread::onInternalSide(), ComputeUserObjectsThread::onInternalSide(), NonlinearThread::onInternalSide(), and NonlinearThread::prepareFace().

◆ reinitMaterialsFaceOnBoundary()

void FEProblemBase::reinitMaterialsFaceOnBoundary ( const BoundaryID  boundary_id,
const SubdomainID  blk_id,
const THREAD_ID  tid,
const bool  swap_stateful = true,
const std::deque< MaterialBase * > *const  reinit_mats = nullptr 
)
inherited

reinit materials on element faces on a boundary (internal or external) This specific routine helps us not reinit when don't need to

Parameters
boundary_idThe boundary on which the face belongs
blk_idThe block id to which the element (who owns the face) belong
tidThe thread id
swap_statefulWhether to swap stateful material properties between MaterialData and MaterialPropertyStorage
reinit_matsspecific list of materials to reinit. Used notably in the context of mortar with stateful elements

Definition at line 4388 of file FEProblemBase.C.

4393{
4394 if (hasActiveMaterialProperties(tid) && (needBoundaryMaterialOnSide(boundary_id, tid) ||
4395 needInterfaceMaterialOnSide(boundary_id, tid) ||
4397 {
4398 const auto * const elem = _assembly[tid][0]->elem();
4399 unsigned int side = _assembly[tid][0]->side();
4400 unsigned int n_points = _assembly[tid][0]->qRuleFace()->n_points();
4401
4402 auto & bnd_material_data = _bnd_material_props.getMaterialData(tid);
4403 bnd_material_data.resize(n_points);
4404
4405 if (swap_stateful && !bnd_material_data.isSwapped())
4406 bnd_material_data.swap(*elem, side);
4407
4408 if (_discrete_materials[Moose::FACE_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
4409 bnd_material_data.reset(
4410 _discrete_materials[Moose::FACE_MATERIAL_DATA].getActiveBlockObjects(blk_id, tid));
4411
4412 if (reinit_mats)
4413 bnd_material_data.reinit(*reinit_mats);
4414 else if (_materials[Moose::FACE_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
4415 bnd_material_data.reinit(
4416 _materials[Moose::FACE_MATERIAL_DATA].getActiveBlockObjects(blk_id, tid));
4417 }
4418}

Referenced by ComputeUserObjectsThread::onBoundary(), ComputeUserObjectsThread::onInterface(), NonlinearThread::onInterface(), and NonlinearThread::prepareFace().

◆ reinitMaterialsInterface()

void FEProblemBase::reinitMaterialsInterface ( BoundaryID  boundary_id,
const THREAD_ID  tid,
bool  swap_stateful = true 
)
inherited

Definition at line 4506 of file FEProblemBase.C.

4509{
4510 if (hasActiveMaterialProperties(tid) && needInterfaceMaterialOnSide(boundary_id, tid))
4511 {
4512 const Elem * const & elem = _assembly[tid][0]->elem();
4513 unsigned int side = _assembly[tid][0]->side();
4514 unsigned int n_points = _assembly[tid][0]->qRuleFace()->n_points();
4515
4516 auto & bnd_material_data = _bnd_material_props.getMaterialData(tid);
4517 bnd_material_data.resize(n_points);
4518
4519 if (swap_stateful && !bnd_material_data.isSwapped())
4520 bnd_material_data.swap(*elem, side);
4521
4522 if (_interface_materials.hasActiveBoundaryObjects(boundary_id, tid))
4523 bnd_material_data.reinit(_interface_materials.getActiveBoundaryObjects(boundary_id, tid));
4524 }
4525}

Referenced by ComputeUserObjectsThread::onInterface(), and NonlinearThread::onInterface().

◆ reinitMaterialsNeighbor()

void FEProblemBase::reinitMaterialsNeighbor ( SubdomainID  blk_id,
const THREAD_ID  tid,
bool  swap_stateful = true,
const std::deque< MaterialBase * > *  reinit_mats = nullptr 
)
inherited

reinit materials on the neighboring element face

Parameters
blk_idThe subdomain on which the neighbor element lives
tidThe thread id
swap_statefulWhether to swap stateful material properties between MaterialData and MaterialPropertyStorage
reinit_matsspecific list of materials to reinit. Used notably in the context of mortar with stateful elements

Definition at line 4438 of file FEProblemBase.C.

4442{
4444 {
4445 // NOTE: this will not work with h-adaptivity
4446 // lindsayad: why not?
4447
4448 const Elem * neighbor = _assembly[tid][0]->neighbor();
4449 unsigned int neighbor_side = neighbor->which_neighbor_am_i(_assembly[tid][0]->elem());
4450
4451 mooseAssert(neighbor, "neighbor should be non-null");
4452 mooseAssert(blk_id == neighbor->subdomain_id(),
4453 "The provided blk_id " << blk_id << " and neighbor subdomain ID "
4454 << neighbor->subdomain_id() << " do not match.");
4455
4456 unsigned int n_points = _assembly[tid][0]->qRuleNeighbor()->n_points();
4457
4458 auto & neighbor_material_data = _neighbor_material_props.getMaterialData(tid);
4459 neighbor_material_data.resize(n_points);
4460
4461 // Only swap if requested
4462 if (swap_stateful)
4463 neighbor_material_data.swap(*neighbor, neighbor_side);
4464
4465 if (_discrete_materials[Moose::NEIGHBOR_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
4466 neighbor_material_data.reset(
4467 _discrete_materials[Moose::NEIGHBOR_MATERIAL_DATA].getActiveBlockObjects(blk_id, tid));
4468
4469 if (reinit_mats)
4470 neighbor_material_data.reinit(*reinit_mats);
4471 else if (_materials[Moose::NEIGHBOR_MATERIAL_DATA].hasActiveBlockObjects(blk_id, tid))
4472 neighbor_material_data.reinit(
4473 _materials[Moose::NEIGHBOR_MATERIAL_DATA].getActiveBlockObjects(blk_id, tid));
4474 }
4475}

Referenced by Moose::Mortar::loopOverMortarSegments(), ComputeUserObjectsThread::onInterface(), ComputeIndicatorThread::onInternalSide(), ComputeUserObjectsThread::onInternalSide(), NonlinearThread::onInternalSide(), FEProblemBase::reinitMaterialsNeighborOnBoundary(), and NonlinearSystemBase::reinitNodeFace().

◆ reinitMaterialsNeighborOnBoundary()

void FEProblemBase::reinitMaterialsNeighborOnBoundary ( const BoundaryID  boundary_id,
const SubdomainID  blk_id,
const THREAD_ID  tid,
const bool  swap_stateful = true,
const std::deque< MaterialBase * > *const  reinit_mats = nullptr 
)
inherited

reinit materials on neighbor element (usually faces) on a boundary (internal or external) This specific routine helps us not reinit when don't need to

Parameters
boundary_idThe boundary on which the face belongs
blk_idThe block id to which the element (who owns the face) belong
tidThe thread id
swap_statefulWhether to swap stateful material properties between MaterialData and MaterialPropertyStorage
reinit_matsspecific list of materials to reinit. Used notably in the context of mortar with stateful elements

Definition at line 4421 of file FEProblemBase.C.

4427{
4428 // Since objects don't declare whether they need the face or neighbor (side) material properties,
4429 // we use the same criteria for skipping material property computations as for face material
4430 // properties This could be a future optimization.
4431 if (hasActiveMaterialProperties(tid) && (needBoundaryMaterialOnSide(boundary_id, tid) ||
4432 needInterfaceMaterialOnSide(boundary_id, tid) ||
4434 reinitMaterialsNeighbor(blk_id, tid, swap_stateful, reinit_mats);
4435}
void reinitMaterialsNeighbor(SubdomainID blk_id, const THREAD_ID tid, bool swap_stateful=true, const std::deque< MaterialBase * > *reinit_mats=nullptr)
reinit materials on the neighboring element face

Referenced by NonlinearThread::onInterface().

◆ reinitMortarElem()

void SubProblem::reinitMortarElem ( const Elem *  elem,
const THREAD_ID  tid = 0 
)
inherited

Reinit a mortar element to obtain a valid JxW.

Definition at line 1009 of file SubProblem.C.

1010{
1011 for (const auto nl_sys_num : make_range(numNonlinearSystems()))
1012 assembly(tid, nl_sys_num).reinitMortarElem(elem);
1013}
void reinitMortarElem(const Elem *elem, const THREAD_ID tid=0)
Reinit a mortar element to obtain a valid JxW.

Referenced by Moose::Mortar::loopOverMortarSegments().

◆ reinitMortarUserObjects()

void FEProblemBase::reinitMortarUserObjects ( BoundaryID  primary_boundary_id,
BoundaryID  secondary_boundary_id,
bool  displaced 
)
inherited

Call reinit on mortar user objects with matching primary boundary ID, secondary boundary ID, and displacement characteristics.

Definition at line 10109 of file FEProblemBase.C.

10112{
10113 const auto mortar_uos =
10114 getMortarUserObjects(primary_boundary_id, secondary_boundary_id, displaced);
10115 for (auto * const mortar_uo : mortar_uos)
10116 {
10117 mortar_uo->setNormals();
10118 mortar_uo->reinit();
10119 }
10120}

Referenced by Moose::Mortar::loopOverMortarSegments().

◆ reinitNeighbor()

void FEProblemBase::reinitNeighbor ( const Elem *  elem,
unsigned int  side,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2505 of file FEProblemBase.C.

2506{
2507 setNeighborSubdomainID(elem, side, tid);
2508
2509 const Elem * neighbor = elem->neighbor_ptr(side);
2510 unsigned int neighbor_side = neighbor->which_neighbor_am_i(elem);
2511
2512 for (const auto i : index_range(_nl))
2513 {
2514 _assembly[tid][i]->reinitElemAndNeighbor(elem, side, neighbor, neighbor_side);
2515 _nl[i]->prepareNeighbor(tid);
2516 // Called during stateful material property evaluation outside of solve
2517 _assembly[tid][i]->prepareNeighbor();
2518 }
2519 _aux->prepareNeighbor(tid);
2520
2521 for (auto & nl : _nl)
2522 {
2523 nl->reinitElemFace(elem, side, tid);
2524 nl->reinitNeighborFace(neighbor, neighbor_side, tid);
2525 }
2526 _aux->reinitElemFace(elem, side, tid);
2527 _aux->reinitNeighborFace(neighbor, neighbor_side, tid);
2528
2530 {
2531 // There are cases like for cohesive zone modeling without significant sliding where we cannot
2532 // use FEInterface::inverse_map in Assembly::reinitElemAndNeighbor in the displaced problem
2533 // because the physical points coming from the element don't actually lie on the neighbor.
2534 // Moreover, what's the point of doing another physical point inversion in other cases? We only
2535 // care about the reference points which we can just take from the undisplaced computation
2536 const auto & displaced_ref_pts = _assembly[tid][0]->qRuleNeighbor()->get_points();
2537
2538 _displaced_problem->reinitNeighbor(
2539 _displaced_mesh->elemPtr(elem->id()), side, tid, &displaced_ref_pts);
2540 }
2541}
virtual void setNeighborSubdomainID(const Elem *elem, unsigned int side, const THREAD_ID tid) override

Referenced by ComputeMaterialsObjectThread::onInterface(), ComputeUserObjectsThread::onInterface(), NonlinearThread::onInterface(), ComputeIndicatorThread::onInternalSide(), ComputeUserObjectsThread::onInternalSide(), and FEProblemBase::reinitElemNeighborAndLowerD().

◆ reinitNeighborFaceRef()

void FEProblemBase::reinitNeighborFaceRef ( const Elem *  neighbor_elem,
unsigned int  neighbor_side,
Real  tolerance,
const std::vector< Point > *const  pts,
const std::vector< Real > *const  weights = nullptr,
const THREAD_ID  tid = 0 
)
overridevirtualinherited

reinitialize FE objects on a given neighbor element on a given side at a given set of reference points and then compute variable data.

Note that this method makes no assumptions about what's been called beforehand, e.g. you don't have to call some prepare method before this one. This is an all-in-one reinit

Reimplemented from SubProblem.

Definition at line 9855 of file FEProblemBase.C.

9861{
9862 SubProblem::reinitNeighborFaceRef(neighbor_elem, neighbor_side, tolerance, pts, weights, tid);
9863
9865 _displaced_problem->reinitNeighborFaceRef(
9866 _displaced_mesh->elemPtr(neighbor_elem->id()), neighbor_side, tolerance, pts, weights, tid);
9867}
virtual void reinitNeighborFaceRef(const Elem *neighbor_elem, unsigned int neighbor_side, Real tolerance, const std::vector< Point > *const pts, const std::vector< Real > *const weights=nullptr, const THREAD_ID tid=0)
reinitialize FE objects on a given neighbor element on a given side at a given set of reference point...
Definition SubProblem.C:920

Referenced by Moose::Mortar::loopOverMortarSegments().

◆ reinitNeighborLowerDElem()

void SubProblem::reinitNeighborLowerDElem ( const Elem *  elem,
const THREAD_ID  tid = 0 
)
inherited

reinitialize a neighboring lower dimensional element

Definition at line 1002 of file SubProblem.C.

1003{
1004 for (const auto nl_sys_num : make_range(numNonlinearSystems()))
1005 assembly(tid, nl_sys_num).reinitNeighborLowerDElem(elem);
1006}
void reinitNeighborLowerDElem(const Elem *elem, const THREAD_ID tid=0)
reinitialize a neighboring lower dimensional element

Referenced by Moose::Mortar::loopOverMortarSegments().

◆ reinitNeighborPhys() [1/2]

void FEProblemBase::reinitNeighborPhys ( const Elem *  neighbor,
const std::vector< Point > &  physical_points,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2604 of file FEProblemBase.C.

2607{
2608 mooseAssert(_mesh.queryElemPtr(neighbor->id()) == neighbor,
2609 "Are you calling this method with a displaced mesh element?");
2610
2611 for (const auto i : index_range(_nl))
2612 {
2613 // Reinits shape the functions at the physical points
2614 _assembly[tid][i]->reinitNeighborAtPhysical(neighbor, physical_points);
2615
2616 // Sets the neighbor dof indices
2617 _nl[i]->prepareNeighbor(tid);
2618 }
2619 _aux->prepareNeighbor(tid);
2620
2621 // Resizes Re and Ke
2622 _assembly[tid][_current_nl_sys->number()]->prepareNeighbor();
2623
2624 // Compute the values of each variable at the points
2625 for (auto & nl : _nl)
2626 nl->reinitNeighbor(neighbor, tid);
2627 _aux->reinitNeighbor(neighbor, tid);
2628}

◆ reinitNeighborPhys() [2/2]

void FEProblemBase::reinitNeighborPhys ( const Elem *  neighbor,
unsigned int  neighbor_side,
const std::vector< Point > &  physical_points,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2576 of file FEProblemBase.C.

2580{
2581 mooseAssert(_mesh.queryElemPtr(neighbor->id()) == neighbor,
2582 "Are you calling this method with a displaced mesh element?");
2583
2584 for (const auto i : index_range(_nl))
2585 {
2586 // Reinits shape the functions at the physical points
2587 _assembly[tid][i]->reinitNeighborAtPhysical(neighbor, neighbor_side, physical_points);
2588
2589 // Sets the neighbor dof indices
2590 _nl[i]->prepareNeighbor(tid);
2591 }
2592 _aux->prepareNeighbor(tid);
2593
2594 // Resizes Re and Ke
2595 _assembly[tid][_current_nl_sys->number()]->prepareNeighbor();
2596
2597 // Compute the values of each variable at the points
2598 for (auto & nl : _nl)
2599 nl->reinitNeighborFace(neighbor, neighbor_side, tid);
2600 _aux->reinitNeighborFace(neighbor, neighbor_side, tid);
2601}

Referenced by NonlinearSystemBase::reinitNodeFace().

◆ reinitNode()

void FEProblemBase::reinitNode ( const Node *  node,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 2452 of file FEProblemBase.C.

2453{
2455 _displaced_problem->reinitNode(&_displaced_mesh->nodeRef(node->id()), tid);
2456
2457 for (const auto i : index_range(_nl))
2458 {
2459 _assembly[tid][i]->reinit(node);
2460 _nl[i]->reinitNode(node, tid);
2461 }
2462 _aux->reinitNode(node, tid);
2463}
virtual const Node & nodeRef(const dof_id_type i) const
Definition MooseMesh.C:844

Referenced by NodalPatchRecovery::compute(), NonlinearSystemBase::computeResidualInternal(), ComputeNodalDampingThread::onNode(), ComputeNodalKernelJacobiansThread::onNode(), ComputeNodalKernelsThread::onNode(), and ComputeNodalUserObjectsThread::onNode().

◆ reinitNodeFace()

void FEProblemBase::reinitNodeFace ( const Node *  node,
BoundaryID  bnd_id,
const THREAD_ID  tid 
)
overridevirtualinherited

◆ reinitNodes()

void SubProblem::reinitNodes ( const std::vector< dof_id_type > &  nodes,
const THREAD_ID  tid 
)
inherited

Definition at line 986 of file SubProblem.C.

987{
988 for (const auto nl_sys_num : make_range(numNonlinearSystems()))
989 systemBaseNonlinear(nl_sys_num).reinitNodes(nodes, tid);
990 systemBaseAuxiliary().reinitNodes(nodes, tid);
991}
void reinitNodes(const std::vector< dof_id_type > &nodes, const THREAD_ID tid)
Definition SubProblem.C:986
virtual void reinitNodes(const std::vector< dof_id_type > &nodes, THREAD_ID tid)
Reinit variables at a set of nodes.
Definition SystemBase.C:421

Referenced by AuxNodalScalarKernel::compute(), NodalScalarKernel::reinit(), and NodalConstraint::reinitConstraintNodes().

◆ reinitNodesNeighbor()

void SubProblem::reinitNodesNeighbor ( const std::vector< dof_id_type > &  nodes,
const THREAD_ID  tid 
)
inherited

Definition at line 994 of file SubProblem.C.

995{
996 for (const auto nl_sys_num : make_range(numNonlinearSystems()))
997 systemBaseNonlinear(nl_sys_num).reinitNodesNeighbor(nodes, tid);
999}
void reinitNodesNeighbor(const std::vector< dof_id_type > &nodes, const THREAD_ID tid)
Definition SubProblem.C:994
virtual void reinitNodesNeighbor(const std::vector< dof_id_type > &nodes, THREAD_ID tid)
Reinit variables at a set of neighbor nodes.
Definition SystemBase.C:432

Referenced by NodalConstraint::reinitConstraintNodes().

◆ reinitOffDiagScalars()

void FEProblemBase::reinitOffDiagScalars ( const THREAD_ID  tid)
overridevirtualinherited

Implements SubProblem.

Definition at line 2497 of file FEProblemBase.C.

2498{
2499 _assembly[tid][_current_nl_sys->number()]->prepareOffDiagScalar();
2501 _displaced_problem->reinitOffDiagScalars(tid);
2502}

Referenced by NonlinearSystemBase::computeScalarKernelsJacobians(), NonlinearSystemBase::constraintJacobians(), and NonlinearThread::onElement().

◆ reinitScalars()

void FEProblemBase::reinitScalars ( const THREAD_ID  tid,
bool  reinit_for_derivative_reordering = false 
)
overridevirtualinherited

fills the VariableValue arrays for scalar variables from the solution vector

Parameters
tidThe thread id
reinit_for_derivative_reorderingA flag indicating whether we are reinitializing for the purpose of re-ordering derivative information for ADNodalBCs

Implements SubProblem.

Definition at line 2480 of file FEProblemBase.C.

2481{
2482 TIME_SECTION("reinitScalars", 3, "Reinitializing Scalar Variables");
2483
2485 _displaced_problem->reinitScalars(tid, reinit_for_derivative_reordering);
2486
2487 for (auto & nl : _nl)
2488 nl->reinitScalars(tid, reinit_for_derivative_reordering);
2489 _aux->reinitScalars(tid, reinit_for_derivative_reordering);
2490
2491 // This is called outside of residual/Jacobian call-backs
2492 for (auto & assembly : _assembly[tid])
2493 assembly->prepareScalar();
2494}

Referenced by NonlinearSystemBase::computeJacobianBlocks(), NonlinearSystemBase::computeJacobianInternal(), FEProblemBase::computeJacobianTags(), NonlinearSystemBase::computeNodalBCsJacobian(), FEProblemBase::computeResidualAndJacobian(), NonlinearSystemBase::computeResidualAndJacobianInternal(), NonlinearSystemBase::computeResidualInternal(), FEProblemBase::computeResidualTags(), NonlinearSystemBase::computeScalarKernelsJacobians(), and AuxiliarySystem::computeScalarVars().

◆ removeAlgebraicGhostingFunctor()

void SubProblem::removeAlgebraicGhostingFunctor ( libMesh::GhostingFunctor algebraic_gf)
inherited

Remove an algebraic ghosting functor from this problem's DofMaps.

Definition at line 1082 of file SubProblem.C.

1083{
1084 EquationSystems & eq = es();
1085 const auto n_sys = eq.n_systems();
1086 DofMap & nl_dof_map = eq.get_system(0).get_dof_map();
1087
1088 const bool found_in_root_sys =
1089 std::find(nl_dof_map.algebraic_ghosting_functors_begin(),
1090 nl_dof_map.algebraic_ghosting_functors_end(),
1091 &algebraic_gf) != nl_dof_map.algebraic_ghosting_functors_end();
1092
1093#ifndef NDEBUG
1094 const bool found_in_our_map =
1095 _root_alg_gf_to_sys_clones.find(&algebraic_gf) != _root_alg_gf_to_sys_clones.end();
1096 mooseAssert(found_in_root_sys == found_in_our_map,
1097 "If the ghosting functor exists in the root DofMap, then we need to have a key for "
1098 "it in our gf to clones map");
1099#endif
1100
1101 if (found_in_root_sys) // libMesh yells if we try to remove
1102 // something that's not there
1103 nl_dof_map.remove_algebraic_ghosting_functor(algebraic_gf);
1104
1105 auto it = _root_alg_gf_to_sys_clones.find(&algebraic_gf);
1106 if (it == _root_alg_gf_to_sys_clones.end())
1107 return;
1108
1109 auto & clones_vec = it->second;
1110 mooseAssert((n_sys - 1) == clones_vec.size(),
1111 "The size of the gf clones vector doesn't match the number of systems minus one");
1112 if (clones_vec.empty())
1113 {
1114 mooseAssert(n_sys == 1, "The clones vector should only be empty if there is only one system");
1115 return;
1116 }
1117
1118 for (const auto i : make_range(n_sys))
1119 eq.get_system(i + 1).get_dof_map().remove_algebraic_ghosting_functor(*clones_vec[i]);
1120
1121 _root_alg_gf_to_sys_clones.erase(it->first);
1122}

◆ removeCouplingGhostingFunctor()

void SubProblem::removeCouplingGhostingFunctor ( libMesh::GhostingFunctor coupling_gf)
inherited

Remove a coupling ghosting functor from this problem's DofMaps.

Definition at line 1125 of file SubProblem.C.

1126{
1127 EquationSystems & eq = es();
1128 const auto num_nl_sys = numNonlinearSystems();
1129 if (!num_nl_sys)
1130 return;
1131
1132 DofMap & nl_dof_map = eq.get_system(0).get_dof_map();
1133 const bool found_in_root_sys = std::find(nl_dof_map.coupling_functors_begin(),
1134 nl_dof_map.coupling_functors_end(),
1135 &coupling_gf) != nl_dof_map.coupling_functors_end();
1136
1137#ifndef NDEBUG
1138 const bool found_in_our_map =
1140 mooseAssert(found_in_root_sys == found_in_our_map,
1141 "If the ghosting functor exists in the root DofMap, then we need to have a key for "
1142 "it in our gf to clones map");
1143#endif
1144
1145 if (found_in_root_sys) // libMesh yells if we try to remove
1146 // something that's not there
1147 nl_dof_map.remove_coupling_functor(coupling_gf);
1148
1149 auto it = _root_coupling_gf_to_sys_clones.find(&coupling_gf);
1150 if (it == _root_coupling_gf_to_sys_clones.end())
1151 return;
1152
1153 auto & clones_vec = it->second;
1154 mooseAssert((num_nl_sys - 1) == clones_vec.size(),
1155 "The size of the gf clones vector doesn't match the number of systems minus one");
1156 if (clones_vec.empty())
1157 {
1158 mooseAssert(num_nl_sys == 1,
1159 "The clones vector should only be empty if there is only one nonlinear system");
1160 return;
1161 }
1162
1163 for (const auto i : make_range(num_nl_sys))
1164 eq.get_system(i + 1).get_dof_map().remove_coupling_functor(*clones_vec[i]);
1165
1166 _root_coupling_gf_to_sys_clones.erase(it->first);
1167}

◆ reportMooseObjectDependency()

void FEProblemBase::reportMooseObjectDependency ( MooseObject a,
MooseObject b 
)
inherited

Register a MOOSE object dependency so we can either order operations properly or report when we cannot.

a -> b (a depends on b)

Definition at line 5755 of file FEProblemBase.C.

5756{
5757 //<< "Object " << a->name() << " -> " << b->name() << std::endl;
5758}

◆ resetFailNextNonlinearConvergenceCheck()

void FEProblemBase::resetFailNextNonlinearConvergenceCheck ( )
inlineinherited

Tell the problem that the nonlinear convergence check(s) may proceed as normal.

Definition at line 2923 of file FEProblemBase.h.

void resetFailNextSystemConvergenceCheck()
Tell the problem that the system convergence check(s) may proceed as normal.

Referenced by Moose::PetscSupport::petscNonlinearConverged().

◆ resetFailNextSystemConvergenceCheck()

void FEProblemBase::resetFailNextSystemConvergenceCheck ( )
inlineinherited

Tell the problem that the system convergence check(s) may proceed as normal.

Definition at line 2925 of file FEProblemBase.h.

Referenced by Moose::PetscSupport::petscLinearConverged(), and FEProblemBase::resetFailNextNonlinearConvergenceCheck().

◆ resetState()

void FEProblemBase::resetState ( )
privatevirtualinherited

Reset state of this object in preparation for the next evaluation.

Definition at line 7211 of file FEProblemBase.C.

7212{
7213 // Our default state is to allow computing derivatives
7214 ADReal::do_derivatives = true;
7216
7217 // Clear the VectorTags and MatrixTags
7220
7223
7228 {
7229 _displaced_problem->setCurrentlyComputingResidual(false);
7230 _displaced_problem->setCurrentlyComputingJacobian(false);
7231 _displaced_problem->setCurrentlyComputingResidualAndJacobian(false);
7232 }
7233}
void clearCurrentJacobianMatrixTags()
Clear the current Jacobian matrix tag data structure ... if someone creates it.
void clearCurrentResidualVectorTags()
Clear the current residual vector tag data structure.

Referenced by FEProblemBase::computeJacobianTags(), FEProblemBase::computeResidualAndJacobian(), and FEProblemBase::computeResidualTags().

◆ residualSetup()

void FEProblemBase::residualSetup ( )
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 10009 of file FEProblemBase.C.

10010{
10012 // We need to setup all the nonlinear systems other than our current one which actually called
10013 // this method (so we have to make sure we don't go in a circle)
10014 for (const auto i : make_range(numNonlinearSystems()))
10015 if (i != currentNlSysNum())
10016 _nl[i]->residualSetup();
10017 // We don't setup the aux sys because that's been done elsewhere
10019 _displaced_problem->residualSetup();
10020}
virtual void residualSetup()

Referenced by FEProblemBase::residualSetup(), and NonlinearSystemBase::residualSetup().

◆ resizeMaterialData()

void FEProblemBase::resizeMaterialData ( Moose::MaterialDataType  data_type,
unsigned int  nqp,
const THREAD_ID  tid 
)
inherited

Resize material data.

Parameters
data_typeThe type of material data to resize
nqpThe number of quadrature points to resize for
tidThe thread ID

Definition at line 9926 of file FEProblemBase.C.

9929{
9930 getMaterialData(data_type, tid).resize(nqp);
9931}

◆ restartableName()

std::string Restartable::restartableName ( const std::string &  data_name) const
protectedinherited

Gets the name of a piece of restartable data given a data name, adding the system name and object name prefix.

This should only be used in this interface and in testing.

Definition at line 78 of file Restartable.C.

79{
80 return _restartable_system_name + "/" + _restartable_name + "/" + data_name;
81}
const std::string _restartable_system_name
The system name this object is in.

Referenced by Restartable::declareRecoverableData(), and Restartable::declareRestartableDataHelper().

◆ restoreMultiApps()

void FEProblemBase::restoreMultiApps ( ExecFlagType  type,
bool  force = false 
)
inherited

Restore the MultiApps associated with the ExecFlagType.

Parameters
forceForce restoration because something went wrong with the solve

Definition at line 6263 of file FEProblemBase.C.

6264{
6265 const auto & multi_apps = _multi_apps[type].getActiveObjects();
6266
6267 if (multi_apps.size())
6268 {
6270 {
6271 if (force)
6272 _console << COLOR_CYAN << "\nRestoring Multiapps on " << type.name()
6273 << " because of solve failure!" << COLOR_DEFAULT << std::endl;
6274 else
6275 _console << COLOR_CYAN << "\nRestoring MultiApps on " << type.name() << COLOR_DEFAULT
6276 << std::endl;
6277 }
6278
6279 for (const auto & multi_app : multi_apps)
6280 multi_app->restore(force);
6281
6283
6285 _console << COLOR_CYAN << "Finished Restoring MultiApps on " << type.name() << "\n"
6286 << COLOR_DEFAULT << std::endl;
6287 }
6288}

Referenced by TransientBase::incrementStepOrReject(), and FixedPointSolve::solve().

◆ restoreOldSolutions()

void FEProblemBase::restoreOldSolutions ( )
virtualinherited

Restore old solutions from the backup vectors and deallocate them.

Definition at line 7406 of file FEProblemBase.C.

7407{
7408 TIME_SECTION("restoreOldSolutions", 5, "Restoring Old Solutions");
7409
7410 for (auto & sys : _solver_systems)
7411 sys->restoreOldSolutions();
7412 _aux->restoreOldSolutions();
7413}
virtual void restoreOldSolutions()
Restore old solutions from the backup vectors and deallocate them.

Referenced by EigenExecutionerBase::inversePowerIteration().

◆ restoreOriginalNonzeroPattern()

bool FEProblemBase::restoreOriginalNonzeroPattern ( ) const
inlineinherited
Returns
Whether the original matrix nonzero pattern is restored before each Jacobian assembly

Definition at line 2376 of file FEProblemBase.h.

Referenced by NonlinearSystemBase::computeJacobianInternal().

◆ restoreSolutions()

void FEProblemBase::restoreSolutions ( )
virtualinherited

Definition at line 7368 of file FEProblemBase.C.

7369{
7370 TIME_SECTION("restoreSolutions", 5, "Restoring Solutions");
7371
7372 if (!_not_zeroed_tagged_vectors.empty())
7373 paramError("not_zeroed_tag_vectors",
7374 "There is currently no way to restore not-zeroed vectors.");
7375
7376 for (auto & sys : _solver_systems)
7377 {
7378 if (_verbose_restore)
7379 _console << "Restoring solutions on system " << sys->name() << "..." << std::endl;
7380 sys->restoreSolutions();
7381 }
7382
7383 if (_verbose_restore)
7384 _console << "Restoring solutions on Auxiliary system..." << std::endl;
7385 _aux->restoreSolutions();
7386
7387 if (_verbose_restore)
7388 _console << "Restoring postprocessor, vector-postprocessor, and reporter data..." << std::endl;
7390
7392 _displaced_problem->updateMesh();
7393}
bool _verbose_restore
Whether or not to be verbose on solution restoration post a failed time step.
void restoreState(bool verbose=false)
When a time step fails, this method is called to revert the current reporter values to their old stat...

Referenced by ActivateElementsUserObjectBase::initSolutions(), TimeStepper::rejectStep(), and FEProblemBase::updateMeshXFEM().

◆ restrictionBoundaryCheckName()

std::string SubProblem::restrictionBoundaryCheckName ( BoundaryID  check_id)
privateinherited

Definition at line 782 of file SubProblem.C.

783{
784 return mesh().getMesh().get_boundary_info().sideset_name(check_id);
785}

Referenced by SubProblem::checkBoundaryMatProps().

◆ restrictionSubdomainCheckName()

std::string SubProblem::restrictionSubdomainCheckName ( SubdomainID  check_id)
privateinherited

Helper functions for checking MaterialProperties.

Definition at line 771 of file SubProblem.C.

772{
773 // TODO: Put a better a interface in MOOSE
774 std::map<subdomain_id_type, std::string> & name_map = mesh().getMesh().set_subdomain_name_map();
775 std::map<subdomain_id_type, std::string>::const_iterator pos = name_map.find(check_id);
776 if (pos != name_map.end())
777 return pos->second;
778 return "";
779}

Referenced by SubProblem::checkBlockMatProps().

◆ safeAccessTaggedMatrices()

virtual bool SubProblem::safeAccessTaggedMatrices ( ) const
inlinevirtualinherited

Is it safe to access the tagged matrices.

Reimplemented in DisplacedProblem.

Definition at line 739 of file SubProblem.h.

Referenced by MooseVariableScalar::reinit(), and DisplacedProblem::safeAccessTaggedMatrices().

◆ safeAccessTaggedVectors()

virtual bool SubProblem::safeAccessTaggedVectors ( ) const
inlinevirtualinherited

Is it safe to access the tagged vectors.

Reimplemented in DisplacedProblem.

Definition at line 742 of file SubProblem.h.

Referenced by MooseVariableScalar::reinit(), and DisplacedProblem::safeAccessTaggedVectors().

◆ saveOldSolutions()

void FEProblemBase::saveOldSolutions ( )
virtualinherited

Allocate vectors and save old solutions into them.

Definition at line 7396 of file FEProblemBase.C.

7397{
7398 TIME_SECTION("saveOldSolutions", 5, "Saving Old Solutions");
7399
7400 for (auto & sys : _solver_systems)
7401 sys->saveOldSolutions();
7402 _aux->saveOldSolutions();
7403}
virtual void saveOldSolutions()
Allocate vectors and save old solutions into them.

Referenced by EigenExecutionerBase::inversePowerIteration().

◆ selectMatrixTagsFromSystem()

void SubProblem::selectMatrixTagsFromSystem ( const SystemBase system,
const std::map< TagName, TagID > &  input_matrix_tags,
std::set< TagID > &  selected_tags 
)
staticinherited

Select the matrix tags which belong to a specific system.

Parameters
systemReference to the system
input_matrix_tagsA map of matrix tags
selected_tagsA set which gets populated by the tag-ids that belong to the system

Definition at line 299 of file SubProblem.C.

302{
303 selected_tags.clear();
304 for (const auto & matrix_tag_pair : input_matrix_tags)
305 if (system.hasMatrix(matrix_tag_pair.second))
306 selected_tags.insert(matrix_tag_pair.second);
307}

Referenced by FEProblemBase::computeLinearSystemSys().

◆ selectVectorTagsFromSystem()

void SubProblem::selectVectorTagsFromSystem ( const SystemBase system,
const std::vector< VectorTag > &  input_vector_tags,
std::set< TagID > &  selected_tags 
)
staticinherited

Select the vector tags which belong to a specific system.

Parameters
systemReference to the system
input_vector_tagsA vector of vector tags
selected_tagsA set which gets populated by the tag-ids that belong to the system

Definition at line 288 of file SubProblem.C.

291{
292 selected_tags.clear();
293 for (const auto & vector_tag : input_vector_tags)
294 if (system.hasVector(vector_tag._id))
295 selected_tags.insert(vector_tag._id);
296}

Referenced by FEProblemBase::computeLinearSystemSys(), FEProblemBase::computeResidualAndJacobian(), and ComputeResidualAndJacobianThread::determineObjectWarehouses().

◆ setActiveElementalMooseVariables()

void FEProblemBase::setActiveElementalMooseVariables ( const std::set< MooseVariableFEBase * > &  moose_vars,
const THREAD_ID  tid 
)
overridevirtualinherited

Set the MOOSE variables to be reinited on each element.

Parameters
moose_varsA set of variables that need to be reinited each time reinit() is called.
tidThe thread id

Reimplemented from SubProblem.

Definition at line 6536 of file FEProblemBase.C.

6538{
6540
6542 _displaced_problem->setActiveElementalMooseVariables(moose_vars, tid);
6543}
virtual void setActiveElementalMooseVariables(const std::set< MooseVariableFieldBase * > &moose_vars, const THREAD_ID tid)
Set the MOOSE variables to be reinited on each element.
Definition SubProblem.C:442

Referenced by FEProblemBase::prepareMaterials(), ComputeDiracThread::subdomainChanged(), ComputeIndicatorThread::subdomainChanged(), ComputeMarkerThread::subdomainChanged(), ComputeMaterialsObjectThread::subdomainChanged(), and ComputeUserObjectsThread::subdomainChanged().

◆ setActiveFEVariableCoupleableMatrixTags()

void FEProblemBase::setActiveFEVariableCoupleableMatrixTags ( std::set< TagID > &  mtags,
const THREAD_ID  tid 
)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6498 of file FEProblemBase.C.

6499{
6501
6503 _displaced_problem->setActiveFEVariableCoupleableMatrixTags(mtags, tid);
6504}
virtual void setActiveFEVariableCoupleableMatrixTags(std::set< TagID > &mtags, const THREAD_ID tid)
Definition SubProblem.C:362

◆ setActiveFEVariableCoupleableVectorTags()

void FEProblemBase::setActiveFEVariableCoupleableVectorTags ( std::set< TagID > &  vtags,
const THREAD_ID  tid 
)
overridevirtualinherited

◆ setActiveMaterialProperties()

void FEProblemBase::setActiveMaterialProperties ( const std::unordered_set< unsigned int > &  mat_prop_ids,
const THREAD_ID  tid 
)
inherited

Record and set the material properties required by the current computing thread.

Parameters
mat_prop_idsThe set of material properties required by the current computing thread.
tidThe thread id

Definition at line 6591 of file FEProblemBase.C.

6593{
6594 // mark active properties in every material
6595 for (auto & mat : _all_materials.getObjects(tid))
6596 mat->setActiveProperties(mat_prop_ids);
6597 for (auto & mat : _all_materials[Moose::FACE_MATERIAL_DATA].getObjects(tid))
6598 mat->setActiveProperties(mat_prop_ids);
6599 for (auto & mat : _all_materials[Moose::NEIGHBOR_MATERIAL_DATA].getObjects(tid))
6600 mat->setActiveProperties(mat_prop_ids);
6601
6602 _has_active_material_properties[tid] = !mat_prop_ids.empty();
6603}

Referenced by Moose::Mortar::loopOverMortarSegments(), FEProblemBase::prepareMaterials(), NodalPatchRecovery::reinitPatch(), NonlinearSystemBase::setConstraintSecondaryValues(), and ComputeDiracThread::subdomainChanged().

◆ setActiveScalarVariableCoupleableMatrixTags()

void FEProblemBase::setActiveScalarVariableCoupleableMatrixTags ( std::set< TagID > &  mtags,
const THREAD_ID  tid 
)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6516 of file FEProblemBase.C.

6518{
6520
6522 _displaced_problem->setActiveScalarVariableCoupleableMatrixTags(mtags, tid);
6523}
virtual void setActiveScalarVariableCoupleableMatrixTags(std::set< TagID > &mtags, const THREAD_ID tid)
Definition SubProblem.C:401

Referenced by AuxiliarySystem::setScalarVariableCoupleableTags().

◆ setActiveScalarVariableCoupleableVectorTags()

void FEProblemBase::setActiveScalarVariableCoupleableVectorTags ( std::set< TagID > &  vtags,
const THREAD_ID  tid 
)
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 6526 of file FEProblemBase.C.

6528{
6530
6532 _displaced_problem->setActiveScalarVariableCoupleableVectorTags(vtags, tid);
6533}
virtual void setActiveScalarVariableCoupleableVectorTags(std::set< TagID > &vtags, const THREAD_ID tid)
Definition SubProblem.C:408

Referenced by AuxiliarySystem::setScalarVariableCoupleableTags().

◆ setAuxKernelParamsAndLog()

void FEProblemBase::setAuxKernelParamsAndLog ( const std::string &  ak_name,
const std::string &  name,
InputParameters parameters,
const std::string &  base_name 
)
privateinherited

Set the subproblem and system parameters for auxiliary kernels and log their addition.

Parameters
ak_nameThe type of the auxiliary kernel
nameThe name of the auxiliary kernel
parametersThe auxiliary kernel parameters
base_nameThe base type of the auxiliary kernel, i.e. AuxKernel or KokkosAuxKernel

Definition at line 3163 of file FEProblemBase.C.

3167{
3168 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3169 {
3170 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3171 parameters.set<SystemBase *>("_sys") = &_displaced_problem->auxSys();
3172 parameters.set<SystemBase *>("_nl_sys") = &_displaced_problem->solverSys(0);
3173 if (!parameters.get<std::vector<BoundaryName>>("boundary").empty())
3175 else
3177 }
3178 else
3179 {
3180 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3181 {
3182 // We allow AuxKernels to request that they use_displaced_mesh,
3183 // but then be overridden when no displacements variables are
3184 // provided in the Mesh block. If that happened, update the value
3185 // of use_displaced_mesh appropriately for this AuxKernel.
3186 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3187 parameters.set<bool>("use_displaced_mesh") = false;
3188 }
3189
3190 parameters.set<SubProblem *>("_subproblem") = this;
3191 parameters.set<SystemBase *>("_sys") = _aux.get();
3192 parameters.set<SystemBase *>("_nl_sys") = _solver_systems[0].get();
3193 }
3194
3195 logAdd(base_name, name, ak_name, parameters);
3196}

Referenced by FEProblemBase::addAuxKernel().

◆ setAxisymmetricCoordAxis()

void FEProblemBase::setAxisymmetricCoordAxis ( const MooseEnum rz_coord_axis)
inherited

Definition at line 892 of file FEProblemBase.C.

893{
894 _mesh.setAxisymmetricCoordAxis(rz_coord_axis);
895}
void setAxisymmetricCoordAxis(const MooseEnum &rz_coord_axis)
For axisymmetric simulations, set the symmetry coordinate axis.
Definition MooseMesh.C:4342

◆ setChainControlDataOutput()

void SubProblem::setChainControlDataOutput ( bool  set_output)
inlineinherited

Setter for debug chain control data output.

Definition at line 934 of file SubProblem.h.

934{ _show_chain_control_data = set_output; }
bool _show_chain_control_data
Whether to output a list of all the chain control data.

◆ setCheckResidualForNans()

void FEProblemBase::setCheckResidualForNans ( bool  check_residual_for_nans)
inlineinherited

Setter for residual NaN/Inf checking.

Definition at line 235 of file FEProblemBase.h.

236 {
237 _check_residual_for_nans = check_residual_for_nans;
238 }

◆ setConstJacobian()

void FEProblemBase::setConstJacobian ( bool  state)
inlineinherited

Set flag that Jacobian is constant (for optimization purposes)

Parameters
stateTrue if the Jacobian is constant, false otherwise

Definition at line 2219 of file FEProblemBase.h.

2219{ _const_jacobian = state; }

Referenced by ExplicitEuler::preSolve(), ExplicitRK2::preSolve(), and ExplicitTVDRK2::preSolve().

◆ setCoordSystem()

void FEProblemBase::setCoordSystem ( const std::vector< SubdomainName > &  blocks,
const MultiMooseEnum coord_sys 
)
inherited

Definition at line 884 of file FEProblemBase.C.

886{
887 TIME_SECTION("setCoordSystem", 5, "Setting Coordinate System");
888 _mesh.setCoordSystem(blocks, coord_sys);
889}
void setCoordSystem(const std::vector< SubdomainName > &blocks, const MultiMooseEnum &coord_sys)
Set the coordinate system for the provided blocks to coord_sys.
Definition MooseMesh.C:4210

◆ setCoupling()

void FEProblemBase::setCoupling ( Moose::CouplingType  type)
inherited

Set the coupling between variables TODO: allow user-defined coupling.

Parameters
typeType of coupling

Definition at line 6767 of file FEProblemBase.C.

6768{
6770 {
6772 mooseError("Someone told us (the FEProblemBase) to trust the user coupling matrix, but we "
6773 "haven't been provided a coupling matrix!");
6774
6775 // We've been told to trust the user coupling matrix, so we're going to leave things alone
6776 return;
6777 }
6778
6779 _coupling = type;
6780}
bool _trust_user_coupling_matrix
Whether to trust the user coupling matrix no matter what.
@ COUPLING_CUSTOM
Definition MooseTypes.h:788

Referenced by FEProblemBase::init(), and Moose::SlepcSupport::setEigenProblemSolverParams().

◆ setCouplingMatrix() [1/2]

void FEProblemBase::setCouplingMatrix ( libMesh::CouplingMatrix cm,
const unsigned int  nl_sys_num 
)
inherited

◆ setCouplingMatrix() [2/2]

void FEProblemBase::setCouplingMatrix ( std::unique_ptr< libMesh::CouplingMatrix cm,
const unsigned int  nl_sys_num 
)
inherited

Set custom coupling matrix.

Parameters
cmcoupling matrix to be set
nl_sys_numwhich nonlinear system we are setting the coupling matrix for

Referenced by MoosePreconditioner::setCouplingMatrix().

◆ setCurrentAlgebraicBndNodeRange()

void FEProblemBase::setCurrentAlgebraicBndNodeRange ( ConstBndNodeRange range)
inherited

Definition at line 10226 of file FEProblemBase.C.

10227{
10228 if (!range)
10229 {
10231 return;
10232 }
10233
10234 _current_algebraic_bnd_node_range = std::make_unique<ConstBndNodeRange>(*range);
10235}

◆ setCurrentAlgebraicElementRange()

void FEProblemBase::setCurrentAlgebraicElementRange ( libMesh::ConstElemRange range)
inherited

These functions allow setting custom ranges for the algebraic elements, nodes, and boundary nodes that contribute to the jacobian and residual for this local processor.

setCurrentAlgebraicElementRange() sets the element range that contributes to the system. A nullptr will reset the range to use the mesh's range.

setCurrentAlgebraicNodeRange() sets the node range that contributes to the system. A nullptr will reset the range to use the mesh's range.

setCurrentAlgebraicBndNodeRange() sets the boundary node range that contributes to the system. A nullptr will reset the range to use the mesh's range.

Parameters
rangeA pointer to the const range object representing the algebraic elements, nodes, or boundary nodes.

Definition at line 10204 of file FEProblemBase.C.

10205{
10206 if (!range)
10207 {
10209 return;
10210 }
10211
10212 _current_algebraic_elem_range = std::make_unique<ConstElemRange>(*range);
10213}

◆ setCurrentAlgebraicNodeRange()

void FEProblemBase::setCurrentAlgebraicNodeRange ( libMesh::ConstNodeRange range)
inherited

Definition at line 10215 of file FEProblemBase.C.

10216{
10217 if (!range)
10218 {
10220 return;
10221 }
10222
10223 _current_algebraic_node_range = std::make_unique<ConstNodeRange>(*range);
10224}

◆ setCurrentBoundaryID()

void FEProblemBase::setCurrentBoundaryID ( BoundaryID  bid,
const THREAD_ID  tid 
)
overridevirtualinherited

sets the current boundary ID in assembly

Reimplemented from SubProblem.

Definition at line 10140 of file FEProblemBase.C.

10141{
10144 _displaced_problem->setCurrentBoundaryID(bid, tid);
10145}
virtual void setCurrentBoundaryID(BoundaryID bid, const THREAD_ID tid)
sets the current boundary ID in assembly
Definition SubProblem.C:788

◆ setCurrentExecuteOnFlag()

void FEProblemBase::setCurrentExecuteOnFlag ( const ExecFlagType flag)
inherited

◆ setCurrentLinearSystem()

void FEProblemBase::setCurrentLinearSystem ( unsigned int  sys_num)
inherited

Set the current linear system pointer.

Parameters
sys_numThe number of linear system

Definition at line 10157 of file FEProblemBase.C.

10158{
10159 mooseAssert(sys_num < _linear_systems.size(),
10160 "System number greater than the number of linear systems");
10161 _current_linear_sys = _linear_systems[sys_num].get();
10163}
SolverSystem * _current_solver_sys
The current solver system.

Referenced by FEProblemBase::computeLinearSystemSys(), LinearSystem::computeLinearSystemTags(), and FEProblemBase::solveLinearSystem().

◆ setCurrentLowerDElem()

void FEProblemBase::setCurrentLowerDElem ( const Elem *const  lower_d_elem,
const THREAD_ID  tid 
)
overridevirtualinherited

Set the current lower dimensional element.

This can be null

Reimplemented from SubProblem.

Definition at line 10131 of file FEProblemBase.C.

10132{
10133 SubProblem::setCurrentLowerDElem(lower_d_elem, tid);
10135 _displaced_problem->setCurrentLowerDElem(
10136 lower_d_elem ? _displaced_mesh->elemPtr(lower_d_elem->id()) : nullptr, tid);
10137}
virtual void setCurrentLowerDElem(const Elem *const lower_d_elem, const THREAD_ID tid)
Set the current lower dimensional element.

◆ setCurrentlyComputingJacobian()

void SubProblem::setCurrentlyComputingJacobian ( const bool  currently_computing_jacobian)
inlineinherited

Set whether or not the problem is in the process of computing the Jacobian.

Definition at line 697 of file SubProblem.h.

698 {
699 _currently_computing_jacobian = currently_computing_jacobian;
700 }

Referenced by FEProblemBase::computeResidualAndJacobian(), and FEProblemBase::resetState().

◆ setCurrentlyComputingResidual()

void FEProblemBase::setCurrentlyComputingResidual ( bool  currently_computing_residual)
finalvirtualinherited

Set whether or not the problem is in the process of computing the residual.

Reimplemented from SubProblem.

Definition at line 9807 of file FEProblemBase.C.

9808{
9810 _displaced_problem->setCurrentlyComputingResidual(currently_computing_residual);
9811 _currently_computing_residual = currently_computing_residual;
9812}

Referenced by FEProblemBase::computeResidualAndJacobian(), NonlinearSystemBase::computeResidualTags(), and FEProblemBase::resetState().

◆ setCurrentlyComputingResidualAndJacobian()

void SubProblem::setCurrentlyComputingResidualAndJacobian ( bool  currently_computing_residual_and_jacobian)
inlineinherited

Set whether or not the problem is in the process of computing the Jacobian.

Definition at line 1511 of file SubProblem.h.

1513{
1514 _currently_computing_residual_and_jacobian = currently_computing_residual_and_jacobian;
1515}

Referenced by FEProblemBase::computeResidualAndJacobian(), and FEProblemBase::resetState().

◆ setCurrentNonlinearSystem()

void FEProblemBase::setCurrentNonlinearSystem ( const unsigned int  nl_sys_num)
inherited

◆ setCurrentResidualVectorTags()

void FEProblemBase::setCurrentResidualVectorTags ( const std::set< TagID > &  vector_tags)
inlineinherited

Set the current residual vector tag data structure based on the passed in tag IDs.

Definition at line 3897 of file FEProblemBase.h.

3898{
3900}

Referenced by FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), and CrankNicolson::init().

◆ setCurrentSubdomainID()

void FEProblemBase::setCurrentSubdomainID ( const Elem *  elem,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 1957 of file FEProblemBase.C.

1958{
1959 SubdomainID did = elem->subdomain_id();
1960 for (const auto i : index_range(_solver_systems))
1961 {
1962 _assembly[tid][i]->setCurrentSubdomainID(did);
1963 if (_displaced_problem &&
1965 _displaced_problem->assembly(tid, i).setCurrentSubdomainID(did);
1966 }
1967}

Referenced by NonlinearSystemBase::constraintJacobians(), NonlinearSystemBase::constraintResiduals(), ElementalVariableValue::execute(), MultiAppVariableValueSamplePostprocessorTransfer::execute(), and ComputeInitialConditionThread::operator()().

◆ setErrorOnJacobianNonzeroReallocation()

void FEProblemBase::setErrorOnJacobianNonzeroReallocation ( bool  state)
inlineinherited

Definition at line 2387 of file FEProblemBase.h.

2388 {
2390 }

◆ setException()

void FEProblemBase::setException ( const std::string &  message)
virtualinherited

◆ setExecutionPrinting()

void FEProblemBase::setExecutionPrinting ( const ExecFlagEnum print_exec)
inlineinherited

Definition at line 2931 of file FEProblemBase.h.

2931{ _print_execution_on = print_exec; }
ExecFlagEnum _print_execution_on
When to print the execution of loops.

◆ setFailNextNonlinearConvergenceCheck()

void FEProblemBase::setFailNextNonlinearConvergenceCheck ( )
inlineinherited

Skip further residual evaluations and fail the next nonlinear convergence check(s)

Definition at line 2918 of file FEProblemBase.h.

void setFailNextSystemConvergenceCheck()
Tell the problem that the system(s) cannot be considered converged next time convergence is checked.

Referenced by Terminator::execute().

◆ setFailNextSystemConvergenceCheck()

void FEProblemBase::setFailNextSystemConvergenceCheck ( )
inlineinherited

Tell the problem that the system(s) cannot be considered converged next time convergence is checked.

Definition at line 2920 of file FEProblemBase.h.

Referenced by FEProblemBase::setFailNextNonlinearConvergenceCheck().

◆ setFunctorOutput()

void SubProblem::setFunctorOutput ( bool  set_output)
inlineinherited

Setter for debug functor output.

Definition at line 932 of file SubProblem.h.

932{ _show_functors = set_output; }
bool _show_functors
Whether to output a list of the functors used and requested (currently only at initialSetup)

◆ setIgnoreZerosInJacobian()

void FEProblemBase::setIgnoreZerosInJacobian ( bool  state)
inlineinherited

Set whether the zeros in the Jacobian should be dropped from the sparsity pattern.

Definition at line 2410 of file FEProblemBase.h.

2410{ _ignore_zeros_in_jacobian = state; }

◆ setInputParametersFEProblem()

void FEProblem::setInputParametersFEProblem ( InputParameters parameters)
overridevirtualinherited

Reimplemented from FEProblemBase.

Definition at line 96 of file FEProblem.C.

97{
98 // set _fe_problem
100 // set _fe_problem
101 parameters.set<FEProblem *>("_fe_problem") = this;
102}
virtual void setInputParametersFEProblem(InputParameters &parameters)

◆ setKernelCoverageCheck() [1/2]

void FEProblemBase::setKernelCoverageCheck ( bool  flag)
inlineinherited

Set flag to indicate whether kernel coverage checks should be performed.

This check makes sure that at least one kernel is active on all subdomains in the domain (default: true).

Definition at line 2231 of file FEProblemBase.h.

◆ setKernelCoverageCheck() [2/2]

void FEProblemBase::setKernelCoverageCheck ( CoverageCheckMode  mode)
inlineinherited

Set flag to indicate whether kernel coverage checks should be performed.

This check makes sure that at least one kernel is active on all subdomains in the domain (default: true).

Definition at line 2225 of file FEProblemBase.h.

2225{ _kernel_coverage_check = mode; }

◆ setLinearConvergenceNames()

void FEProblemBase::setLinearConvergenceNames ( const std::vector< ConvergenceName > &  convergence_names)
inherited

Sets the linear convergence object name(s) if there is one.

Definition at line 9975 of file FEProblemBase.C.

9976{
9977 if (convergence_names.size() != numLinearSystems())
9978 paramError("linear_convergence", "There must be one convergence object per linear system");
9979 _linear_convergence_names = convergence_names;
9980}

Referenced by FEProblemSolve::FEProblemSolve().

◆ setMaterialCoverageCheck() [1/2]

void FEProblemBase::setMaterialCoverageCheck ( bool  flag)
inlineinherited

Set flag to indicate whether material coverage checks should be performed.

This check makes sure that at least one material is active on all subdomains in the domain if any material is supplied. If no materials are supplied anywhere, a simulation is still considered OK as long as no properties are being requested anywhere.

Definition at line 2250 of file FEProblemBase.h.

◆ setMaterialCoverageCheck() [2/2]

void FEProblemBase::setMaterialCoverageCheck ( CoverageCheckMode  mode)
inlineinherited

Set flag to indicate whether material coverage checks should be performed.

This check makes sure that at least one material is active on all subdomains in the domain if any material is supplied. If no materials are supplied anywhere, a simulation is still considered OK as long as no properties are being requested anywhere.

Definition at line 2242 of file FEProblemBase.h.

2242{ _material_coverage_check = mode; }

◆ setMultiAppFixedPointConvergenceName()

void FEProblemBase::setMultiAppFixedPointConvergenceName ( const ConvergenceName &  convergence_name)
inherited

Sets the MultiApp fixed point convergence object name if there is one.

Definition at line 9947 of file FEProblemBase.C.

9948{
9949 _multiapp_fixed_point_convergence_name = convergence_name;
9950}

Referenced by FixedPointSolve::FixedPointSolve().

◆ setNeedToAddDefaultMultiAppFixedPointConvergence()

void FEProblemBase::setNeedToAddDefaultMultiAppFixedPointConvergence ( )
inlineinherited

Sets _need_to_add_default_multiapp_fixed_point_convergence to true.

Definition at line 759 of file FEProblemBase.h.

Referenced by FixedPointSolve::FixedPointSolve().

◆ setNeedToAddDefaultNonlinearConvergence()

void FEProblemBase::setNeedToAddDefaultNonlinearConvergence ( )
inlineinherited

Sets _need_to_add_default_nonlinear_convergence to true.

Definition at line 754 of file FEProblemBase.h.

Referenced by FEProblemSolve::FEProblemSolve().

◆ setNeedToAddDefaultSteadyStateConvergence()

void FEProblemBase::setNeedToAddDefaultSteadyStateConvergence ( )
inlineinherited

Sets _need_to_add_default_steady_state_convergence to true.

Definition at line 764 of file FEProblemBase.h.

Referenced by TransientBase::TransientBase().

◆ setNeighborSubdomainID() [1/2]

void FEProblemBase::setNeighborSubdomainID ( const Elem *  elem,
const THREAD_ID  tid 
)
virtualinherited

Definition at line 1983 of file FEProblemBase.C.

1984{
1985 SubdomainID did = elem->subdomain_id();
1986 for (const auto i : index_range(_nl))
1987 {
1988 _assembly[tid][i]->setCurrentNeighborSubdomainID(did);
1989 if (_displaced_problem &&
1991 _displaced_problem->assembly(tid, i).setCurrentNeighborSubdomainID(did);
1992 }
1993}

◆ setNeighborSubdomainID() [2/2]

void FEProblemBase::setNeighborSubdomainID ( const Elem *  elem,
unsigned int  side,
const THREAD_ID  tid 
)
overridevirtualinherited

Implements SubProblem.

Definition at line 1970 of file FEProblemBase.C.

1971{
1972 SubdomainID did = elem->neighbor_ptr(side)->subdomain_id();
1973 for (const auto i : index_range(_nl))
1974 {
1975 _assembly[tid][i]->setCurrentNeighborSubdomainID(did);
1976 if (_displaced_problem &&
1978 _displaced_problem->assembly(tid, i).setCurrentNeighborSubdomainID(did);
1979 }
1980}

Referenced by NonlinearSystemBase::constraintJacobians(), NonlinearSystemBase::constraintResiduals(), FEProblemBase::reinitNeighbor(), and NonlinearSystemBase::reinitNodeFace().

◆ setNonlinearConvergenceNames()

void FEProblemBase::setNonlinearConvergenceNames ( const std::vector< ConvergenceName > &  convergence_names)
inherited

Sets the nonlinear convergence object name(s) if there is one.

Definition at line 9934 of file FEProblemBase.C.

9935{
9936 if (convergence_names.size() != numNonlinearSystems())
9937 paramError("nonlinear_convergence",
9938 "There must be one convergence object per nonlinear system");
9939
9940 _nonlinear_convergence_names = convergence_names;
9941
9942 for (const auto i : make_range(numNonlinearSystems()))
9943 _nl[i]->setConvergenceName(convergence_names[i]);
9944}

Referenced by FEProblemSolve::FEProblemSolve().

◆ setNonlocalCouplingMatrix()

void FEProblemBase::setNonlocalCouplingMatrix ( )
inherited

Set custom coupling matrix for variables requiring nonlocal contribution.

Definition at line 6808 of file FEProblemBase.C.

6809{
6810 TIME_SECTION("setNonlocalCouplingMatrix", 5, "Setting Nonlocal Coupling Matrix");
6811
6812 if (_nl.size() > 1)
6813 mooseError("Nonlocal kernels are weirdly stored on the FEProblem so we don't currently support "
6814 "multiple nonlinear systems with nonlocal kernels.");
6815
6816 for (const auto nl_sys_num : index_range(_nl))
6817 {
6818 auto & nl = _nl[nl_sys_num];
6819 auto & nonlocal_cm = _nonlocal_cm[nl_sys_num];
6820 unsigned int n_vars = nl->nVariables();
6821 nonlocal_cm.resize(n_vars);
6822 const auto & vars = nl->getVariables(0);
6823 const auto & nonlocal_kernel = _nonlocal_kernels.getObjects();
6824 const auto & nonlocal_integrated_bc = _nonlocal_integrated_bcs.getObjects();
6825 for (const auto & ivar : vars)
6826 {
6827 for (const auto & kernel : nonlocal_kernel)
6828 {
6829 for (unsigned int i = ivar->number(); i < ivar->number() + ivar->count(); ++i)
6830 if (i == kernel->variable().number())
6831 for (const auto & jvar : vars)
6832 {
6833 const auto it = _var_dof_map.find(jvar->name());
6834 if (it != _var_dof_map.end())
6835 {
6836 unsigned int j = jvar->number();
6837 nonlocal_cm(i, j) = 1;
6838 }
6839 }
6840 }
6841 for (const auto & integrated_bc : nonlocal_integrated_bc)
6842 {
6843 for (unsigned int i = ivar->number(); i < ivar->number() + ivar->count(); ++i)
6844 if (i == integrated_bc->variable().number())
6845 for (const auto & jvar : vars)
6846 {
6847 const auto it = _var_dof_map.find(jvar->name());
6848 if (it != _var_dof_map.end())
6849 {
6850 unsigned int j = jvar->number();
6851 nonlocal_cm(i, j) = 1;
6852 }
6853 }
6854 }
6855 }
6856 }
6857}
std::map< std::string, std::vector< dof_id_type > > _var_dof_map
Definition SubProblem.h:682

◆ setParallelBarrierMessaging()

void FEProblemBase::setParallelBarrierMessaging ( bool  flag)
inlineinherited

Toggle parallel barrier messaging (defaults to on).

Definition at line 2258 of file FEProblemBase.h.

◆ setPostprocessorValueByName()

void FEProblemBase::setPostprocessorValueByName ( const PostprocessorName &  name,
const PostprocessorValue value,
std::size_t  t_index = 0 
)
inherited

Set the value of a PostprocessorValue.

Parameters
nameThe name of the post-processor
t_indexFlag for getting current (0), old (1), or older (2) values
Returns
The reference to the value at the given time index

Note: This method is only for setting values that already exist, the Postprocessor and PostprocessorInterface objects should be used rather than this method for creating and getting values within objects.

WARNING! This method should be used with caution. It exists to allow Transfers and other similar objects to modify Postprocessor values. It is not intended for general use.

Definition at line 4987 of file FEProblemBase.C.

4990{
4993}
void setReporterValue(const ReporterName &reporter_name, const T &value, const std::size_t time_index=0)
Method for setting Reporter values that already exist.

Referenced by PIDTransientControl::execute(), MultiAppPostprocessorTransfer::execute(), MFEMProblem::executeMFEMObjects(), PIDTransientControl::initialSetup(), FEProblemBase::joinAndFinalize(), PIDTransientControl::timestepSetup(), PicardSolve::transformPostprocessors(), SecantSolve::transformPostprocessors(), and SteffensenSolve::transformPostprocessors().

◆ setPreserveMatrixSparsityPattern()

void FEProblemBase::setPreserveMatrixSparsityPattern ( bool  preserve)
inherited

Set whether the sparsity pattern of the matrices being formed during the solve (usually the Jacobian) should be preserved.

This global setting can be retrieved by kernels, notably those using AD, to decide whether to take additional care to preserve the sparsity pattern

Definition at line 4119 of file FEProblemBase.C.

4120{
4121 if (_ignore_zeros_in_jacobian && preserve)
4123 "ignore_zeros_in_jacobian",
4124 "We likely cannot preserve the sparsity pattern if ignoring zeros in the Jacobian, which "
4125 "leads to removing those entries from the Jacobian sparsity pattern");
4127}
void paramWarning(const std::string &param, Args... args) const

◆ setResidual() [1/2]

virtual void SubProblem::setResidual ( libMesh::NumericVector< libMesh::Number > &  residual,
const THREAD_ID  tid 
)
pure virtualinherited

◆ setResidual() [2/2]

void FEProblemBase::setResidual ( NumericVector< libMesh::Number > &  residual,
const THREAD_ID  tid 
)
overridevirtualinherited

Definition at line 2116 of file FEProblemBase.C.

2117{
2118 _assembly[tid][_current_nl_sys->number()]->setResidual(
2119 residual,
2121 getVectorTag(_nl[_current_nl_sys->number()]->residualVectorTag()));
2123 _displaced_problem->setResidual(residual, tid);
2124}

Referenced by NonlinearSystemBase::constraintResiduals().

◆ setResidualNeighbor() [1/2]

virtual void SubProblem::setResidualNeighbor ( libMesh::NumericVector< libMesh::Number > &  residual,
const THREAD_ID  tid 
)
pure virtualinherited

◆ setResidualNeighbor() [2/2]

void FEProblemBase::setResidualNeighbor ( NumericVector< libMesh::Number > &  residual,
const THREAD_ID  tid 
)
overridevirtualinherited

Definition at line 2127 of file FEProblemBase.C.

2128{
2129 _assembly[tid][_current_nl_sys->number()]->setResidualNeighbor(
2132 _displaced_problem->setResidualNeighbor(residual, tid);
2133}

◆ setResidualObjectParamsAndLog()

void FEProblemBase::setResidualObjectParamsAndLog ( const std::string &  ro_name,
const std::string &  name,
InputParameters parameters,
const unsigned int  nl_sys_num,
const std::string &  base_name,
bool &  reinit_displaced 
)
privateinherited

Set the subproblem and system parameters for residual objects and log their addition.

Parameters
ro_nameThe type of the residual object
nameThe name of the residual object
parametersThe residual object parameters
nl_sys_numThe nonlinear system that the residual object belongs to
base_nameThe base type of the residual object, e.g. Kernel, BoundaryCondition, etc.
reinit_displacedA data member indicating whether a geometric concept should be reinit'd for the displaced problem. Examples of valid data members to pass in are _reinit_displaced_elem and _reinit_displaced_face

Definition at line 3130 of file FEProblemBase.C.

3136{
3137 if (_displaced_problem && parameters.get<bool>("use_displaced_mesh"))
3138 {
3139 parameters.set<SubProblem *>("_subproblem") = _displaced_problem.get();
3140 parameters.set<SystemBase *>("_sys") = &_displaced_problem->solverSys(nl_sys_num);
3141 reinit_displaced = true;
3142 }
3143 else
3144 {
3145 if (_displaced_problem == nullptr && parameters.get<bool>("use_displaced_mesh"))
3146 {
3147 // We allow Kernels to request that they use_displaced_mesh,
3148 // but then be overridden when no displacements variables are
3149 // provided in the Mesh block. If that happened, update the value
3150 // of use_displaced_mesh appropriately for this Kernel.
3151 if (parameters.have_parameter<bool>("use_displaced_mesh"))
3152 parameters.set<bool>("use_displaced_mesh") = false;
3153 }
3154
3155 parameters.set<SubProblem *>("_subproblem") = this;
3156 parameters.set<SystemBase *>("_sys") = _nl[nl_sys_num].get();
3157 }
3158
3159 logAdd(base_name, name, ro_name, parameters);
3160}

Referenced by FEProblemBase::addBoundaryCondition(), FEProblemBase::addHDGKernel(), and FEProblemBase::addKernel().

◆ setRestartFile()

void FEProblemBase::setRestartFile ( const std::string &  file_name)
inherited

Communicate to the Resurector the name of the restart filer.

Parameters
file_nameThe file name for restarting from

Definition at line 9403 of file FEProblemBase.C.

9404{
9405 if (_app.isRecovering())
9406 {
9407 mooseInfo("Restart file ", file_name, " is NOT being used since we are performing recovery.");
9408 }
9409 else
9410 {
9411 _app.setRestart(true);
9413 mooseInfo("Using ", file_name, " for restart.");
9414 }
9415}
void mooseInfo(Args &&... args)
Emit an informational message with the given stringified, concatenated args.
Definition MooseError.h:401
void setRestart(bool value)
Sets the restart/recover flags.
Definition MooseApp.C:2885
void setRestartRecoverFileBase(const std::string &file_base)
mutator for recover_base (set by RecoverBaseAction)
Definition MooseApp.h:512

Referenced by Executioner::Executioner(), Executioner::Executioner(), and FEProblemBase::FEProblemBase().

◆ setSNESMFReuseBase()

void FEProblemBase::setSNESMFReuseBase ( bool  reuse,
bool  set_by_user 
)
inlineinherited

If or not to reuse the base vector for matrix-free calculation.

Definition at line 2611 of file FEProblemBase.h.

2612 {
2614 }
bool _snesmf_reuse_base
If or not to resuse the base vector for matrix-free calculation.

Referenced by FEProblemSolve::FEProblemSolve().

◆ setSteadyStateConvergenceName()

void FEProblemBase::setSteadyStateConvergenceName ( const ConvergenceName &  convergence_name)
inherited

Sets the steady-state detection convergence object name if there is one.

Definition at line 9953 of file FEProblemBase.C.

9954{
9955 _steady_state_convergence_name = convergence_name;
9956}

Referenced by TransientBase::TransientBase().

◆ setUDotDotOldRequested()

virtual void FEProblemBase::setUDotDotOldRequested ( const bool  u_dotdot_old_requested)
inlinevirtualinherited

Set boolean flag to true to store old solution second time derivative.

Definition at line 2659 of file FEProblemBase.h.

2660 {
2661 _u_dotdot_old_requested = u_dotdot_old_requested;
2662 }
bool _u_dotdot_old_requested
Whether old solution second time derivative needs to be stored.

Referenced by CentralDifference::CentralDifference(), and NewmarkBeta::NewmarkBeta().

◆ setUDotDotRequested()

virtual void FEProblemBase::setUDotDotRequested ( const bool  u_dotdot_requested)
inlinevirtualinherited

Set boolean flag to true to store solution second time derivative.

Definition at line 2647 of file FEProblemBase.h.

2648 {
2649 _u_dotdot_requested = u_dotdot_requested;
2650 }
bool _u_dotdot_requested
Whether solution second time derivative needs to be stored.

Referenced by CentralDifference::CentralDifference(), and NewmarkBeta::NewmarkBeta().

◆ setUDotOldRequested()

virtual void FEProblemBase::setUDotOldRequested ( const bool  u_dot_old_requested)
inlinevirtualinherited

Set boolean flag to true to store old solution time derivative.

Definition at line 2653 of file FEProblemBase.h.

2654 {
2655 _u_dot_old_requested = u_dot_old_requested;
2656 }
bool _u_dot_old_requested
Whether old solution time derivative needs to be stored.

Referenced by CentralDifference::CentralDifference(), and NewmarkBeta::NewmarkBeta().

◆ setUDotRequested()

virtual void FEProblemBase::setUDotRequested ( const bool  u_dot_requested)
inlinevirtualinherited

Set boolean flag to true to store solution time derivative.

Definition at line 2644 of file FEProblemBase.h.

2644{ _u_dot_requested = u_dot_requested; }
bool _u_dot_requested
Whether solution time derivative needs to be stored.

Referenced by TimeIntegrator::TimeIntegrator().

◆ setupDampers()

void FEProblemBase::setupDampers ( )
inherited

Definition at line 5812 of file FEProblemBase.C.

5813{
5814 for (auto & nl : _nl)
5815 nl->setupDampers();
5816}

◆ setUseNonlinear()

virtual void FEProblem::setUseNonlinear ( bool  use_nonlinear)
inlinevirtualinherited

Definition at line 28 of file FEProblem.h.

28{ _use_nonlinear = use_nonlinear; }

◆ setVariableAllDoFMap()

void FEProblemBase::setVariableAllDoFMap ( const std::vector< const MooseVariableFEBase * > &  moose_vars)
inherited

Definition at line 1865 of file FEProblemBase.C.

1866{
1867 for (unsigned int i = 0; i < moose_vars.size(); ++i)
1868 {
1869 VariableName var_name = moose_vars[i]->name();
1870 auto & sys = _solver_systems[moose_vars[i]->sys().number()];
1871 sys->setVariableGlobalDoFs(var_name);
1872 _var_dof_map[var_name] = sys->getVariableGlobalDoFs();
1873 }
1874}

Referenced by FEProblemBase::meshChanged().

◆ setVectorPostprocessorValueByName()

void FEProblemBase::setVectorPostprocessorValueByName ( const std::string &  object_name,
const std::string &  vector_name,
const VectorPostprocessorValue value,
std::size_t  t_index = 0 
)
inherited

Set the value of a VectorPostprocessor vector.

Parameters
object_nameThe name of the VPP object
vector_nameThe name of the declared vector
valueThe data to apply to the vector
t_indexFlag for getting current (0), old (1), or older (2) values

Definition at line 5013 of file FEProblemBase.C.

5017{
5019 VectorPostprocessorReporterName(object_name, vector_name), value, t_index);
5020}

◆ setVerboseProblem()

void FEProblemBase::setVerboseProblem ( bool  verbose)
inherited

Make the problem be verbose.

Definition at line 10123 of file FEProblemBase.C.

10124{
10125 _verbose_setup = verbose ? "true" : "false";
10126 _verbose_multiapps = verbose;
10127 _verbose_restore = verbose;
10128}

Referenced by PhysicsBase::initializePhysics().

◆ shouldPrintExecution()

bool FEProblemBase::shouldPrintExecution ( const THREAD_ID  tid) const
inherited

Check whether the problem should output execution orders at this time.

Definition at line 10065 of file FEProblemBase.C.

10066{
10067 // For now, only support printing from thread 0
10068 if (tid != 0)
10069 return false;
10070
10073 return true;
10074 else
10075 return false;
10076}
const ExecFlagType EXEC_ALWAYS
Definition Moose.C:54

Referenced by FEProblemBase::joinAndFinalize(), ComputeLinearFVElementalThread::printBlockExecutionInformation(), ComputeLinearFVFaceThread::printBlockExecutionInformation(), ComputeDiracThread::printBlockExecutionInformation(), ComputeIndicatorThread::printBlockExecutionInformation(), ComputeMarkerThread::printBlockExecutionInformation(), ComputeUserObjectsThread::printBlockExecutionInformation(), NonlinearThread::printBlockExecutionInformation(), NonlinearThread::printBoundaryExecutionInformation(), ComputeFVInitialConditionThread::printGeneralExecutionInformation(), ComputeInitialConditionThread::printGeneralExecutionInformation(), ComputeLinearFVElementalThread::printGeneralExecutionInformation(), ComputeLinearFVFaceThread::printGeneralExecutionInformation(), ComputeDiracThread::printGeneralExecutionInformation(), ComputeElemDampingThread::printGeneralExecutionInformation(), ComputeIndicatorThread::printGeneralExecutionInformation(), ComputeMarkerThread::printGeneralExecutionInformation(), ComputeNodalDampingThread::printGeneralExecutionInformation(), ComputeNodalKernelBCJacobiansThread::printGeneralExecutionInformation(), ComputeNodalKernelBcsThread::printGeneralExecutionInformation(), ComputeNodalKernelJacobiansThread::printGeneralExecutionInformation(), ComputeNodalKernelsThread::printGeneralExecutionInformation(), ComputeNodalUserObjectsThread::printGeneralExecutionInformation(), ComputeUserObjectsThread::printGeneralExecutionInformation(), NonlinearThread::printGeneralExecutionInformation(), and ComputeThreadedGeneralUserObjectsThread::printGeneralExecutionInformation().

◆ shouldSolve()

bool FEProblemBase::shouldSolve ( ) const
inlineinherited

◆ shouldUpdateSolution()

bool FEProblemBase::shouldUpdateSolution ( )
virtualinherited

Check to see whether the problem should update the solution.

Returns
true if the problem should update the solution, false otherwise

Definition at line 8506 of file FEProblemBase.C.

8507{
8508 return false;
8509}

Referenced by FEProblemBase::computePostCheck(), and NonlinearSystem::solve().

◆ showFunctorRequestors()

void SubProblem::showFunctorRequestors ( ) const
privateinherited

Lists all functors and all the objects that requested them.

Definition at line 1278 of file SubProblem.C.

1279{
1280 for (const auto & [functor, requestors] : _functor_to_requestors)
1281 {
1282 _console << "[DBG] Requestors for wrapped functor "
1283 << std::regex_replace(functor, std::regex("wraps_"), "") << std::endl;
1284 _console << "[DBG] " << MooseUtils::join(requestors, " ") << std::endl;
1285 }
1286}

Referenced by SubProblem::initialSetup().

◆ showFunctors()

void SubProblem::showFunctors ( ) const
privateinherited

Lists all functors in the problem.

Definition at line 1266 of file SubProblem.C.

1267{
1268 _console << "[DBG] Wrapped functors found in Subproblem" << std::endl;
1269 std::string functor_names = "[DBG] ";
1270 for (const auto & functor_pair : _functors[0])
1271 functor_names += std::regex_replace(functor_pair.first, std::regex("wraps_"), "") + " ";
1272 if (functor_names.size())
1273 functor_names.pop_back();
1274 _console << functor_names << std::endl;
1275}

Referenced by SubProblem::initialSetup().

◆ showInvalidSolutionConsole()

bool FEProblemBase::showInvalidSolutionConsole ( ) const
inlineinherited

Whether or not to print out the invalid solutions summary table in console.

Definition at line 2427 of file FEProblemBase.h.

const bool _show_invalid_solution_console

Referenced by SolverSystem::checkInvalidSolution().

◆ sideUOInterfaceMatPropIntegrityCheck()

bool FEProblemBase::sideUOInterfaceMatPropIntegrityCheck ( ) const
inlineinherited
Returns
whether to perform an integrity check for side user objects consuming interface material properties

Definition at line 2778 of file FEProblemBase.h.

2779 {
2781 }
const bool _side_uo_interface_mat_prop_integrity_check
Whether to check that side user objects do not consume interface material properties.

Referenced by SideUserObject::initialSetup().

◆ sizeZeroes()

void FEProblemBase::sizeZeroes ( unsigned int  size,
const THREAD_ID  tid 
)
virtualinherited

Definition at line 2318 of file FEProblemBase.C.

2319{
2320 mooseDoOnce(mooseWarning(
2321 "This function is deprecated and no longer performs any function. Please do not call it."));
2322}

◆ skipExceptionCheck()

void FEProblemBase::skipExceptionCheck ( bool  skip_exception_check)
inlineinherited

Set a flag that indicates if we want to skip exception and stop solve.

Definition at line 2624 of file FEProblemBase.h.

2625 {
2626 _skip_exception_check = skip_exception_check;
2627 }

Referenced by FEProblemSolve::FEProblemSolve().

◆ skipNextForwardSolutionCopyToOld()

void FEProblemBase::skipNextForwardSolutionCopyToOld ( )
inherited

Prevents the copy of the solution vector to the old solution vector in each system.

Old -> Older is still performed This is useful for MultiApps fixed point iterations

Definition at line 7319 of file FEProblemBase.C.

7320{
7321 for (auto & sys : _solver_systems)
7322 sys->skipNextSolutionToOldCopy();
7323 _aux->skipNextSolutionToOldCopy();
7324}

Referenced by FullSolveMultiApp::solveStep().

◆ solve()

void FEProblemBase::solve ( const unsigned int  nl_sys_num)
virtualinherited

Reimplemented in EigenProblem, ExternalProblem, and DumpObjectsProblem.

Definition at line 7079 of file FEProblemBase.C.

7080{
7081 TIME_SECTION("solve", 1, "Solving", false);
7082
7083 setCurrentNonlinearSystem(nl_sys_num);
7084
7085 // This prevents stale dof indices from lingering around and possibly leading to invalid reads
7086 // and writes. Dof indices may be made stale through operations like mesh adaptivity
7089 _displaced_problem->clearAllDofIndices();
7090
7091 // Setup the output system for printing linear/nonlinear iteration information and some solver
7092 // settings, including setting matrix prefixes. This must occur before petscSetOptions
7094
7095#if PETSC_RELEASE_LESS_THAN(3, 12, 0)
7097 _petsc_options, _solver_params); // Make sure the PETSc options are setup for this app
7098#else
7099 // Now this database will be the default
7100 // Each app should have only one database
7101 if (!_app.isUltimateMaster())
7102 LibmeshPetscCall(PetscOptionsPush(_petsc_option_data_base));
7103 // We did not add PETSc options to database yet
7105 {
7106 // Insert options for all systems all at once
7109 }
7110#endif
7111
7112 // set up DM which is required if use a field split preconditioner
7113 // We need to setup DM every "solve()" because libMesh destroy SNES after solve()
7114 // Do not worry, DM setup is very cheap
7116
7118
7119 // reset flag so that residual evaluation does not get skipped
7120 // and the next non-linear iteration does not automatically fail with
7121 // "DIVERGED_NANORINF", when we throw an exception and stop solve
7123
7124 if (_solve)
7125 {
7128 }
7129
7130 // sync solutions in displaced problem
7132 _displaced_problem->syncSolutions();
7133
7134#if !PETSC_RELEASE_LESS_THAN(3, 12, 0)
7135 if (!_app.isUltimateMaster())
7136 LibmeshPetscCall(PetscOptionsPop());
7137#endif
7138}
std::vector< SolverParams > _solver_params
virtual void possiblyRebuildGeomSearchPatches()
virtual void solve() override=0
Solve the system (using libMesh magic)
void setupDM()
Setup the PETSc DM object (when appropriate)
void update()
Update the system (doing libMesh magic)
void petscSetOptions(const PetscOptions &po, const SolverParams &solver_params, FEProblemBase *const problem=nullptr)
A function for setting the PETSc options in PETSc from the options supplied to MOOSE.

Referenced by EigenExecutionerBase::inversePowerIteration(), EigenExecutionerBase::nonlinearSolve(), FEProblemSolve::solve(), and AB2PredictorCorrector::step().

◆ solveLinearSystem()

void FEProblemBase::solveLinearSystem ( const unsigned int  linear_sys_num,
const Moose::PetscSupport::PetscOptions po = nullptr 
)
virtualinherited

Build and solve a linear system.

Parameters
linear_sys_numThe number of the linear system (1,..,num. of lin. systems)
poThe petsc options for the solve, if not supplied, the defaults are used

Reimplemented in DumpObjectsProblem.

Definition at line 7236 of file FEProblemBase.C.

7238{
7239 TIME_SECTION("solve", 1, "Solving", false);
7240
7241 setCurrentLinearSystem(linear_sys_num);
7242
7243 const Moose::PetscSupport::PetscOptions & options = po ? *po : _petsc_options;
7244 auto & solver_params = _solver_params[numNonlinearSystems() + linear_sys_num];
7245
7246 // Set custom convergence criteria
7248
7249#if PETSC_RELEASE_LESS_THAN(3, 12, 0)
7250 LibmeshPetscCall(Moose::PetscSupport::petscSetOptions(
7251 options, solver_params)); // Make sure the PETSc options are setup for this app
7252#else
7253 // Now this database will be the default
7254 // Each app should have only one database
7255 if (!_app.isUltimateMaster())
7256 LibmeshPetscCall(PetscOptionsPush(_petsc_option_data_base));
7257
7258 // We did not add PETSc options to database yet
7260 {
7261 Moose::PetscSupport::petscSetOptions(options, solver_params, this);
7263 }
7264#endif
7265
7266 if (_solve)
7268
7269#if !PETSC_RELEASE_LESS_THAN(3, 12, 0)
7270 if (!_app.isUltimateMaster())
7271 LibmeshPetscCall(PetscOptionsPop());
7272#endif
7273}
virtual void solve() override
Solve the system (using libMesh magic)
A struct for storing the various types of petsc options and values.

Referenced by FEProblemSolve::solve().

◆ solverParams() [1/2]

SolverParams & FEProblemBase::solverParams ( unsigned int  solver_sys_num = 0)
inherited

Get the solver parameters.

Definition at line 9435 of file FEProblemBase.C.

9436{
9437 mooseAssert(solver_sys_num < numSolverSystems(),
9438 "Solver system number '" << solver_sys_num << "' is out of bounds. We have '"
9439 << numSolverSystems() << "' solver systems");
9440 return _solver_params[solver_sys_num];
9441}
virtual std::size_t numSolverSystems() const override

Referenced by NonlinearEigenSystem::attachPreconditioner(), SolverSystem::compute(), SlepcEigenSolverConfiguration::configure_solver(), EigenProblemSolve::EigenProblemSolve(), ExplicitTimeIntegrator::ExplicitTimeIntegrator(), FEProblemSolve::FEProblemSolve(), EigenProblem::init(), FEProblemBase::init(), ExplicitTimeIntegrator::init(), EigenProblemSolve::initialSetup(), EigenProblem::isNonlinearEigenvalueSolver(), Moose::SlepcSupport::mooseSlepcEigenFormFunctionA(), Moose::SlepcSupport::mooseSlepcEigenFormFunctionAB(), Moose::SlepcSupport::mooseSlepcEigenFormFunctionB(), Moose::SlepcSupport::mooseSlepcEigenFormJacobianA(), MooseStaticCondensationPreconditioner::MooseStaticCondensationPreconditioner(), ConsoleUtils::outputExecutionInformation(), PhysicsBasedPreconditioner::PhysicsBasedPreconditioner(), NonlinearSystem::residualAndJacobianTogether(), Moose::SlepcSupport::setEigenProblemSolverParams(), Moose::PetscSupport::setLineSearchFromParams(), Moose::PetscSupport::setMFFDTypeFromParams(), Moose::PetscSupport::setSinglePetscOption(), Moose::PetscSupport::setSolveTypeFromParams(), NonlinearSystemBase::shouldEvaluatePreSMOResidual(), EigenProblem::solve(), FEProblemBase::solverParams(), FEProblemBase::solverTypeString(), EigenProblem::solverTypeString(), and Moose::SlepcSupport::storeSolveType().

◆ solverParams() [2/2]

const SolverParams & FEProblemBase::solverParams ( unsigned int  solver_sys_num = 0) const
inherited

const version

Definition at line 9444 of file FEProblemBase.C.

9445{
9446 return const_cast<FEProblemBase *>(this)->solverParams(solver_sys_num);
9447}
SolverParams & solverParams(unsigned int solver_sys_num=0)
Get the solver parameters.

◆ solverSysNum()

unsigned int FEProblemBase::solverSysNum ( const SolverSystemName &  solver_sys_name) const
overridevirtualinherited
Returns
the solver system number corresponding to the provided solver_sys_name

Implements SubProblem.

Definition at line 7044 of file FEProblemBase.C.

7045{
7046 std::istringstream ss(solver_sys_name);
7047 unsigned int solver_sys_num;
7048 if (!(ss >> solver_sys_num) || !ss.eof())
7049 {
7050 const auto & search = _solver_sys_name_to_num.find(solver_sys_name);
7051 if (search == _solver_sys_name_to_num.end())
7052 mooseError("The solver system number was requested for system '" + solver_sys_name,
7053 "' but this system does not exist in the Problem. Systems can be added to the "
7054 "problem using the 'nl_sys_names'/'linear_sys_names' parameter.\nSystems in the "
7055 "Problem: " +
7057 solver_sys_num = search->second;
7058 }
7059
7060 return solver_sys_num;
7061}
std::map< SolverSystemName, unsigned int > _solver_sys_name_to_num
Map connecting solver system names with their respective systems.

Referenced by FEProblemBase::addVariable(), FEProblemBase::getSystemBase(), PhysicsBase::initializePhysics(), MultiSystemSolveObject::MultiSystemSolveObject(), and DisplacedProblem::solverSysNum().

◆ solverSystemConverged()

bool FEProblemBase::solverSystemConverged ( const unsigned int  sys_num)
overridevirtualinherited
Returns
whether the given solver system sys_num is converged

Reimplemented from SubProblem.

Reimplemented in EigenProblem.

Definition at line 7276 of file FEProblemBase.C.

7277{
7278 if (_solve)
7279 return _solver_systems[sys_num]->converged();
7280 else
7281 return true;
7282}

◆ solverTypeString()

std::string FEProblemBase::solverTypeString ( unsigned int  solver_sys_num = 0)
virtualinherited

Return solver type as a human readable string.

Reimplemented in MFEMProblem, and EigenProblem.

Definition at line 10244 of file FEProblemBase.C.

10245{
10246 return Moose::stringify(solverParams(solver_sys_num)._type);
10247}
const std::string & _type
The type of this class.
Definition MooseBase.h:378

Referenced by ConsoleUtils::outputExecutionInformation().

◆ startedInitialSetup()

virtual bool FEProblemBase::startedInitialSetup ( )
inlinevirtualinherited

Returns true if we are in or beyond the initialSetup stage.

Definition at line 567 of file FEProblemBase.h.

567{ return _started_initial_setup; }

Referenced by MaterialBase::checkExecutionStage(), MaterialPropertyInterface::checkExecutionStage(), and NEML2ModelExecutor::checkExecutionStage().

◆ storeBoundaryDelayedCheckMatProp()

void SubProblem::storeBoundaryDelayedCheckMatProp ( const std::string &  requestor,
BoundaryID  boundary_id,
const std::string &  name 
)
virtualinherited

Adds to a map based on boundary ids of material properties to validate.

Parameters
requestorThe MOOSE object name requesting the material property
boundary_idThe block id for the MaterialProperty
nameThe name of the property

Definition at line 614 of file SubProblem.C.

617{
618 _map_boundary_material_props_check[boundary_id].insert(std::make_pair(requestor, name));
619}

Referenced by MaterialPropertyInterface::checkMaterialProperty().

◆ storeBoundaryMatPropName()

void SubProblem::storeBoundaryMatPropName ( BoundaryID  boundary_id,
const std::string &  name 
)
virtualinherited

Adds the given material property to a storage map based on boundary ids.

This is method is called from within the Material class when the property is first registered.

Parameters
boundary_idThe block id for the MaterialProperty
nameThe name of the property

Definition at line 588 of file SubProblem.C.

589{
590 _map_boundary_material_props[boundary_id].insert(name);
591}

Referenced by MaterialBase::registerPropName().

◆ storeBoundaryZeroMatProp()

void SubProblem::storeBoundaryZeroMatProp ( BoundaryID  boundary_id,
const MaterialPropertyName &  name 
)
virtualinherited

Adds to a map based on boundary ids of material properties for which a zero value can be returned.

Thes properties are optional and will not trigger a missing material property error.

Parameters
boundary_idThe block id for the MaterialProperty
nameThe name of the property

Definition at line 600 of file SubProblem.C.

601{
602 _zero_boundary_material_props[boundary_id].insert(name);
603}

Referenced by MaterialBase::storeBoundaryZeroMatProp().

◆ storeSubdomainDelayedCheckMatProp()

void SubProblem::storeSubdomainDelayedCheckMatProp ( const std::string &  requestor,
SubdomainID  block_id,
const std::string &  name 
)
virtualinherited

Adds to a map based on block ids of material properties to validate.

Parameters
block_idThe block id for the MaterialProperty
nameThe name of the property

Definition at line 606 of file SubProblem.C.

609{
610 _map_block_material_props_check[block_id].insert(std::make_pair(requestor, name));
611}

Referenced by MaterialPropertyInterface::checkMaterialProperty().

◆ storeSubdomainMatPropName()

void SubProblem::storeSubdomainMatPropName ( SubdomainID  block_id,
const std::string &  name 
)
virtualinherited

Adds the given material property to a storage map based on block ids.

This is method is called from within the Material class when the property is first registered.

Parameters
block_idThe block id for the MaterialProperty
nameThe name of the property

Definition at line 582 of file SubProblem.C.

583{
584 _map_block_material_props[block_id].insert(name);
585}

Referenced by MaterialBase::registerPropName().

◆ storeSubdomainZeroMatProp()

void SubProblem::storeSubdomainZeroMatProp ( SubdomainID  block_id,
const MaterialPropertyName &  name 
)
virtualinherited

Adds to a map based on block ids of material properties for which a zero value can be returned.

Thes properties are optional and will not trigger a missing material property error.

Parameters
block_idThe block id for the MaterialProperty
nameThe name of the property

Definition at line 594 of file SubProblem.C.

595{
596 _zero_block_material_props[block_id].insert(name);
597}

Referenced by MaterialBase::storeSubdomainZeroMatProp().

◆ subdomainSetup()

void FEProblemBase::subdomainSetup ( SubdomainID  subdomain,
const THREAD_ID  tid 
)
virtualinherited

Definition at line 2659 of file FEProblemBase.C.

2660{
2661 _all_materials.subdomainSetup(subdomain, tid);
2662 // Call the subdomain methods of the output system, these are not threaded so only call it once
2663 if (tid == 0)
2665
2666 for (auto & nl : _nl)
2667 nl->subdomainSetup(subdomain, tid);
2668
2669 // FIXME: call displaced_problem->subdomainSetup() ?
2670 // When adding possibility with materials being evaluated on displaced mesh
2671}
virtual void subdomainSetup(THREAD_ID tid=0) const override
void subdomainSetup()
Calls the subdomainSetup function for each of the output objects.

Referenced by ThreadedFaceLoop< RangeType >::subdomainChanged(), ComputeDiracThread::subdomainChanged(), ComputeIndicatorThread::subdomainChanged(), ComputeMarkerThread::subdomainChanged(), ComputeMaterialsObjectThread::subdomainChanged(), ComputeUserObjectsThread::subdomainChanged(), and NonlinearThread::subdomainChanged().

◆ subspaceDim()

unsigned int FEProblemBase::subspaceDim ( const std::string &  prefix) const
inlineinherited

Dimension of the subspace spanned by vectors with a given prefix.

Parameters
prefixPrefix of the vectors spanning the subspace.

Definition at line 2300 of file FEProblemBase.h.

2301 {
2302 if (_subspace_dim.count(prefix))
2303 return _subspace_dim.find(prefix)->second;
2304 else
2305 return 0;
2306 }

Referenced by FEProblemBase::computeNearNullSpace(), FEProblemBase::computeNullSpace(), and FEProblemBase::computeTransposeNullSpace().

◆ swapBackMaterials()

void FEProblemBase::swapBackMaterials ( const THREAD_ID  tid)
virtualinherited

Definition at line 4528 of file FEProblemBase.C.

4529{
4530 auto && elem = _assembly[tid][0]->elem();
4532}
void swapBack(const Elem &elem, unsigned int side=0)
material properties for given element (and possible side)

Referenced by NodalPatchRecovery::compute(), LineMaterialSamplerBase< T >::execute(), ComputeElemAuxVarsThread< AuxKernelType >::onElement(), ComputeIndicatorThread::onElement(), ComputeMarkerThread::onElement(), ComputeUserObjectsThread::onElement(), and NonlinearThread::onElement().

◆ swapBackMaterialsFace()

void FEProblemBase::swapBackMaterialsFace ( const THREAD_ID  tid)
virtualinherited

◆ swapBackMaterialsNeighbor()

void FEProblemBase::swapBackMaterialsNeighbor ( const THREAD_ID  tid)
virtualinherited

Definition at line 4543 of file FEProblemBase.C.

4544{
4545 // NOTE: this will not work with h-adaptivity
4546 const Elem * neighbor = _assembly[tid][0]->neighbor();
4547 unsigned int neighbor_side =
4548 neighbor ? neighbor->which_neighbor_am_i(_assembly[tid][0]->elem()) : libMesh::invalid_uint;
4549
4550 if (!neighbor)
4551 {
4552 if (haveFV())
4553 {
4554 // If neighbor is null, then we're on the neighbor side of a mesh boundary, e.g. we're off
4555 // the mesh in ghost-land. If we're using the finite volume method, then variable values and
4556 // consequently material properties have well-defined values in this ghost region outside of
4557 // the mesh and we really do want to reinit our neighbor materials in this case. Since we're
4558 // off in ghost land it's safe to do swaps with `MaterialPropertyStorage` using the elem and
4559 // elem_side keys
4560 neighbor = _assembly[tid][0]->elem();
4561 neighbor_side = _assembly[tid][0]->side();
4562 mooseAssert(neighbor, "We should have an appropriate value for elem coming from Assembly");
4563 }
4564 else
4565 mooseError("neighbor is null in Assembly!");
4566 }
4567
4568 _neighbor_material_props.getMaterialData(tid).swapBack(*neighbor, neighbor_side);
4569}

Referenced by ComputeUserObjectsThread::onInterface(), NonlinearThread::onInterface(), ComputeIndicatorThread::onInternalSide(), ComputeUserObjectsThread::onInternalSide(), NonlinearThread::onInternalSide(), and ComputeElemAuxBcsThread< AuxKernelType >::operator()().

◆ systemBaseAuxiliary() [1/2]

const SystemBase & FEProblemBase::systemBaseAuxiliary ( ) const
overridevirtualinherited

Return the auxiliary system object as a base class reference.

Implements SubProblem.

Definition at line 9785 of file FEProblemBase.C.

9786{
9787 return *_aux;
9788}

Referenced by PhysicsBase::copyVariablesFromMesh(), and MFEMProblem::getAuxVariableNames().

◆ systemBaseAuxiliary() [2/2]

SystemBase & FEProblemBase::systemBaseAuxiliary ( )
overridevirtualinherited

Implements SubProblem.

Definition at line 9791 of file FEProblemBase.C.

9792{
9793 return *_aux;
9794}

◆ systemBaseLinear() [1/2]

const SystemBase & FEProblemBase::systemBaseLinear ( unsigned int  sys_num) const
overridevirtualinherited

Get a constant base class reference to a linear system.

Parameters
sys_numThe number of the linear system

Implements SubProblem.

Definition at line 9753 of file FEProblemBase.C.

9754{
9755 mooseAssert(sys_num < _linear_systems.size(),
9756 "System number greater than the number of linear systems");
9757 return *_linear_systems[sys_num];
9758}

◆ systemBaseLinear() [2/2]

SystemBase & FEProblemBase::systemBaseLinear ( unsigned int  sys_num)
overridevirtualinherited

Get a non-constant base class reference to a linear system.

Parameters
sys_numThe number of the linear system

Implements SubProblem.

Definition at line 9761 of file FEProblemBase.C.

9762{
9763 mooseAssert(sys_num < _linear_systems.size(),
9764 "System number greater than the number of linear systems");
9765 return *_linear_systems[sys_num];
9766}

◆ systemBaseNonlinear() [1/2]

const SystemBase & FEProblemBase::systemBaseNonlinear ( const unsigned int  sys_num) const
overridevirtualinherited

Return the nonlinear system object as a base class reference given the system number.

Implements SubProblem.

Definition at line 9739 of file FEProblemBase.C.

9740{
9741 mooseAssert(sys_num < _nl.size(), "System number greater than the number of nonlinear systems");
9742 return *_nl[sys_num];
9743}

◆ systemBaseNonlinear() [2/2]

SystemBase & FEProblemBase::systemBaseNonlinear ( const unsigned int  sys_num)
overridevirtualinherited

Implements SubProblem.

Definition at line 9746 of file FEProblemBase.C.

9747{
9748 mooseAssert(sys_num < _nl.size(), "System number greater than the number of nonlinear systems");
9749 return *_nl[sys_num];
9750}

◆ systemBaseSolver() [1/2]

const SystemBase & FEProblemBase::systemBaseSolver ( const unsigned int  sys_num) const
overridevirtualinherited

Return the solver system object as a base class reference given the system number.

Implements SubProblem.

Definition at line 9769 of file FEProblemBase.C.

9770{
9771 mooseAssert(sys_num < _solver_systems.size(),
9772 "System number greater than the number of solver systems");
9773 return *_solver_systems[sys_num];
9774}

◆ systemBaseSolver() [2/2]

SystemBase & FEProblemBase::systemBaseSolver ( const unsigned int  sys_num)
overridevirtualinherited

Implements SubProblem.

Definition at line 9777 of file FEProblemBase.C.

9778{
9779 mooseAssert(sys_num < _solver_systems.size(),
9780 "System number greater than the number of solver systems");
9781 return *_solver_systems[sys_num];
9782}

◆ systemNumForVariable()

unsigned int FEProblemBase::systemNumForVariable ( const VariableName &  variable_name) const
inherited
Returns
the system number for the provided variable_name Can be nonlinear or auxiliary

Definition at line 7064 of file FEProblemBase.C.

7065{
7066 for (const auto & solver_sys : _solver_systems)
7067 if (solver_sys->hasVariable(variable_name))
7068 return solver_sys->number();
7069 mooseAssert(_aux, "Should have an auxiliary system");
7070 if (_aux->hasVariable(variable_name))
7071 return _aux->number();
7072
7073 mooseError("Variable '",
7074 variable_name,
7075 "' was not found in any solver (nonlinear/linear) or auxiliary system");
7076}

Referenced by FEProblemBase::projectFunctionOnCustomRange(), and ElementSubdomainModifierBase::restoreOverriddenDofValues().

◆ terminateSolve()

virtual void Problem::terminateSolve ( )
inlinevirtualinherited

Allow objects to request clean termination of the solve.

Definition at line 37 of file Problem.h.

37{ _termination_requested = true; };

Referenced by Terminator::execute(), WebServerControl::execute(), and TerminateChainControl::terminate().

◆ theWarehouse()

TheWarehouse & FEProblemBase::theWarehouse ( ) const
inlineinherited

Definition at line 2606 of file FEProblemBase.h.

2606{ return _app.theWarehouse(); }
TheWarehouse & theWarehouse()
Definition MooseApp.h:143

Referenced by NonlinearSystemBase::addBoundaryCondition(), NonlinearSystemBase::addDGKernel(), NonlinearSystemBase::addDiracKernel(), FEProblemBase::addFVGradientMethod(), FEProblemBase::addFVInterpolationMethod(), NonlinearSystemBase::addHDGKernel(), NonlinearSystemBase::addInterfaceKernel(), NonlinearSystemBase::addKernel(), NonlinearSystemBase::addNodalKernel(), FEProblemBase::addObject(), NonlinearSystemBase::addScalarKernel(), NonlinearSystemBase::addSplit(), FEProblemBase::addUserObject(), NonlinearSystemBase::checkKernelCoverage(), FEProblemBase::checkUserObjectJacobianRequirement(), FEProblemBase::checkUserObjects(), ComputeResidualAndJacobianThread::compute(), NonlinearSystemBase::computeJacobianInternal(), NonlinearSystemBase::computeResidualAndJacobianInternal(), NonlinearSystemBase::computeResidualInternal(), LinearSystem::containsTimeKernel(), FEProblemBase::customSetup(), ComputeResidualAndJacobianThread::determineObjectWarehouses(), ComputeResidualThread::determineObjectWarehouses(), MFEMProblem::executeMFEMObjects(), FEProblemBase::executeSamplers(), ComputeLinearFVElementalThread::fetchBlockSystemContributionObjects(), ComputeLinearFVFaceThread::fetchBlockSystemContributionObjects(), FEProblemBase::getDistribution(), FEProblemBase::getFVGradientMethod(), FEProblemBase::getFVInterpolationMethod(), NonlinearSystemBase::getFVSetupObjects(), FEProblemBase::getKokkosUserObject(), MFEMProblem::getMFEMObject(), FEProblemBase::getMortarUserObjects(), FEProblemBase::getPositionsObject(), FEProblemBase::getPostprocessorObjectByName(), FEProblemBase::getSampler(), CompositionDT::getTimeSteppers(), FEProblemBase::getUOQuery(), FEProblemBase::getUserObject(), FEProblemBase::getUserObjectBase(), FEProblemBase::getVectorPostprocessorObjectByName(), FEProblemBase::hasDistribution(), FEProblemBase::hasFVGradientMethod(), FEProblemBase::hasFVInterpolationMethod(), MFEMProblem::hasMFEMObject(), FEProblemBase::hasUserObject(), VectorPostprocessorInterface::hasVectorPostprocessorByName(), MFEMProblem::initialSetup(), BoundaryLinearFVFluxIntegral::initialSetup(), SideFVFluxBCIntegral::initialSetup(), LinearSystem::initialSetup(), ExplicitTimeIntegrator::initialSetup(), AdvancedOutput::initPostprocessorOrVectorPostprocessorLists(), FEProblemBase::needBoundaryMaterialOnSide(), FEProblemBase::needInterfaceMaterialOnSide(), FEProblemBase::needInternalNeighborSideMaterial(), JSONOutput::outputReporters(), BlockRestrictionDebugOutput::printBlockRestrictionGroups(), BlockRestrictionDebugOutput::printBlockRestrictionMap(), BlockRestrictionDebugOutput::printBoundaryRestrictionGroups(), ComputeLinearFVElementalThread::setupSystemContributionObjects(), ComputeLinearFVFaceThread::setupSystemContributionObjects(), and FEProblemBase::timestepSetup().

◆ time()

virtual Real & FEProblemBase::time ( ) const
inlinevirtualinherited

◆ timedSectionName()

std::string PerfGraphInterface::timedSectionName ( const std::string &  section_name) const
protectedinherited
Returns
The name of the timed section with the name section_name.

Optionally adds a prefix if one is defined.

Definition at line 55 of file PerfGraphInterface.C.

56{
57 return _prefix.empty() ? "" : (_prefix + "::") + section_name;
58}
const std::string _prefix
A prefix to use for all sections.

Referenced by PerfGraphInterface::registerTimedSection(), and PerfGraphInterface::registerTimedSection().

◆ timeOld()

virtual Real & FEProblemBase::timeOld ( ) const
inlinevirtualinherited

◆ timeStep()

virtual int & FEProblemBase::timeStep ( ) const
inlinevirtualinherited

◆ timestepSetup()

void FEProblemBase::timestepSetup ( )
overridevirtualinherited

Reimplemented from SubProblem.

Definition at line 1658 of file FEProblemBase.C.

1659{
1661
1662 if (_t_step > 1 && _num_grid_steps)
1663 {
1664 libMesh::MeshRefinement mesh_refinement(_mesh);
1665 std::unique_ptr<libMesh::MeshRefinement> displaced_mesh_refinement(nullptr);
1666 if (_displaced_mesh)
1667 displaced_mesh_refinement = std::make_unique<libMesh::MeshRefinement>(*_displaced_mesh);
1668
1669 for (MooseIndex(_num_grid_steps) i = 0; i < _num_grid_steps; ++i)
1670 {
1672 // If the DisplacedProblem is active, undisplace the DisplacedMesh in preparation for
1673 // refinement. We can't safely refine the DisplacedMesh directly, since the Hilbert keys
1674 // computed on the inconsistenly-displaced Mesh are different on different processors,
1675 // leading to inconsistent Hilbert keys. We must do this before the undisplaced Mesh is
1676 // coarsensed, so that the element and node numbering is still consistent. We also have to
1677 // make sure this is done during every step of coarsening otherwise different partitions
1678 // will be generated for the reference and displaced meshes (even for replicated)
1679 _displaced_problem->undisplaceMesh();
1680
1681 mesh_refinement.uniformly_coarsen();
1682 if (_displaced_mesh)
1683 displaced_mesh_refinement->uniformly_coarsen();
1684
1685 // Mark this as an intermediate change because we do not yet want to reinit_systems. E.g. we
1686 // need things to happen in the following order for the undisplaced problem:
1687 // u1) EquationSystems::reinit_solutions. This will restrict the solution vectors and then
1688 // contract the mesh
1689 // u2) MooseMesh::meshChanged. This will update the node/side lists and other
1690 // things which needs to happen after the contraction
1691 // u3) GeometricSearchData::reinit. Once the node/side lists are updated we can perform our
1692 // geometric searches which will aid in determining sparsity patterns
1693 //
1694 // We do these things for the displaced problem (if it exists)
1695 // d1) EquationSystems::reinit. Restrict the displaced problem vector copies and then contract
1696 // the mesh. It's safe to do a full reinit with the displaced because there are no
1697 // matrices that sparsity pattern calculations will be conducted for
1698 // d2) MooseMesh::meshChanged. This will update the node/side lists and other
1699 // things which needs to happen after the contraction
1700 // d3) UpdateDisplacedMeshThread::operator(). Re-displace the mesh using the *displaced*
1701 // solution vector copy because we don't know the state of the reference solution vector.
1702 // It's safe to use the displaced copy because we are outside of a non-linear solve,
1703 // and there is no concern about differences between solution and current_local_solution
1704 // d4) GeometricSearchData::reinit. With the node/side lists updated and the mesh
1705 // re-displaced, we can perform our geometric searches, which will aid in determining the
1706 // sparsity pattern of the matrix held by the libMesh::ImplicitSystem held by the
1707 // NonlinearSystem held by this
1709 /*intermediate_change=*/true, /*contract_mesh=*/true, /*clean_refinement_flags=*/true);
1710 }
1711
1712 // u4) Now that all the geometric searches have been done (both undisplaced and displaced),
1713 // we're ready to update the sparsity pattern
1714 es().reinit_systems();
1715 }
1716
1718 if (_line_search)
1719 _line_search->timestepSetup();
1720
1721 // Random interface objects
1722 for (const auto & it : _random_data_objects)
1723 it.second->updateSeeds(EXEC_TIMESTEP_BEGIN);
1724
1725 unsigned int n_threads = libMesh::n_threads();
1726 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1727 {
1730 }
1731
1732#ifdef MOOSE_KOKKOS_ENABLED
1734#endif
1735
1736 _aux->timestepSetup();
1737 for (auto & sys : _solver_systems)
1738 sys->timestepSetup();
1739
1741 // timestepSetup for displaced systems
1742 _displaced_problem->timestepSetup();
1743
1744 for (THREAD_ID tid = 0; tid < n_threads; tid++)
1745 {
1749 }
1750
1751 std::vector<UserObject *> userobjs;
1752 theWarehouse().query().condition<AttribSystem>("UserObject").queryIntoUnsorted(userobjs);
1753 for (auto obj : userobjs)
1754 obj->timestepSetup();
1755
1756#ifdef MOOSE_KOKKOS_ENABLED
1757 {
1758 std::vector<UserObjectBase *> userobjs;
1759 theWarehouse().query().condition<AttribSystem>("KokkosUserObject").queryIntoUnsorted(userobjs);
1760 for (auto obj : userobjs)
1761 obj->timestepSetup();
1762 }
1763#endif
1764
1765 // Timestep setup of output objects
1767
1771}
virtual void timestepSetup(THREAD_ID tid=0) const override
virtual void timestepSetup(THREAD_ID tid=0) const
void timestepSetup()
Calls the timestepSetup function for each of the output objects.
virtual void timestepSetup()

Referenced by Eigenvalue::execute(), SteadyBase::execute(), MFEMSteady::execute(), NonlinearEigen::takeStep(), TransientBase::takeStep(), and MFEMTransient::takeStep().

◆ transient()

virtual void FEProblemBase::transient ( bool  trans)
inlinevirtualinherited

Definition at line 582 of file FEProblemBase.h.

582{ _transient = trans; }

Referenced by EigenExecutionerBase::EigenExecutionerBase(), and TransientBase::TransientBase().

◆ trustUserCouplingMatrix()

void FEProblemBase::trustUserCouplingMatrix ( )
inherited

Whether to trust the user coupling matrix even if we want to do things like be paranoid and create a full coupling matrix.

See https://github.com/idaholab/moose/issues/16395 for detailed background

Definition at line 6798 of file FEProblemBase.C.

6799{
6801 mooseError("Someone told us (the FEProblemBase) to trust the user coupling matrix, but we "
6802 "haven't been provided a coupling matrix!");
6803
6805}

Referenced by SingleMatrixPreconditioner::SingleMatrixPreconditioner().

◆ type()

const std::string & MooseBase::type ( ) const
inlineinherited

Get the type of this class.

Returns
the name of the type of this class

Definition at line 93 of file MooseBase.h.

94 {
95 mooseAssert(_type.size(), "Empty type");
96 return _type;
97 }

Referenced by CreateProblemDefaultAction::act(), MaterialDerivativeTestAction::act(), MaterialOutputAction::act(), SetupDebugAction::act(), FEProblemBase::addAuxArrayVariable(), FEProblemBase::addAuxScalarVariable(), FEProblemBase::addConvergence(), FEProblemBase::addDistribution(), DistributedRectilinearMeshGenerator::addElement(), DistributedRectilinearMeshGenerator::addElement(), MooseApp::addExecutor(), MooseApp::addExecutorParams(), MFEMProblem::addFESpace(), MFEMProblem::addFESpaceHierarchy(), FEProblemBase::addFunction(), MFEMProblem::addFunction(), FEProblemBase::addMeshDivision(), MooseApp::addMeshGenerator(), MeshGenerator::addMeshSubgenerator(), MeshGenerator::addMeshSubgenerator(), MFEMProblem::addMFEMProblemComposer(), FEProblemBase::addObject(), DistributedRectilinearMeshGenerator::addPoint(), MFEMProblem::addPostprocessor(), FEProblemBase::addPredictor(), CreateDisplacedProblemAction::addProxyRelationshipManagers(), MFEMProblem::addQuadratureFunction(), FEProblemBase::addReporter(), FEProblemBase::addSampler(), WebServerControl::addServerActionsInternal(), FEProblemBase::addTimeIntegrator(), MFEMProblem::addVectorPostprocessor(), SubProblem::addVectorTag(), DisplacedProblem::addVectorTag(), FEProblemBase::advanceMultiApps(), MooseApp::appendMeshGenerator(), AuxKernelBase::AuxKernelBase(), FEProblemBase::backupMultiApps(), BatchMeshGeneratorAction::BatchMeshGeneratorAction(), BoundaryPreservedMarker::BoundaryPreservedMarker(), DistributedRectilinearMeshGenerator::buildCube(), MooseMesh::buildHRefinementAndCoarseningMaps(), MooseMesh::buildLowerDMesh(), MooseMesh::buildPRefinementAndCoarseningMaps(), PhysicsBase::checkComponentType(), MeshGenerator::checkGetMesh(), MeshDiagnosticsGenerator::checkNonConformalMeshFromAdaptivity(), ActionComponent::checkRequiredTasks(), PhysicsBase::checkRequiredTasks(), FEProblemBase::checkUserObjectNameCollision(), MFEMMultiAppTransfer::checkValidTransferProblemTypes(), MeshInfo::CombinedInfos< ElemInfoMap, ElemInfoItems >::CombinedInfos(), ElemElemConstraint::computeElemNeighJacobian(), ArrayDGKernel::computeElemNeighJacobian(), DGKernel::computeElemNeighJacobian(), ADDGKernel::computeElemNeighJacobian(), ElemElemConstraint::computeElemNeighResidual(), ArrayDGKernel::computeElemNeighResidual(), DGKernel::computeElemNeighResidual(), ADDGKernel::computeElemNeighResidual(), ArrayDGLowerDKernel::computeLowerDJacobian(), DGLowerDKernel::computeLowerDJacobian(), ArrayLowerDIntegratedBC::computeLowerDJacobian(), LowerDIntegratedBC::computeLowerDJacobian(), ArrayLowerDIntegratedBC::computeLowerDOffDiagJacobian(), LowerDIntegratedBC::computeLowerDOffDiagJacobian(), ArrayHFEMDirichletBC::computeLowerDQpJacobian(), HFEMDirichletBC::computeLowerDQpJacobian(), ArrayHFEMDiffusion::computeLowerDQpJacobian(), HFEMDiffusion::computeLowerDQpJacobian(), ArrayLowerDIntegratedBC::computeLowerDQpOffDiagJacobian(), ArrayDGLowerDKernel::computeLowerDQpOffDiagJacobian(), ArrayHFEMDirichletBC::computeLowerDQpOffDiagJacobian(), HFEMDirichletBC::computeLowerDQpOffDiagJacobian(), FEProblemBase::computeMultiAppsDT(), ArrayDGKernel::computeOffDiagElemNeighJacobian(), DGKernel::computeOffDiagElemNeighJacobian(), ADDGKernel::computeOffDiagElemNeighJacobian(), ArrayDGLowerDKernel::computeOffDiagLowerDJacobian(), DGLowerDKernel::computeOffDiagLowerDJacobian(), ScalarKernel::computeQpJacobian(), CoupledTiedValueConstraint::computeQpJacobian(), EqualValueBoundaryConstraint::computeQpJacobian(), LinearNodalConstraint::computeQpJacobian(), TiedValueConstraint::computeQpJacobian(), DGConvection::computeQpJacobian(), ArrayDGDiffusion::computeQpJacobian(), DGDiffusion::computeQpJacobian(), InterfaceDiffusion::computeQpJacobian(), InterfaceReaction::computeQpJacobian(), CoupledTiedValueConstraint::computeQpOffDiagJacobian(), ArrayDGKernel::computeQpOffDiagJacobian(), HFEMTestJump::computeQpOffDiagJacobian(), HFEMTrialJump::computeQpOffDiagJacobian(), ScalarKernel::computeQpResidual(), CoupledTiedValueConstraint::computeQpResidual(), EqualValueBoundaryConstraint::computeQpResidual(), LinearNodalConstraint::computeQpResidual(), TiedValueConstraint::computeQpResidual(), DGConvection::computeQpResidual(), ADDGAdvection::computeQpResidual(), ADDGDiffusion::computeQpResidual(), DGDiffusion::computeQpResidual(), HFEMDiffusion::computeQpResidual(), HFEMTestJump::computeQpResidual(), HFEMTrialJump::computeQpResidual(), ADMatInterfaceReaction::computeQpResidual(), InterfaceDiffusion::computeQpResidual(), InterfaceReaction::computeQpResidual(), ArrayDGDiffusion::computeQpResidual(), ArrayHFEMDiffusion::computeQpResidual(), FEProblemBase::computeSystems(), FEProblemBase::computeUserObjectByName(), FEProblemBase::computeUserObjects(), FEProblemBase::computeUserObjectsInternal(), FEProblemBase::createQRules(), DisplacedProblem::createQRules(), MooseApp::createRecoverablePerfGraph(), MeshGenerator::declareMeshProperty(), DumpObjectsProblem::deduceNecessaryParameters(), DumpObjectsProblem::dumpObjectHelper(), FEProblemBase::duplicateVariableCheck(), FEProblemBase::execMultiAppTransfers(), SteadyBase::execute(), WebServerControl::execute(), ActionWarehouse::executeActionsWithAction(), FEProblemBase::finishMultiAppStep(), FVScalarLagrangeMultiplierInterface::FVScalarLagrangeMultiplierInterface(), Boundary2DDelaunayGenerator::General2DDelaunay(), SurfaceSubdomainsDelaunayRemesher::General2DDelaunay(), Boundary2DDelaunayGenerator::generate(), LowerDBlockFromSidesetGenerator::generate(), SubdomainPerElementGenerator::generate(), PatternedMeshGenerator::generate(), MeshGenerator::generateInternal(), MeshGenerator::generateInternalCSG(), MultiAppTransfer::getAppInfo(), TransfiniteMeshGenerator::getEdge(), ElementGenerator::getElemType(), FEProblemBase::getMaterial(), FEProblemBase::getMaterialData(), FEProblemBase::getMaterialPropertyStorageConsumers(), MaterialOutputAction::getParams(), ReporterData::getReporterInfo(), MooseServer::getSyntaxMetadata(), FEProblemBase::getTransfers(), FEProblemBase::getUOQuery(), SubProblem::getVectorTags(), DisplacedProblem::getVectorTags(), EqualValueBoundaryConstraint::ghostPrimary(), CommonOutputAction::hasConsole(), FEProblemBase::hasMultiApps(), AdvancedOutput::hasOutput(), FEProblemBase::incrementMultiAppTStep(), NEML2Action::inferMOOSEIOType(), AdvancedOutput::initAvailableLists(), FunctorPositions::initialize(), FunctorTimes::initialize(), LinearFVAdvection::initialSetup(), LinearFVAnisotropicDiffusion::initialSetup(), LinearFVDiffusion::initialSetup(), MultiAppConservativeTransfer::initialSetup(), ArrayDGDiffusion::initQpResidual(), AdvancedOutput::initShowHideLists(), RelationshipManager::isType(), FEProblemBase::logAdd(), MaterialFunctorConverterTempl< T >::MaterialFunctorConverterTempl(), MooseObject::MooseObject(), SubProblem::numVectorTags(), DisplacedProblem::numVectorTags(), AdvancedOutput::output(), Console::output(), ConsoleUtils::outputExecutionInformation(), Output::outputStep(), SampledOutput::outputStep(), FEProblemBase::outputStep(), MooseServer::parseDocumentForDiagnostics(), PointInUnionCheckUO::PointInUnionCheckUO(), MooseMesh::prepare(), ProjectedStatefulMaterialStorageAction::processProperty(), MooseApp::recursivelyCreateExecutors(), SolutionInvalidInterface::registerInvalidSolutionInternal(), FEProblemBase::restoreMultiApps(), MeshRepairGenerator::separateSubdomainsByElementType(), FEProblemBase::setCoupling(), MooseApp::setupOptions(), ExplicitRK2::solve(), ExplicitTVDRK2::solve(), Reporter::store(), MooseBase::typeAndName(), AuxScalarKernel::uOld(), ScalarKernelBase::uOld(), DisplacedProblem::updateGeomSearch(), FEProblemBase::updateGeomSearch(), UserObjectInterface::userObjectType(), and AdvancedOutput::wantOutput().

◆ typeAndName()

std::string MooseBase::typeAndName ( ) const
inherited

Get the class's combined type and name; useful in error handling.

Returns
The type and name of this class in the form '<type()> "<name()>"'.

Definition at line 57 of file MooseBase.C.

58{
59 return type() + std::string(" \"") + name() + std::string("\"");
60}

Referenced by MaterialPropertyStorage::addProperty(), FEProblemBase::checkUserObjectNameCollision(), MeshGeneratorSystem::dataDrivenError(), ReporterContext< T >::finalize(), ReporterData::getReporterInfo(), MFEMSamplerBase::initialSetup(), MFEMVariableSamplerBase::initialSetup(), WebServerControl::outputMessage(), and Action::timedAct().

◆ uDotDotOldRequested()

virtual bool FEProblemBase::uDotDotOldRequested ( )
inlinevirtualinherited

Get boolean flag to check whether old solution second time derivative needs to be stored.

Definition at line 2682 of file FEProblemBase.h.

2683 {
2685 mooseError("FEProblemBase: When requesting old second time derivative of solution, current "
2686 "second time derivation of solution should also be stored. Please set "
2687 "`u_dotdot_requested` to true using setUDotDotRequested.");
2689 }

Referenced by SystemBase::addDotVectors().

◆ uDotDotRequested()

virtual bool FEProblemBase::uDotDotRequested ( )
inlinevirtualinherited

Get boolean flag to check whether solution second time derivative needs to be stored.

Definition at line 2668 of file FEProblemBase.h.

2668{ return _u_dotdot_requested; }

Referenced by SystemBase::addDotVectors(), and FEProblemBase::addTimeIntegrator().

◆ uDotOldRequested()

virtual bool FEProblemBase::uDotOldRequested ( )
inlinevirtualinherited

Get boolean flag to check whether old solution time derivative needs to be stored.

Definition at line 2671 of file FEProblemBase.h.

2672 {
2674 mooseError("FEProblemBase: When requesting old time derivative of solution, current time "
2675 "derivative of solution should also be stored. Please set `u_dot_requested` to "
2676 "true using setUDotRequested.");
2677
2678 return _u_dot_old_requested;
2679 }

Referenced by SystemBase::addDotVectors().

◆ uDotRequested()

virtual bool FEProblemBase::uDotRequested ( )
inlinevirtualinherited

Get boolean flag to check whether solution time derivative needs to be stored.

Definition at line 2665 of file FEProblemBase.h.

2665{ return _u_dot_requested; }

Referenced by SystemBase::addDotVectors().

◆ uniformRefine()

void FEProblemBase::uniformRefine ( )
inherited

uniformly refine the problem mesh(es).

This will also prolong the the solution, and in order for that to be safe, we can only perform one refinement at a time

Definition at line 9815 of file FEProblemBase.C.

9816{
9817 // ResetDisplacedMeshThread::onNode looks up the reference mesh by ID, so we need to make sure
9818 // we undisplace before adapting the reference mesh
9820 _displaced_problem->undisplaceMesh();
9821
9825
9827 /*intermediate_change=*/false, /*contract_mesh=*/true, /*clean_refinement_flags=*/true);
9828}
static void uniformRefine(MooseMesh *mesh, unsigned int level=libMesh::invalid_uint)
Performs uniform refinement of the passed Mesh object.
Definition Adaptivity.C:301

Referenced by FEProblemSolve::solve().

◆ uniqueName()

MooseObjectName MooseBase::uniqueName ( ) const
inherited
Returns
The unique name for accessing input parameters of this object in the InputParameterWarehouse

Definition at line 69 of file MooseBase.C.

70{
71 if (!_pars.have_parameter<std::string>(unique_name_param))
72 mooseError("uniqueName(): Object does not have a unique name");
73 return MooseObjectName(_pars.get<std::string>(unique_name_param));
74}
static const std::string unique_name_param
The name of the parameter that contains the unique object name.
Definition MooseBase.h:57

Referenced by MooseBase::connectControllableParams(), and Action::uniqueActionName().

◆ uniqueParameterName()

MooseObjectParameterName MooseBase::uniqueParameterName ( const std::string &  parameter_name) const
inherited
Returns
The unique parameter name of a valid parameter of this object for accessing parameter controls

Definition at line 63 of file MooseBase.C.

64{
65 return MooseObjectParameterName(getBase(), name(), parameter_name);
66}
const std::string & getBase() const
Definition MooseBase.h:147

◆ updateActiveObjects()

void FEProblemBase::updateActiveObjects ( )
virtualinherited

Update the active objects in the warehouses.

Reimplemented in DumpObjectsProblem.

Definition at line 5724 of file FEProblemBase.C.

5725{
5726 TIME_SECTION("updateActiveObjects", 5, "Updating Active Objects");
5727
5728 for (THREAD_ID tid = 0; tid < libMesh::n_threads(); ++tid)
5729 {
5730 for (auto & nl : _nl)
5731 nl->updateActive(tid);
5732 _aux->updateActive(tid);
5739 }
5740
5748
5749#ifdef MOOSE_KOKKOS_ENABLED
5751#endif
5752}
void updateActive(THREAD_ID tid=0) override
Updates the active objects storage.
virtual void updateActive(THREAD_ID tid=0) override
Update the active status of Kernels.
virtual void updateActive(THREAD_ID tid=0) override
Update the active status of Kernels.

Referenced by MooseEigenSystem::eigenKernelOnCurrent(), MooseEigenSystem::eigenKernelOnOld(), and FixedPointSolve::solveStep().

◆ updateGeomSearch()

void FEProblemBase::updateGeomSearch ( GeometricSearchData::GeometricSearchType  type = GeometricSearchData::ALL)
overridevirtualinherited

Update this object's geometric search data as well as the displaced problem's if it exists.

Implements SubProblem.

Definition at line 8533 of file FEProblemBase.C.

8534{
8535 TIME_SECTION("updateGeometricSearch", 3, "Updating Geometric Search");
8536
8538
8540 _displaced_problem->updateGeomSearch(type);
8541}
void update(GeometricSearchType type=ALL)
Update all of the search objects.

Referenced by NonlinearSystemBase::augmentSparsity().

◆ updateMaxQps()

void FEProblemBase::updateMaxQps ( )
privateinherited

Definition at line 6666 of file FEProblemBase.C.

6667{
6668 // Find the maximum number of quadrature points
6669 {
6670 MaxQpsThread mqt(*this);
6672 _max_qps = mqt.max();
6673
6674 // If we have more shape functions or more quadrature points on
6675 // another processor, then we may need to handle those elements
6676 // ourselves later after repartitioning.
6678 }
6679
6680 unsigned int max_qpts = getMaxQps();
6681 if (max_qpts > Moose::constMaxQpsPerElem)
6682 mooseError("Max quadrature points per element assumptions made in some code (e.g. Coupleable ",
6683 "and MaterialPropertyInterface classes) have been violated.\n",
6684 "Complain to Moose developers to have constMaxQpsPerElem increased from ",
6686 " to ",
6687 max_qpts);
6688 for (unsigned int tid = 0; tid < libMesh::n_threads(); ++tid)
6689 {
6690 // the highest available order in libMesh is 43
6691 _scalar_zero[tid].resize(libMesh::FORTYTHIRD, 0);
6692 _zero[tid].resize(max_qpts, 0);
6693 _ad_zero[tid].resize(max_qpts, 0);
6694 _grad_zero[tid].resize(max_qpts, RealGradient(0.));
6695 _ad_grad_zero[tid].resize(max_qpts, ADRealGradient(0));
6696 _second_zero[tid].resize(max_qpts, RealTensor(0.));
6697 _ad_second_zero[tid].resize(max_qpts, ADRealTensorValue(0));
6698 _vector_zero[tid].resize(max_qpts, RealGradient(0.));
6699 _vector_curl_zero[tid].resize(max_qpts, RealGradient(0.));
6700 }
6701}
libMesh::TensorValue< ADReal > ADRealTensorValue
Definition MooseTypes.h:414
ADRealVectorValue ADRealGradient
Definition MooseTypes.h:412
std::vector< MooseArray< ADRealVectorValue > > _ad_grad_zero
std::vector< MooseArray< ADRealTensorValue > > _ad_second_zero
std::vector< MooseArray< ADReal > > _ad_zero
This class determines the maximum number of Quadrature Points and Shape Functions used for a given si...
constexpr std::size_t constMaxQpsPerElem
This is used for places where we initialize some qp-sized data structures that would end up being siz...
Definition MooseTypes.h:258

Referenced by FEProblemBase::bumpAllQRuleOrder(), FEProblemBase::bumpVolumeQRuleOrder(), and FEProblemBase::createQRules().

◆ updateMeshXFEM()

bool FEProblemBase::updateMeshXFEM ( )
virtualinherited

Update the mesh due to changing XFEM cuts.

Definition at line 8806 of file FEProblemBase.C.

8807{
8808 TIME_SECTION("updateMeshXFEM", 5, "Updating XFEM");
8809
8810 bool updated = false;
8811 if (haveXFEM())
8812 {
8813 if (_xfem->updateHeal())
8814 // XFEM exodiff tests rely on a given numbering because they cannot use map = true due to
8815 // having coincident elements. While conceptually speaking we do not need to contract the
8816 // mesh, we need its call to renumber_nodes_and_elements in order to preserve these tests
8818 /*intermediate_change=*/false, /*contract_mesh=*/true, /*clean_refinement_flags=*/false);
8819
8820 updated = _xfem->update(_time, _nl, *_aux);
8821 if (updated)
8822 {
8824 /*intermediate_change=*/false, /*contract_mesh=*/true, /*clean_refinement_flags=*/false);
8825 _xfem->initSolution(_nl, *_aux);
8827 _console << "\nXFEM update complete: Mesh modified" << std::endl;
8828 }
8829 else
8830 _console << "\nXFEM update complete: Mesh not modified" << std::endl;
8831 }
8832 return updated;
8833}
virtual void restoreSolutions()

Referenced by FixedPointSolve::solveStep().

◆ updateMortarMesh()

void FEProblemBase::updateMortarMesh ( )
virtualinherited

Definition at line 8544 of file FEProblemBase.C.

8545{
8546 TIME_SECTION("updateMortarMesh", 5, "Updating Mortar Mesh");
8547
8549
8550 _mortar_data->update();
8551}

Referenced by FEProblemBase::computeJacobianTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), and FEProblemBase::init().

◆ updateSolution()

bool FEProblemBase::updateSolution ( NumericVector< libMesh::Number > &  vec_solution,
NumericVector< libMesh::Number > &  ghosted_solution 
)
virtualinherited

Update the solution.

Parameters
vec_solutionLocal solution vector that gets modified by this method
ghosted_solutionGhosted solution vector
Returns
true if the solution was modified, false otherwise

Definition at line 8512 of file FEProblemBase.C.

8514{
8515 return false;
8516}

Referenced by FEProblemBase::computePostCheck().

◆ useHashTableMatrixAssembly()

bool FEProblemBase::useHashTableMatrixAssembly ( ) const
inlineinherited

Definition at line 3016 of file FEProblemBase.h.

const bool _use_hash_table_matrix_assembly
Whether to assemble matrices using hash tables instead of preallocating matrix memory.

Referenced by NonlinearSystemBase::addConstraint().

◆ useSNESMFReuseBase()

bool FEProblemBase::useSNESMFReuseBase ( )
inlineinherited

Return a flag that indicates if we are reusing the vector base.

Definition at line 2619 of file FEProblemBase.h.

2619{ return _snesmf_reuse_base; }

Referenced by NonlinearSystem::potentiallySetupFiniteDifferencing().

◆ validParams()

InputParameters ReferenceResidualProblem::validParams ( )
static

Definition at line 16 of file ReferenceResidualProblem.C.

17{
20
21 params.addClassDescription("Problem that checks for convergence relative to "
22 "a user-supplied reference quantity rather than "
23 "the initial residual");
24
25 return params;
26}
static InputParameters validParams()
Definition FEProblem.C:26
void addClassDescription(const std::string &doc_string)
This method adds a description of the class that will be displayed in the input file syntax dump.
static InputParameters validParams()

◆ vectorTagExists() [1/2]

virtual bool SubProblem::vectorTagExists ( const TagID  tag_id) const
inlinevirtualinherited

◆ vectorTagExists() [2/2]

bool SubProblem::vectorTagExists ( const TagName &  tag_name) const
virtualinherited

Check to see if a particular Tag exists by using Tag name.

Reimplemented in DisplacedProblem.

Definition at line 135 of file SubProblem.C.

136{
137 mooseAssert(verifyVectorTags(), "Vector tag storage invalid");
138
139 const auto tag_name_upper = MooseUtils::toUpper(tag_name);
140 for (const auto & vector_tag : _vector_tags)
141 if (vector_tag._name == tag_name_upper)
142 return true;
143
144 return false;
145}

◆ vectorTagName()

TagName SubProblem::vectorTagName ( const TagID  tag) const
virtualinherited

Retrieve the name associated with a TagID.

Reimplemented in DisplacedProblem.

Definition at line 220 of file SubProblem.C.

221{
222 mooseAssert(verifyVectorTags(), "Vector tag storage invalid");
223 if (!vectorTagExists(tag_id))
224 mooseError("Vector tag with ID ", tag_id, " does not exist");
225
226 return _vector_tags[tag_id]._name;
227}

Referenced by SystemBase::addVector(), SystemBase::closeTaggedVector(), NonlinearSystemBase::getResidualNonTimeVector(), NonlinearSystemBase::getResidualTimeVector(), SystemBase::removeVector(), NonlinearSystemBase::residualGhosted(), DisplacedProblem::vectorTagName(), and SystemBase::zeroTaggedVector().

◆ vectorTagNotZeroed()

bool SubProblem::vectorTagNotZeroed ( const TagID  tag) const
inherited

Checks if a vector tag is in the list of vectors that will not be zeroed when other tagged vectors are.

Parameters
tagthe TagID of the vector that is currently being checked
Returns
false if the tag is not within the set of vectors that are intended to not be zero or if the set is empty. returns true otherwise

Definition at line 154 of file SubProblem.C.

155{
156 return _not_zeroed_tagged_vectors.count(tag);
157}

Referenced by SystemBase::zeroTaggedVector().

◆ vectorTagType()

Moose::VectorTagType SubProblem::vectorTagType ( const TagID  tag_id) const
virtualinherited

Reimplemented in DisplacedProblem.

Definition at line 230 of file SubProblem.C.

231{
232 mooseAssert(verifyVectorTags(), "Vector tag storage invalid");
233 if (!vectorTagExists(tag_id))
234 mooseError("Vector tag with ID ", tag_id, " does not exist");
235
236 return _vector_tags[tag_id]._type;
237}

Referenced by MooseVariableScalar::reinit(), TaggingInterface::TaggingInterface(), TagVectorAux::TagVectorAux(), and DisplacedProblem::vectorTagType().

◆ verboseMultiApps()

bool FEProblemBase::verboseMultiApps ( ) const
inlineinherited

Whether or not to use verbose printing for MultiApps.

Definition at line 2266 of file FEProblemBase.h.

2266{ return _verbose_multiapps; }

Referenced by MultiApp::backup(), MultiApp::createApp(), MultiApp::restore(), FullSolveMultiApp::showStatusMessage(), and TransientMultiApp::solveStep().

◆ verifyVectorTags()

bool SubProblem::verifyVectorTags ( ) const
protectedinherited

Verify the integrity of _vector_tags and _typed_vector_tags.

Definition at line 240 of file SubProblem.C.

241{
242 for (TagID tag_id = 0; tag_id < _vector_tags.size(); ++tag_id)
243 {
244 const auto & vector_tag = _vector_tags[tag_id];
245
246 if (vector_tag._id != tag_id)
247 mooseError("Vector tag ", vector_tag._id, " id mismatch in _vector_tags");
248 if (vector_tag._type == Moose::VECTOR_TAG_ANY)
249 mooseError("Vector tag '", vector_tag._name, "' has type VECTOR_TAG_ANY");
250
251 const auto search = _vector_tags_name_map.find(vector_tag._name);
252 if (search == _vector_tags_name_map.end())
253 mooseError("Vector tag ", vector_tag._id, " is not in _vector_tags_name_map");
254 else if (search->second != tag_id)
255 mooseError("Vector tag ", vector_tag._id, " has incorrect id in _vector_tags_name_map");
256
257 unsigned int found_in_type = 0;
258 for (TagTypeID tag_type_id = 0; tag_type_id < _typed_vector_tags[vector_tag._type].size();
259 ++tag_type_id)
260 {
261 const auto & vector_tag_type = _typed_vector_tags[vector_tag._type][tag_type_id];
262 if (vector_tag_type == vector_tag)
263 {
264 ++found_in_type;
265 if (vector_tag_type._type_id != tag_type_id)
266 mooseError("Type ID for Vector tag ", tag_id, " is incorrect");
267 }
268 }
269
270 if (found_in_type == 0)
271 mooseError("Vector tag ", tag_id, " not found in _typed_vector_tags");
272 if (found_in_type > 1)
273 mooseError("Vector tag ", tag_id, " found multiple times in _typed_vector_tags");
274 }
275
276 unsigned int num_typed_vector_tags = 0;
277 for (const auto & typed_vector_tags : _typed_vector_tags)
278 num_typed_vector_tags += typed_vector_tags.size();
279 if (num_typed_vector_tags != _vector_tags.size())
280 mooseError("Size mismatch between _vector_tags and _typed_vector_tags");
281 if (_vector_tags_name_map.size() != _vector_tags.size())
282 mooseError("Size mismatch between _vector_tags and _vector_tags_name_map");
283
284 return true;
285}

Referenced by SubProblem::addVectorTag(), SubProblem::getVectorTag(), SubProblem::getVectorTagID(), SubProblem::getVectorTags(), SubProblem::getVectorTags(), SubProblem::numVectorTags(), SubProblem::vectorTagExists(), SubProblem::vectorTagName(), and SubProblem::vectorTagType().

Member Data Documentation

◆ _action_factory

ActionFactory& ParallelParamObject::_action_factory
protectedinherited

◆ _active_elemental_moose_variables

std::vector<std::set<MooseVariableFieldBase *> > SubProblem::_active_elemental_moose_variables
protectedinherited

This is the set of MooseVariableFieldBase that will actually get reinited by a call to reinit(elem)

Definition at line 1090 of file SubProblem.h.

Referenced by SubProblem::clearActiveElementalMooseVariables(), SubProblem::getActiveElementalMooseVariables(), SubProblem::setActiveElementalMooseVariables(), and SubProblem::SubProblem().

◆ _active_fe_var_coupleable_matrix_tags

std::vector<std::set<TagID> > SubProblem::_active_fe_var_coupleable_matrix_tags
protectedinherited

◆ _active_fe_var_coupleable_vector_tags

std::vector<std::set<TagID> > SubProblem::_active_fe_var_coupleable_vector_tags
protectedinherited

◆ _active_sc_var_coupleable_matrix_tags

std::vector<std::set<TagID> > SubProblem::_active_sc_var_coupleable_matrix_tags
protectedinherited

◆ _active_sc_var_coupleable_vector_tags

std::vector<std::set<TagID> > SubProblem::_active_sc_var_coupleable_vector_tags
protectedinherited

◆ _ad_grad_zero

std::vector<MooseArray<ADRealVectorValue> > FEProblemBase::_ad_grad_zero
inherited

◆ _ad_second_zero

std::vector<MooseArray<ADRealTensorValue> > FEProblemBase::_ad_second_zero
inherited

◆ _ad_zero

std::vector<MooseArray<ADReal> > FEProblemBase::_ad_zero
inherited

◆ _adaptivity

Adaptivity FEProblemBase::_adaptivity
protectedinherited

◆ _all_materials

MaterialWarehouse FEProblemBase::_all_materials
protectedinherited

◆ _allow_ics_during_restart

const bool FEProblemBase::_allow_ics_during_restart
privateinherited

Definition at line 3614 of file FEProblemBase.h.

Referenced by FEProblemBase::checkICRestartError().

◆ _allow_invalid_solution

const bool FEProblemBase::_allow_invalid_solution
privateinherited

Definition at line 3617 of file FEProblemBase.h.

Referenced by FEProblemBase::allowInvalidSolution().

◆ _app

MooseApp& MooseBase::_app
protectedinherited

The MOOSE application this is associated with.

Definition at line 375 of file MooseBase.h.

Referenced by AB2PredictorCorrector::AB2PredictorCorrector(), FEProblemBase::acceptInvalidSolution(), FEProblemBase::addAnyRedistributers(), MeshGenerator::addChildMeshGenerator(), FEProblemBase::addMaterialHelper(), MeshGenerator::addMeshSubgenerator(), MeshGenerator::addMeshSubgenerator(), FEProblemBase::addOutput(), MeshGenerator::addParentMeshGenerator(), FEProblemBase::allowOutput(), AStableDirk4::AStableDirk4(), FileMesh::buildMesh(), MooseMesh::buildTypedMesh(), MooseMesh::cacheFaceInfoVariableOwnership(), MooseMesh::cacheFVElementalDoFs(), DefaultNonlinearConvergence::checkConvergence(), MeshGenerator::checkGetMesh(), FEProblemBase::checkICRestartError(), FEProblemBase::checkProblemIntegrity(), LibmeshPartitioner::clone(), BlockWeightedPartitioner::clone(), CopyMeshPartitioner::clone(), GridPartitioner::clone(), HierarchicalGridPartitioner::clone(), PetscExternalPartitioner::clone(), RandomPartitioner::clone(), SingleRankPartitioner::clone(), ElementPointNeighborLayers::clone(), ElementSideNeighborLayers::clone(), GhostAllPointNeighbors::clone(), GhostBoundary::clone(), GhostEverything::clone(), GhostHigherDLowerDPointNeighbors::clone(), GhostLowerDElems::clone(), GhostPrimaryFace::clone(), ProxyRelationshipManager::clone(), RedistributeProperties::clone(), SampledOutput::cloneMesh(), FEProblemBase::computeJacobianSys(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeLinearSystemTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualSys(), FEProblemBase::computeResidualTags(), Console::Console(), TimeStepper::constrainStep(), Control::Control(), CopyMeshPartitioner::CopyMeshPartitioner(), MultiApp::createApp(), MultiApp::createApps(), FEProblemBase::customSetup(), MeshGenerator::declareMeshProperty(), MeshGenerator::declareNullMeshName(), MooseMesh::determineUseDistributedMesh(), DumpObjectsProblem::dumpObjectHelper(), DumpObjectsProblem::DumpObjectsProblem(), DumpObjectsProblem::dumpVariableHelper(), EigenExecutionerBase::EigenExecutionerBase(), EigenKernel::EigenKernel(), PIDTransientControl::execute(), Eigenvalue::execute(), InversePowerMethod::execute(), NonlinearEigen::execute(), SteadyBase::execute(), TransientBase::execute(), MFEMSteady::execute(), PseudoTimestep::execute(), IterationInfo::execute(), EigenProblem::execute(), Executioner::Executioner(), Executioner::Executioner(), ExtraIDIntegralReporter::ExtraIDIntegralReporter(), FEProblemBase::FEProblemBase(), FileOutput::FileOutput(), NEML2Assembly::finalize(), ChangeOverFixedPointPostprocessor::finalize(), RadialAverage::finalize(), FixedPointSolve::FixedPointSolve(), FEProblemBase::forceOutput(), FullSolveMultiApp::FullSolveMultiApp(), FunctorSmootherTempl< T >::FunctorSmootherTempl(), FVAdvection::FVAdvection(), FileMeshGenerator::generate(), MeshGenerator::generateInternal(), MeshGenerator::generateInternalCSG(), MeshGenerator::getCSGBaseByName(), FEProblemBase::getExecutor(), MeshGenerator::getMeshByName(), NumFixedPointIterations::getValue(), NumRelationshipManagers::getValue(), GhostingUserObject::GhostingUserObject(), MooseMesh::init(), Eigenvalue::init(), InversePowerMethod::init(), NonlinearEigen::init(), TransientBase::init(), MFEMMesh::init(), FEProblemBase::init(), CompositionDT::init(), SubProblem::initialSetup(), PIDTransientControl::initialSetup(), RealFunctionControl::initialSetup(), TimePeriod::initialSetup(), EigenProblemSolve::initialSetup(), FEProblemSolve::initialSetup(), Console::initialSetup(), FEProblemBase::initialSetup(), BoundaryMeshBuilder::initialSetup(), AdvancedOutput::initOutputList(), FEProblemBase::initPetscOutputAndSomeSolverSettings(), EigenProblem::initPetscOutputAndSomeSolverSettings(), AdvancedOutput::initPostprocessorOrVectorPostprocessorLists(), FEProblemBase::meshChanged(), MeshGenerator::MeshGenerator(), MFEMProblemSolve::MFEMProblemSolve(), MooseMesh::MooseMesh(), MooseMesh::MooseMesh(), MooseObject::MooseObject(), MultiAppGeneralFieldTransfer::MultiAppGeneralFieldTransfer(), EigenExecutionerBase::normalizeSolution(), NumFailedTimeSteps::NumFailedTimeSteps(), Checkpoint::output(), Exodus::output(), Nemesis::output(), PerfGraphOutput::output(), Tecplot::output(), MortarNodalGeometryOutput::output(), ControlOutput::outputActiveObjects(), ControlOutput::outputChangedControls(), ControlOutput::outputControls(), Exodus::outputEmptyTimestep(), Console::outputInput(), Exodus::outputInput(), Exodus::outputNodalVariables(), JSONOutput::outputReporters(), Output::outputStep(), SampledOutput::outputStep(), FEProblemBase::outputStep(), Console::outputSystemInformation(), JSONOutput::outputSystemInformation(), OverlayMeshGenerator::OverlayMeshGenerator(), MultiApp::parentOutputPositionChanged(), TransientBase::preExecute(), FEProblemBase::projectSolution(), AnnularMesh::safeClone(), ConcentricCircleMesh::safeClone(), FileMesh::safeClone(), GeneratedMesh::safeClone(), ImageMesh::safeClone(), MeshGeneratorMesh::safeClone(), PatternedMesh::safeClone(), RinglebMesh::safeClone(), SpiralAnnularMesh::safeClone(), StitchedMesh::safeClone(), TiledMesh::safeClone(), MFEMFileMesh::safeClone(), MFEMMeshGeneratorMesh::safeClone(), MultiApp::setAppOutputFileBase(), FileOutput::setFileBaseInternal(), MeshGenerator::setMeshProperty(), MeshGenerator::setMeshPropertyHelper(), FEProblemBase::setRestartFile(), TransientMultiApp::setupApp(), TimeSequenceStepperBase::setupSequence(), TransientBase::setupTimeIntegrator(), Output::setWallTimeIntervalFromCommandLineParam(), SideSetExtruderGenerator::SideSetExtruderGenerator(), SolutionInvalidityReporter::SolutionInvalidityReporter(), FixedPointSolve::solve(), FEProblemBase::solve(), EigenProblem::solve(), FEProblemBase::solveLinearSystem(), PetscOutput::solveSetup(), FixedPointSolve::solveStep(), TransientMultiApp::solveStep(), FEProblemBase::subdomainSetup(), FEProblemBase::theWarehouse(), TimeExtremeValue::TimeExtremeValue(), TimeIntegratedPostprocessor::TimeIntegratedPostprocessor(), TimeIntervalTimes::TimeIntervalTimes(), TimePeriod::TimePeriod(), SubProblem::timestepSetup(), PIDTransientControl::timestepSetup(), FEProblemBase::timestepSetup(), TransientBase::TransientBase(), MooseMesh::update(), NEML2FEInterpolation::updateDofMap(), NEML2FEInterpolation::updateGradPhi(), NEML2FEInterpolation::updateInterpolations(), FEProblemBase::updateMortarMesh(), NEML2FEInterpolation::updatePhi(), Console::write(), and FEProblemBase::~FEProblemBase().

◆ _assembly

std::vector<std::vector<std::unique_ptr<Assembly> > > FEProblemBase::_assembly
protectedinherited

The Assembly objects.

The first index corresponds to the thread ID and the second index corresponds to the nonlinear system number

Definition at line 3211 of file FEProblemBase.h.

Referenced by FEProblemBase::addCachedResidualDirectly(), FEProblemBase::addJacobian(), FEProblemBase::addJacobianBlockTags(), FEProblemBase::addJacobianLowerD(), FEProblemBase::addJacobianNeighbor(), FEProblemBase::addJacobianNeighborLowerD(), FEProblemBase::addJacobianOffDiagScalar(), FEProblemBase::addJacobianScalar(), FEProblemBase::addResidual(), FEProblemBase::addResidualLower(), FEProblemBase::addResidualNeighbor(), FEProblemBase::addResidualScalar(), FEProblemBase::assembly(), FEProblemBase::assembly(), FEProblemBase::bumpAllQRuleOrder(), FEProblemBase::bumpVolumeQRuleOrder(), FEProblemBase::couplingEntries(), FEProblemBase::createQRules(), FEProblemBase::init(), FEProblemBase::initElementStatefulProps(), FEProblemBase::initXFEM(), FEProblemBase::meshChanged(), FEProblemBase::newAssemblyArray(), FEProblemBase::nonlocalCouplingEntries(), FEProblemBase::prepare(), FEProblemBase::prepare(), FEProblemBase::prepareAssembly(), FEProblemBase::prepareAssemblyNeighbor(), FEProblemBase::prepareFaceShapes(), FEProblemBase::prepareNeighborShapes(), FEProblemBase::prepareShapes(), FEProblemBase::reinitDirac(), FEProblemBase::reinitElemFace(), FEProblemBase::reinitElemNeighborAndLowerD(), FEProblemBase::reinitElemPhys(), FEProblemBase::reinitMaterials(), FEProblemBase::reinitMaterialsBoundary(), FEProblemBase::reinitMaterialsFace(), FEProblemBase::reinitMaterialsFaceOnBoundary(), FEProblemBase::reinitMaterialsInterface(), FEProblemBase::reinitMaterialsNeighbor(), FEProblemBase::reinitNeighbor(), FEProblemBase::reinitNeighborPhys(), FEProblemBase::reinitNeighborPhys(), FEProblemBase::reinitNode(), FEProblemBase::reinitNodeFace(), FEProblemBase::reinitOffDiagScalars(), FEProblemBase::reinitScalars(), FEProblemBase::setCurrentSubdomainID(), FEProblemBase::setNeighborSubdomainID(), FEProblemBase::setNeighborSubdomainID(), FEProblemBase::setResidual(), FEProblemBase::setResidualNeighbor(), FEProblemBase::swapBackMaterials(), FEProblemBase::swapBackMaterialsFace(), and FEProblemBase::swapBackMaterialsNeighbor().

◆ _aux

std::shared_ptr<AuxiliarySystem> FEProblemBase::_aux
protectedinherited

The auxiliary system.

Definition at line 3194 of file FEProblemBase.h.

Referenced by FEProblemBase::addAuxArrayVariable(), FEProblemBase::addAuxKernel(), FEProblemBase::addAuxScalarKernel(), FEProblemBase::addAuxScalarVariable(), FEProblemBase::addAuxVariable(), FEProblemBase::addIndicator(), FEProblemBase::addMarker(), FEProblemBase::addMultiApp(), FEProblemBase::addObjectParamsHelper(), FEProblemBase::addTimeIntegrator(), FEProblemBase::addTransfer(), FEProblemBase::advanceState(), FEProblemBase::checkExceptionAndStopSolve(), FEProblemBase::computeBounds(), FEProblemBase::computeIndicators(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeLinearSystemTags(), FEProblemBase::computeMarkers(), FEProblemBase::computePostCheck(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), FEProblemBase::computeSystems(), FEProblemBase::computeUserObjectsInternal(), FEProblemBase::copySolutionsBackwards(), FEProblemBase::createQRules(), FEProblemBase::createTagMatrices(), FEProblemBase::createTagSolutions(), FEProblemBase::customSetup(), FEProblemBase::determineSolverSystem(), DumpObjectsProblem::DumpObjectsProblem(), FEProblemBase::duplicateVariableCheck(), EigenProblem::EigenProblem(), FEProblemBase::execute(), ExternalProblem::ExternalProblem(), FEProblem::FEProblem(), FEProblemBase::getActualFieldVariable(), FEProblemBase::getArrayVariable(), FEProblemBase::getAuxiliarySystem(), FEProblemBase::getScalarVariable(), FEProblemBase::getStandardVariable(), FEProblemBase::getSystem(), FEProblemBase::getSystemBase(), FEProblemBase::getSystemBase(), FEProblemBase::getSystemBase(), FEProblemBase::getVariable(), FEProblemBase::getVariableNames(), FEProblemBase::getVectorVariable(), FEProblemBase::hasScalarVariable(), FEProblemBase::hasSolutionState(), FEProblemBase::hasVariable(), FEProblemBase::init(), FEProblemBase::initialSetup(), FEProblemBase::meshChanged(), FEProblemBase::needBoundaryMaterialOnSide(), FEProblemBase::needSolutionState(), FEProblemBase::outputStep(), FEProblemBase::prepare(), FEProblemBase::prepare(), FEProblemBase::prepareFace(), FEProblemBase::projectInitialConditionOnCustomRange(), FEProblemBase::projectSolution(), FEProblemBase::reinitDirac(), FEProblemBase::reinitElem(), FEProblemBase::reinitElemFace(), FEProblemBase::reinitElemPhys(), FEProblemBase::reinitNeighbor(), FEProblemBase::reinitNeighborPhys(), FEProblemBase::reinitNeighborPhys(), FEProblemBase::reinitNode(), FEProblemBase::reinitNodeFace(), FEProblemBase::reinitScalars(), FEProblemBase::restoreOldSolutions(), FEProblemBase::restoreSolutions(), FEProblemBase::saveOldSolutions(), FEProblemBase::setAuxKernelParamsAndLog(), FEProblemBase::skipNextForwardSolutionCopyToOld(), FEProblemBase::systemBaseAuxiliary(), FEProblemBase::systemBaseAuxiliary(), FEProblemBase::systemNumForVariable(), FEProblemBase::timestepSetup(), FEProblemBase::updateActiveObjects(), and FEProblemBase::updateMeshXFEM().

◆ _aux_evaluable_local_elem_range

std::unique_ptr<libMesh::ConstElemRange> FEProblemBase::_aux_evaluable_local_elem_range
protectedinherited

Definition at line 3516 of file FEProblemBase.h.

◆ _between_multi_app_transfers

ExecuteMooseObjectWarehouse<Transfer> FEProblemBase::_between_multi_app_transfers
protectedinherited

◆ _block_mat_side_cache

std::vector<std::unordered_map<SubdomainID, bool> > FEProblemBase::_block_mat_side_cache
protectedinherited

Cache for calculating materials on side.

Definition at line 3302 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::needInternalNeighborSideMaterial().

◆ _bnd_mat_side_cache

std::vector<std::unordered_map<BoundaryID, bool> > FEProblemBase::_bnd_mat_side_cache
protectedinherited

Cache for calculating materials on side.

Definition at line 3305 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::needBoundaryMaterialOnSide().

◆ _bnd_material_props

MaterialPropertyStorage& FEProblemBase::_bnd_material_props
protectedinherited

◆ _boundary_restricted_elem_integrity_check

const bool FEProblemBase::_boundary_restricted_elem_integrity_check
protectedinherited

whether to perform checking of boundary restricted elemental object variable dependencies, e.g.

whether the variable dependencies are defined on the selected boundaries

Definition at line 3444 of file FEProblemBase.h.

◆ _boundary_restricted_node_integrity_check

const bool FEProblemBase::_boundary_restricted_node_integrity_check
protectedinherited

whether to perform checking of boundary restricted nodal object variable dependencies, e.g.

whether the variable dependencies are defined on the selected boundaries

Definition at line 3440 of file FEProblemBase.h.

◆ _calculate_jacobian_in_uo

bool FEProblemBase::_calculate_jacobian_in_uo
protectedinherited

◆ _check_residual_for_nans

bool FEProblemBase::_check_residual_for_nans
protectedinherited

Whether to check the residual for NaN or Inf values.

Definition at line 3467 of file FEProblemBase.h.

Referenced by FEProblemBase::checkResidualForNans(), and FEProblemBase::setCheckResidualForNans().

◆ _checking_uo_aux_state

bool FEProblemBase::_checking_uo_aux_state = false
privateinherited

Flag used to indicate whether we are doing the uo/aux state check in execute.

Definition at line 3663 of file FEProblemBase.h.

Referenced by FEProblemBase::checkingUOAuxState(), and FEProblemBase::execute().

◆ _cli_option_found

bool Problem::_cli_option_found
protectedinherited

True if the CLI option is found.

Definition at line 52 of file Problem.h.

Referenced by Problem::_setCLIOption().

◆ _cm

std::vector<std::unique_ptr<libMesh::CouplingMatrix> > FEProblemBase::_cm
protectedinherited

Coupling matrix for variables.

Definition at line 3197 of file FEProblemBase.h.

Referenced by FEProblemBase::areCoupled(), FEProblemBase::couplingMatrix(), FEProblemBase::FEProblemBase(), and FEProblemBase::init().

◆ _color_output

bool Problem::_color_output
protectedinherited

True if we're going to attempt to write color output.

Definition at line 55 of file Problem.h.

◆ _computing_nonlinear_residual

bool SubProblem::_computing_nonlinear_residual
protectedinherited

Whether the non-linear residual is being evaluated.

Definition at line 1117 of file SubProblem.h.

Referenced by SubProblem::computingNonlinearResid(), FEProblemBase::computingNonlinearResid(), and SubProblem::computingNonlinearResid().

◆ _computing_scaling_jacobian

bool FEProblemBase::_computing_scaling_jacobian = false
privateinherited

Flag used to indicate whether we are computing the scaling Jacobian.

Definition at line 3657 of file FEProblemBase.h.

Referenced by FEProblemBase::computingScalingJacobian(), and FEProblemBase::computingScalingJacobian().

◆ _computing_scaling_residual

bool FEProblemBase::_computing_scaling_residual = false
privateinherited

Flag used to indicate whether we are computing the scaling Residual.

Definition at line 3660 of file FEProblemBase.h.

Referenced by FEProblemBase::computingScalingResidual(), and FEProblemBase::computingScalingResidual().

◆ _console

const ConsoleStream ConsoleStreamInterface::_console
inherited

An instance of helper class to write streams to the Console objects.

Definition at line 31 of file ConsoleStreamInterface.h.

Referenced by IterationAdaptiveDT::acceptStep(), MaterialOutputAction::act(), MeshOnlyAction::act(), SetupDebugAction::act(), FEProblemBase::adaptMesh(), Adaptivity::adaptMesh(), PerfGraph::addToExecutionList(), SimplePredictor::apply(), SystemBase::applyScalingFactors(), MultiApp::backup(), FEProblemBase::backupMultiApps(), CoarsenedPiecewiseLinear::buildCoarsenedGrid(), DefaultSteadyStateConvergence::checkConvergence(), MeshDiagnosticsGenerator::checkElementOverlap(), MeshDiagnosticsGenerator::checkElementTypes(), MeshDiagnosticsGenerator::checkElementVolumes(), FEProblemBase::checkExceptionAndStopSolve(), SolverSystem::checkInvalidSolution(), MeshDiagnosticsGenerator::checkLocalJacobians(), MeshDiagnosticsGenerator::checkNonConformalMesh(), MeshDiagnosticsGenerator::checkNonConformalMeshFromAdaptivity(), MeshDiagnosticsGenerator::checkNonConformingFaces(), MeshDiagnosticsGenerator::checkNonMatchingEdges(), MeshDiagnosticsGenerator::checkNonPlanarSides(), MeshDiagnosticsGenerator::checkPolygons(), FEProblemBase::checkProblemIntegrity(), ReferenceResidualConvergence::checkResidualConvergence(), MeshDiagnosticsGenerator::checkSidesetsOrientation(), MeshDiagnosticsGenerator::checkWatertightNodesets(), MeshDiagnosticsGenerator::checkWatertightSidesets(), CoarsenSurfaceMeshAlongSidesetGenerator::coarsenAlongSidesets(), IterationAdaptiveDT::computeAdaptiveDT(), TransientBase::computeConstrainedDT(), DefaultMultiAppFixedPointConvergence::computeCustomConvergencePostprocessor(), NonlinearSystemBase::computeDamping(), FixedPointIterationAdaptiveDT::computeDT(), IterationAdaptiveDT::computeDT(), IterationAdaptiveDT::computeFailedDT(), IterationAdaptiveDT::computeInitialDT(), IterationAdaptiveDT::computeInterpolationDT(), FEProblemBase::computeLinearSystemTags(), LinearSystem::computeLinearSystemTags(), NonlinearSystemBase::computeScaling(), Problem::console(), TimeStepper::constrainStep(), IterationAdaptiveDT::constrainStep(), MultiApp::createApp(), FEProblemBase::execMultiApps(), FEProblemBase::execMultiAppTransfers(), Eigenvalue::execute(), SteadyBase::execute(), MFEMSteady::execute(), MessageFromInput::execute(), ActionWarehouse::executeActionsWithAction(), ActionWarehouse::executeAllActions(), MeshGeneratorSystem::executeMeshGenerators(), SidesetAroundSubdomainUpdater::finalize(), ElementQualityChecker::finalize(), FEProblemBase::finishMultiAppStep(), MeshRepairGenerator::fixOverlappingNodes(), SurfaceSubdomainsDelaunayRemesher::General2DDelaunay(), CoarsenBlockGenerator::generate(), CoarsenSurfaceMeshAlongSidesetGenerator::generate(), OrientSurfaceMeshGenerator::generate(), PolyLineMeshFollowingNodeSetGenerator::generate(), MeshGenerator::generateInternal(), VariableCondensationPreconditioner::getDofToCondense(), InversePowerMethod::init(), NonlinearEigen::init(), FEProblemBase::initialAdaptMesh(), DefaultMultiAppFixedPointConvergence::initialize(), SubProblem::initialSetup(), EigenExecutionerBase::inversePowerIteration(), FEProblemBase::joinAndFinalize(), TransientBase::keepGoing(), IterationAdaptiveDT::limitDTByFunction(), IterationAdaptiveDT::limitDTToPostprocessorValue(), FEProblemBase::logAdd(), EigenExecutionerBase::makeBXConsistent(), Console::meshChanged(), SurfaceDelaunayGeneratorBase::meshNormalDeviation2D(), MooseBase::mooseDeprecated(), MooseBase::mooseDeprecatedNoTrace(), MooseBase::mooseInfo(), MooseBase::mooseWarning(), MooseBase::mooseWarningNonPrefixed(), ReferenceResidualConvergence::nonlinearConvergenceSetup(), Console::output(), DOFMapOutput::output(), MaterialPropertyDebugOutput::output(), PerfGraphOutput::output(), ReporterDebugOutput::output(), SolutionInvalidityOutput::output(), VariableResidualNormsDebugOutput::output(), ControlOutput::outputActiveObjects(), ControlOutput::outputChangedControls(), ControlOutput::outputControls(), Console::outputInput(), WebServerControl::outputMessage(), Console::outputPostprocessors(), PseudoTimestep::outputPseudoTimestep(), Console::outputReporters(), DefaultMultiAppFixedPointConvergence::outputResidualNorm(), Console::outputScalarVariables(), Console::outputSystemInformation(), FEProblemBase::possiblyRebuildGeomSearchPatches(), EigenExecutionerBase::postExecute(), AB2PredictorCorrector::postSolve(), ActionWarehouse::printActionDependencySets(), BlockRestrictionDebugOutput::printBlockRestrictionGroups(), BlockRestrictionDebugOutput::printBlockRestrictionMap(), BlockRestrictionDebugOutput::printBoundaryRestrictionGroups(), SolutionInvalidity::printDebug(), EigenExecutionerBase::printEigenvalue(), PicardSolve::printFixedPointConvergenceHistory(), SecantSolve::printFixedPointConvergenceHistory(), SteffensenSolve::printFixedPointConvergenceHistory(), FixedPointSolve::printFixedPointConvergenceReason(), PerfGraphLivePrint::printLiveMessage(), MaterialPropertyDebugOutput::printMaterialMap(), PerfGraphLivePrint::printStats(), NEML2Action::printSummary(), AutomaticMortarGeneration::projectPrimaryNodesSinglePair(), AutomaticMortarGeneration::projectSecondaryNodesSinglePair(), CoarsenBlockGenerator::recursiveCoarsen(), SolutionTimeAdaptiveDT::rejectStep(), MultiApp::restore(), FEProblemBase::restoreMultiApps(), FEProblemBase::restoreSolutions(), NonlinearSystemBase::setInitialSolution(), MooseApp::setupOptions(), Checkpoint::shouldOutput(), SubProblem::showFunctorRequestors(), SubProblem::showFunctors(), FullSolveMultiApp::showStatusMessage(), FEProblemSolve::solve(), FixedPointSolve::solve(), LinearSystem::solve(), NonlinearSystem::solve(), AStableDirk4::solve(), ExplicitRK2::solve(), ExplicitTVDRK2::solve(), ImplicitMidpoint::solve(), LStableDirk2::solve(), LStableDirk3::solve(), LStableDirk4::solve(), EigenProblem::solve(), FixedPointSolve::solveStep(), TransientMultiApp::solveStep(), MeshRepairGenerator::splitNonConvexPolygons(), PerfGraphLivePrint::start(), WebServerControl::startServer(), AB2PredictorCorrector::step(), NonlinearEigen::takeStep(), TransientBase::takeStep(), MFEMTransient::takeStep(), TerminateChainControl::terminate(), SubProblem::timestepSetup(), FEProblemBase::updateMeshXFEM(), Convergence::verboseOutput(), Console::writeTimestepInformation(), Console::writeVariableNorms(), and FEProblemBase::~FEProblemBase().

◆ _const_jacobian

bool FEProblemBase::_const_jacobian
protectedinherited

◆ _consumed_material_properties

std::map<MooseObjectName, std::set<std::string> > SubProblem::_consumed_material_properties
privateinherited

◆ _control_warehouse

ExecuteMooseObjectWarehouse<Control> FEProblemBase::_control_warehouse
protectedinherited

◆ _convergences

MooseObjectWarehouse<Convergence> FEProblemBase::_convergences
protectedinherited

◆ _coupling

Moose::CouplingType FEProblemBase::_coupling
protectedinherited

◆ _current_algebraic_bnd_node_range

std::unique_ptr<ConstBndNodeRange> FEProblemBase::_current_algebraic_bnd_node_range
protectedinherited

◆ _current_algebraic_elem_range

std::unique_ptr<libMesh::ConstElemRange> FEProblemBase::_current_algebraic_elem_range
protectedinherited

◆ _current_algebraic_node_range

std::unique_ptr<libMesh::ConstNodeRange> FEProblemBase::_current_algebraic_node_range
protectedinherited

◆ _current_execute_on_flag

ExecFlagType FEProblemBase::_current_execute_on_flag
protectedinherited

◆ _current_ic_state

unsigned short FEProblemBase::_current_ic_state
protectedinherited

Definition at line 3527 of file FEProblemBase.h.

Referenced by FEProblemBase::getCurrentICState().

◆ _current_linear_sys

LinearSystem* FEProblemBase::_current_linear_sys
protectedinherited

◆ _current_nl_sys

NonlinearSystemBase* FEProblemBase::_current_nl_sys
protectedinherited

The current nonlinear system that we are solving.

Definition at line 3176 of file FEProblemBase.h.

Referenced by FEProblemBase::addCachedResidualDirectly(), FEProblemBase::addJacobian(), FEProblemBase::addJacobianBlockTags(), FEProblemBase::addJacobianLowerD(), FEProblemBase::addJacobianNeighbor(), FEProblemBase::addJacobianNeighborLowerD(), FEProblemBase::addJacobianOffDiagScalar(), FEProblemBase::addJacobianScalar(), FEProblemBase::addResidual(), FEProblemBase::addResidualLower(), FEProblemBase::addResidualNeighbor(), FEProblemBase::addResidualScalar(), FEProblemBase::checkExceptionAndStopSolve(), FEProblemBase::computeBounds(), FEProblemBase::computeDamping(), FEProblemBase::computeJacobianBlock(), FEProblemBase::computeJacobianBlocks(), EigenProblem::computeJacobianBlocks(), FEProblemBase::computeJacobianInternal(), FEProblemBase::computeJacobianTag(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeNearNullSpace(), FEProblemBase::computeNullSpace(), FEProblemBase::computePostCheck(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualInternal(), FEProblemBase::computeResidualL2Norm(), FEProblemBase::computeResidualTag(), FEProblemBase::computeResidualTags(), FEProblemBase::computeResidualType(), FEProblemBase::computeTransposeNullSpace(), FEProblemBase::currentNonlinearSystem(), FEProblemBase::currentNonlinearSystem(), EigenProblem::doFreeNonlinearPowerIterations(), EigenProblem::EigenProblem(), FEProblemBase::prepare(), FEProblemBase::prepareAssembly(), FEProblemBase::prepareAssemblyNeighbor(), FEProblemBase::prepareFaceShapes(), FEProblemBase::prepareNeighborShapes(), FEProblemBase::prepareShapes(), FEProblemBase::reinitDirac(), FEProblemBase::reinitNeighborPhys(), FEProblemBase::reinitNeighborPhys(), FEProblemBase::reinitOffDiagScalars(), FEProblemBase::setCurrentNonlinearSystem(), FEProblemBase::setResidual(), FEProblemBase::setResidualNeighbor(), FEProblemBase::solve(), and EigenProblem::solve().

◆ _current_residual_vector_tags

std::vector<VectorTag> FEProblemBase::_current_residual_vector_tags
privateinherited

A data member to store the residual vector tag(s) passed into computeResidualTag(s).

This data member will be used when APIs like cacheResidual, addCachedResiduals, etc. are called

Definition at line 3674 of file FEProblemBase.h.

Referenced by FEProblemBase::clearCurrentResidualVectorTags(), FEProblemBase::currentResidualVectorTags(), and FEProblemBase::setCurrentResidualVectorTags().

◆ _current_solver_sys

SolverSystem* FEProblemBase::_current_solver_sys
protectedinherited

The current solver system.

Definition at line 3179 of file FEProblemBase.h.

Referenced by FEProblemBase::setCurrentLinearSystem(), and FEProblemBase::setCurrentNonlinearSystem().

◆ _currently_computing_jacobian

bool SubProblem::_currently_computing_jacobian
protectedinherited

◆ _currently_computing_residual

bool SubProblem::_currently_computing_residual
protectedinherited

◆ _currently_computing_residual_and_jacobian

bool SubProblem::_currently_computing_residual_and_jacobian
protectedinherited

Flag to determine whether the problem is currently computing the residual and Jacobian.

Definition at line 1114 of file SubProblem.h.

Referenced by SubProblem::currentlyComputingResidualAndJacobian(), and SubProblem::setCurrentlyComputingResidualAndJacobian().

◆ _cycles_completed

unsigned int FEProblemBase::_cycles_completed
protectedinherited

◆ _default_families_without_p_refinement

const std::unordered_set< FEFamily > SubProblem::_default_families_without_p_refinement
staticprivateinherited
Initial value:

The set of variable families by default disable p-refinement.

Definition at line 48 of file SubProblem.h.

54{
55class FunctorEnvelopeBase;

Referenced by SubProblem::markFamilyPRefinement().

◆ _default_ghosting

bool SubProblem::_default_ghosting
protectedinherited

Whether or not to use default libMesh coupling.

Definition at line 1105 of file SubProblem.h.

Referenced by SubProblem::defaultGhosting().

◆ _dirac_kernel_info

DiracKernelInfo SubProblem::_dirac_kernel_info
protectedinherited

◆ _discrete_materials

MaterialWarehouse FEProblemBase::_discrete_materials
protectedinherited

◆ _displaced_mesh

MooseMesh* FEProblemBase::_displaced_mesh
protectedinherited

◆ _displaced_problem

std::shared_ptr<DisplacedProblem> FEProblemBase::_displaced_problem
protectedinherited

Definition at line 3371 of file FEProblemBase.h.

Referenced by FEProblemBase::adaptMesh(), FEProblemBase::addAnyRedistributers(), FEProblemBase::addAuxArrayVariable(), FEProblemBase::addAuxScalarKernel(), FEProblemBase::addAuxScalarVariable(), FEProblemBase::addAuxVariable(), FEProblemBase::addCachedJacobian(), FEProblemBase::addCachedResidual(), FEProblemBase::addCachedResidualDirectly(), FEProblemBase::addConstraint(), FEProblemBase::addDGKernel(), FEProblemBase::addDiracKernel(), FEProblemBase::addDisplacedProblem(), FEProblemBase::addFunction(), FEProblemBase::addFunctorMaterial(), FEProblemBase::addFVKernel(), FEProblemBase::addGhostedBoundary(), FEProblemBase::addIndicator(), FEProblemBase::addInterfaceKernel(), FEProblemBase::addJacobian(), FEProblemBase::addJacobianBlockTags(), FEProblemBase::addJacobianLowerD(), FEProblemBase::addJacobianNeighbor(), FEProblemBase::addJacobianNeighborLowerD(), FEProblemBase::addMarker(), FEProblemBase::addMaterialHelper(), FEProblemBase::addMultiApp(), FEProblemBase::addNodalKernel(), FEProblemBase::addObjectParamsHelper(), FEProblemBase::addResidual(), FEProblemBase::addResidualLower(), FEProblemBase::addResidualNeighbor(), FEProblemBase::addScalarKernel(), FEProblemBase::addTimeIntegrator(), FEProblemBase::addTransfer(), FEProblemBase::addUserObject(), FEProblemBase::addVariable(), FEProblemBase::advanceState(), FEProblemBase::automaticScaling(), FEProblemBase::bumpAllQRuleOrder(), FEProblemBase::bumpVolumeQRuleOrder(), FEProblemBase::cacheJacobian(), FEProblemBase::cacheJacobianNeighbor(), FEProblemBase::cacheResidual(), FEProblemBase::cacheResidualNeighbor(), FEProblemBase::checkDisplacementOrders(), FEProblemBase::clearActiveElementalMooseVariables(), FEProblemBase::clearActiveFEVariableCoupleableMatrixTags(), FEProblemBase::clearActiveFEVariableCoupleableVectorTags(), FEProblemBase::clearActiveScalarVariableCoupleableMatrixTags(), FEProblemBase::clearActiveScalarVariableCoupleableVectorTags(), FEProblemBase::clearDiracInfo(), FEProblemBase::computeJacobianBlocks(), EigenProblem::computeJacobianBlocks(), FEProblemBase::computeJacobianTags(), FEProblemBase::computeResidualAndJacobian(), FEProblemBase::computeResidualTags(), FEProblemBase::computeUserObjectsInternal(), FEProblemBase::computingNonlinearResid(), FEProblemBase::createMortarInterface(), FEProblemBase::createQRules(), FEProblemBase::customSetup(), FEProblemBase::execute(), FEProblemBase::getDiracElements(), FEProblemBase::getDisplacedProblem(), FEProblemBase::getDisplacedProblem(), FEProblemBase::getMortarUserObjects(), FEProblemBase::ghostGhostedBoundaries(), FEProblemBase::haveADObjects(), FEProblemBase::haveDisplaced(), FEProblemBase::init(), FEProblemBase::initXFEM(), FEProblemBase::jacobianSetup(), FEProblemBase::mesh(), FEProblemBase::mesh(), FEProblemBase::meshChanged(), FEProblemBase::outputStep(), FEProblemBase::possiblyRebuildGeomSearchPatches(), FEProblemBase::prepare(), FEProblemBase::prepare(), FEProblemBase::prepareAssembly(), FEProblemBase::prepareAssemblyNeighbor(), FEProblemBase::prepareFace(), FEProblemBase::reinitBecauseOfGhostingOrNewGeomObjects(), FEProblemBase::reinitDirac(), FEProblemBase::reinitElem(), FEProblemBase::reinitElemFace(), FEProblemBase::reinitElemFaceRef(), FEProblemBase::reinitElemNeighborAndLowerD(), FEProblemBase::reinitLowerDElem(), FEProblemBase::reinitNeighbor(), FEProblemBase::reinitNeighborFaceRef(), FEProblemBase::reinitNode(), FEProblemBase::reinitNodeFace(), FEProblemBase::reinitOffDiagScalars(), FEProblemBase::reinitScalars(), FEProblemBase::resetState(), FEProblemBase::residualSetup(), FEProblemBase::restoreSolutions(), FEProblemBase::setActiveElementalMooseVariables(), FEProblemBase::setActiveFEVariableCoupleableMatrixTags(), FEProblemBase::setActiveFEVariableCoupleableVectorTags(), FEProblemBase::setActiveScalarVariableCoupleableMatrixTags(), FEProblemBase::setActiveScalarVariableCoupleableVectorTags(), FEProblemBase::setAuxKernelParamsAndLog(), FEProblemBase::setCurrentBoundaryID(), FEProblemBase::setCurrentLowerDElem(), FEProblemBase::setCurrentlyComputingResidual(), FEProblemBase::setCurrentSubdomainID(), FEProblemBase::setNeighborSubdomainID(), FEProblemBase::setNeighborSubdomainID(), FEProblemBase::setResidual(), FEProblemBase::setResidualNeighbor(), FEProblemBase::setResidualObjectParamsAndLog(), FEProblemBase::solve(), EigenProblem::solve(), FEProblemBase::timestepSetup(), FEProblemBase::uniformRefine(), and FEProblemBase::updateGeomSearch().

◆ _dt

Real& FEProblemBase::_dt
protectedinherited

◆ _dt_old

Real& FEProblemBase::_dt_old
protectedinherited

Definition at line 3136 of file FEProblemBase.h.

Referenced by FEProblemBase::dtOld(), and FEProblemBase::FEProblemBase().

◆ _enabled

const bool& MooseObject::_enabled
protectedinherited

Reference to the "enable" InputParameters, used by Controls for toggling on/off MooseObjects.

Definition at line 71 of file MooseObject.h.

Referenced by MooseObject::enabled().

◆ _error_on_jacobian_nonzero_reallocation

bool FEProblemBase::_error_on_jacobian_nonzero_reallocation
privateinherited

Whether to error when the Jacobian is re-allocated, usually because the sparsity pattern changed.

Definition at line 3602 of file FEProblemBase.h.

Referenced by FEProblemBase::errorOnJacobianNonzeroReallocation(), and FEProblemBase::setErrorOnJacobianNonzeroReallocation().

◆ _evaluable_local_elem_range

std::unique_ptr<libMesh::ConstElemRange> FEProblemBase::_evaluable_local_elem_range
protectedinherited

◆ _exception_message

std::string FEProblemBase::_exception_message
protectedinherited

The error message to go with an exception.

Definition at line 3495 of file FEProblemBase.h.

Referenced by FEProblemBase::checkExceptionAndStopSolve(), and FEProblemBase::setException().

◆ _factory

Factory& SubProblem::_factory
protectedinherited

◆ _fail_next_system_convergence_check

bool FEProblemBase::_fail_next_system_convergence_check
privateinherited

◆ _family_for_p_refinement

std::unordered_map<FEFamily, bool> SubProblem::_family_for_p_refinement
privateinherited

Indicate whether a family is disabled for p-refinement.

Definition at line 1223 of file SubProblem.h.

Referenced by SubProblem::markFamilyPRefinement(), and SubProblem::preparePRefinement().

◆ _fe_matrix_tags

std::set<TagID> FEProblemBase::_fe_matrix_tags
protectedinherited

◆ _fe_vector_tags

std::set<TagID> FEProblemBase::_fe_vector_tags
protectedinherited

◆ _force_restart

const bool FEProblemBase::_force_restart
privateinherited

Definition at line 3613 of file FEProblemBase.h.

◆ _from_multi_app_transfers

ExecuteMooseObjectWarehouse<Transfer> FEProblemBase::_from_multi_app_transfers
protectedinherited

◆ _functions

MooseObjectWarehouse<Function> FEProblemBase::_functions
protectedinherited

◆ _functor_to_request_info

std::vector<std::multimap<std::string, std::pair<bool, bool> > > SubProblem::_functor_to_request_info
privateinherited

A multimap (for each thread) from unfilled functor requests to whether the requests were for AD functors and whether the requestor was an AD object.

Definition at line 1176 of file SubProblem.h.

Referenced by SubProblem::addFunctor(), SubProblem::getFunctor(), and SubProblem::SubProblem().

◆ _functor_to_requestors

std::map<std::string, std::set<std::string> > SubProblem::_functor_to_requestors
privateinherited

The requestors of functors where the key is the prop name and the value is a set of names of requestors.

Definition at line 1172 of file SubProblem.h.

Referenced by SubProblem::getFunctor(), SubProblem::initialSetup(), and SubProblem::showFunctorRequestors().

◆ _functors

std::vector<std::multimap<std::string, std::tuple<TrueFunctorIs, std::unique_ptr<Moose::FunctorEnvelopeBase>, std::unique_ptr<Moose::FunctorEnvelopeBase> > > > SubProblem::_functors
privateinherited

A container holding pointers to all the functors in our problem.

We hold a tuple where the zeroth item in the tuple is an enumerator that describes what type of functor the "true" functor is (either NONAD or AD), the first item in the tuple is the non-AD version of the functor, and the second item in the tuple is the AD version of the functor

Definition at line 1159 of file SubProblem.h.

Referenced by SubProblem::addFunctor(), SubProblem::getFunctor(), SubProblem::hasFunctor(), SubProblem::hasFunctorWithType(), SubProblem::initialSetup(), SubProblem::showFunctors(), and SubProblem::SubProblem().

◆ _fv_bcs_integrity_check

bool FEProblemBase::_fv_bcs_integrity_check
protectedinherited

Whether to check overlapping Dirichlet and Flux BCs and/or multiple DirichletBCs per sideset.

Definition at line 3454 of file FEProblemBase.h.

Referenced by FEProblemBase::fvBCsIntegrityCheck(), and FEProblemBase::fvBCsIntegrityCheck().

◆ _fv_face_integrity_check

const bool FEProblemBase::_fv_face_integrity_check
protectedinherited

Whether to check FV boundary and interface objects against the faces on which they execute.

Definition at line 3457 of file FEProblemBase.h.

◆ _fv_ics

FVInitialConditionWarehouse FEProblemBase::_fv_ics
protectedinherited

◆ _geometric_search_data

GeometricSearchData FEProblemBase::_geometric_search_data
protectedinherited

◆ _ghosted_elems

std::set<dof_id_type> SubProblem::_ghosted_elems
protectedinherited

◆ _grad_phi_zero

std::vector<VariablePhiGradient> FEProblemBase::_grad_phi_zero
inherited

◆ _grad_zero

std::vector<VariableGradient> FEProblemBase::_grad_zero
inherited

◆ _group_variables

std::vector<std::vector<NonlinearVariableName> > ReferenceResidualInterface::_group_variables
protectedinherited

Name of variables that are grouped together to check convergence.

Definition at line 40 of file ReferenceResidualInterface.h.

Referenced by ReferenceResidualInterface::addGroupVariables(), ReferenceResidualConvergence::initialSetup(), and ReferenceResidualInterface::ReferenceResidualInterface().

◆ _has_active_elemental_moose_variables

std::vector<unsigned int> SubProblem::_has_active_elemental_moose_variables
protectedinherited

Whether or not there is currently a list of active elemental moose variables.

Definition at line 1094 of file SubProblem.h.

Referenced by SubProblem::clearActiveElementalMooseVariables(), SubProblem::hasActiveElementalMooseVariables(), SubProblem::setActiveElementalMooseVariables(), and SubProblem::SubProblem().

◆ _has_active_material_properties

std::vector<unsigned char> FEProblemBase::_has_active_material_properties
protectedinherited

◆ _has_constraints

bool FEProblemBase::_has_constraints
protectedinherited

Whether or not this system has any Constraints.

Definition at line 3389 of file FEProblemBase.h.

Referenced by FEProblemBase::addConstraint(), NonlinearSystemBase::computeJacobianInternal(), and NonlinearSystemBase::computeResidualInternal().

◆ _has_dampers

bool FEProblemBase::_has_dampers
protectedinherited

Whether or not this system has any Dampers associated with it.

Definition at line 3386 of file FEProblemBase.h.

Referenced by FEProblemBase::addDamper(), FEProblemBase::computeDamping(), FEProblemBase::computePostCheck(), and FEProblemBase::hasDampers().

◆ _has_exception

bool FEProblemBase::_has_exception
protectedinherited

Whether or not an exception has occurred.

Definition at line 3480 of file FEProblemBase.h.

Referenced by FEProblemBase::checkExceptionAndStopSolve(), FEProblemBase::hasException(), and FEProblemBase::setException().

◆ _has_initialized_stateful

bool FEProblemBase::_has_initialized_stateful
protectedinherited

Whether nor not stateful materials have been initialized.

Definition at line 3401 of file FEProblemBase.h.

Referenced by FEProblemBase::meshChanged().

◆ _has_internal_edge_residual_objects

bool FEProblemBase::_has_internal_edge_residual_objects
privateinherited

Whether the problem has dgkernels or interface kernels.

Definition at line 3625 of file FEProblemBase.h.

Referenced by FEProblemBase::addDGKernel(), FEProblemBase::addInterfaceKernel(), and FEProblemBase::hasNeighborCoupling().

◆ _has_jacobian

bool FEProblemBase::_has_jacobian
protectedinherited

Indicates if the Jacobian was computed.

Definition at line 3407 of file FEProblemBase.h.

Referenced by FEProblemBase::computeJacobianTags(), FEProblemBase::hasJacobian(), FEProblemBase::meshChanged(), and FEProblemBase::prepare().

◆ _has_kokkos_objects

bool FEProblemBase::_has_kokkos_objects = false
privateinherited

Whether we have any Kokkos objects.

Definition at line 3691 of file FEProblemBase.h.

Referenced by FEProblemBase::hasKokkosObjects(), FEProblemBase::init(), and FEProblemBase::initElementStatefulProps().

◆ _has_kokkos_residual_objects

bool FEProblemBase::_has_kokkos_residual_objects = false
privateinherited

Whether we have any Kokkos residual objects.

Definition at line 3694 of file FEProblemBase.h.

Referenced by FEProblemBase::hasKokkosResidualObjects().

◆ _has_mortar

bool FEProblemBase::_has_mortar
privateinherited

Whether the simulation requires mortar coupling.

Definition at line 3647 of file FEProblemBase.h.

Referenced by FEProblemBase::createMortarInterface(), and FEProblemBase::hasMortarCoupling().

◆ _has_nonlocal_coupling

bool FEProblemBase::_has_nonlocal_coupling
protectedinherited

◆ _has_time_integrator

bool FEProblemBase::_has_time_integrator
protectedinherited

Indicates whether or not this executioner has a time integrator (during setup)

Definition at line 3477 of file FEProblemBase.h.

Referenced by FEProblemBase::addTimeIntegrator(), and FEProblemBase::hasTimeIntegrator().

◆ _have_ad_objects

bool SubProblem::_have_ad_objects
protectedinherited

AD flag indicating whether any AD objects have been added.

Definition at line 1129 of file SubProblem.h.

Referenced by SubProblem::haveADObjects(), SubProblem::haveADObjects(), DisplacedProblem::haveADObjects(), and FEProblemBase::haveADObjects().

◆ _have_fv

bool FEProblemBase::_have_fv = false
privateinherited

Whether we are performing some calculations with finite volume discretizations.

Definition at line 3677 of file FEProblemBase.h.

Referenced by FEProblemBase::haveFV(), and FEProblemBase::needFV().

◆ _have_p_refinement

bool SubProblem::_have_p_refinement
privateinherited

Whether p-refinement has been requested at any point during the simulation.

Definition at line 1220 of file SubProblem.h.

Referenced by SubProblem::havePRefinement(), and SubProblem::preparePRefinement().

◆ _ics

InitialConditionWarehouse FEProblemBase::_ics
protectedinherited

Initial condition storage

Definition at line 3240 of file FEProblemBase.h.

Referenced by FEProblemBase::addInitialCondition(), and FEProblemBase::getInitialConditionWarehouse().

◆ _identify_variable_groups_in_nl

const bool FEProblemBase::_identify_variable_groups_in_nl
privateinherited

Whether to identify variable groups in nonlinear systems. This affects dof ordering.

Definition at line 3669 of file FEProblemBase.h.

Referenced by FEProblemBase::identifyVariableGroupsInNL().

◆ _ignore_zeros_in_jacobian

bool FEProblemBase::_ignore_zeros_in_jacobian
privateinherited

Whether to ignore zeros in the Jacobian, thereby leading to a reduced sparsity pattern.

Definition at line 3609 of file FEProblemBase.h.

Referenced by FEProblemBase::ignoreZerosInJacobian(), FEProblemBase::setIgnoreZerosInJacobian(), and FEProblemBase::setPreserveMatrixSparsityPattern().

◆ _immediately_print_invalid_solution

const bool& FEProblemBase::_immediately_print_invalid_solution
privateinherited

Definition at line 3619 of file FEProblemBase.h.

Referenced by FEProblemBase::immediatelyPrintInvalidSolution().

◆ _indicators

MooseObjectWarehouse<Indicator> FEProblemBase::_indicators
protectedinherited

◆ _initialized

bool FEProblemBase::_initialized
protectedinherited

Definition at line 3107 of file FEProblemBase.h.

Referenced by FEProblemBase::init(), and FEProblemBase::initialized().

◆ _input_file_saved

bool FEProblemBase::_input_file_saved
protectedinherited

whether input file has been written

Definition at line 3383 of file FEProblemBase.h.

◆ _interface_mat_side_cache

std::vector<std::unordered_map<BoundaryID, bool> > FEProblemBase::_interface_mat_side_cache
protectedinherited

Cache for calculating materials on interface.

Definition at line 3308 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::needInterfaceMaterialOnSide().

◆ _interface_materials

MaterialWarehouse FEProblemBase::_interface_materials
protectedinherited

◆ _internal_side_indicators

MooseObjectWarehouse<InternalSideIndicatorBase> FEProblemBase::_internal_side_indicators
protectedinherited

◆ _is_petsc_options_inserted

bool FEProblemBase::_is_petsc_options_inserted
protectedinherited

If or not PETSc options have been added to database.

Definition at line 3510 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), FEProblemBase::petscOptionsInserted(), FEProblemBase::solve(), and FEProblemBase::solveLinearSystem().

◆ _kernel_coverage_blocks

std::vector<SubdomainName> FEProblemBase::_kernel_coverage_blocks
protectedinherited

◆ _kernel_coverage_check

CoverageCheckMode FEProblemBase::_kernel_coverage_check
protectedinherited

Determines whether and which subdomains are to be checked to ensure that they have an active kernel.

Definition at line 3435 of file FEProblemBase.h.

Referenced by FEProblemBase::checkProblemIntegrity(), FEProblemBase::FEProblemBase(), FEProblemBase::setKernelCoverageCheck(), and FEProblemBase::setKernelCoverageCheck().

◆ _kokkos_assembly

Moose::Kokkos::Assembly FEProblemBase::_kokkos_assembly
protectedinherited

◆ _kokkos_bnd_material_props

Moose::Kokkos::MaterialPropertyStorage& FEProblemBase::_kokkos_bnd_material_props
protectedinherited

◆ _kokkos_fe_systems

Moose::Kokkos::Array<Moose::Kokkos::FESystem> FEProblemBase::_kokkos_fe_systems
protectedinherited

FESystem array - sparsely populated (only slots for systems needing a Kokkos::FESystem)

Definition at line 3203 of file FEProblemBase.h.

Referenced by FEProblemBase::getKokkosFESystems(), and FEProblemBase::getKokkosFESystems().

◆ _kokkos_functions

MooseObjectWarehouse<Moose::FunctionBase> FEProblemBase::_kokkos_functions
protectedinherited

◆ _kokkos_material_props

Moose::Kokkos::MaterialPropertyStorage& FEProblemBase::_kokkos_material_props
protectedinherited

◆ _kokkos_materials

MaterialWarehouse FEProblemBase::_kokkos_materials
protectedinherited

◆ _kokkos_mesh_initialization_hooks

std::vector<std::function<void()> > FEProblemBase::_kokkos_mesh_initialization_hooks
privateinherited

Container holding hooks for functions that need to be called after Kokkos mesh initialization.

Definition at line 3697 of file FEProblemBase.h.

Referenced by FEProblemBase::addKokkosMeshInitializationHook().

◆ _kokkos_neighbor_material_props

Moose::Kokkos::MaterialPropertyStorage& FEProblemBase::_kokkos_neighbor_material_props
protectedinherited

◆ _kokkos_systems

Moose::Kokkos::Array<Moose::Kokkos::System> FEProblemBase::_kokkos_systems
protectedinherited

System array - sparsely populated (only slots for systems needing a Kokkos::System)

Definition at line 3201 of file FEProblemBase.h.

Referenced by FEProblemBase::getKokkosSystems(), and FEProblemBase::getKokkosSystems().

◆ _line_search

std::shared_ptr<LineSearch> FEProblemBase::_line_search
protectedinherited

◆ _linear_convergence_names

std::optional<std::vector<ConvergenceName> > FEProblemBase::_linear_convergence_names
protectedinherited

Linear system(s) convergence name(s) (if any)

Definition at line 3112 of file FEProblemBase.h.

Referenced by FEProblemBase::getLinearConvergenceNames(), FEProblemBase::hasLinearConvergenceObjects(), and FEProblemBase::setLinearConvergenceNames().

◆ _linear_matrix_tags

std::set<TagID> FEProblemBase::_linear_matrix_tags
protectedinherited

Temporary storage for filtered matrix tags for linear systems.

Definition at line 3126 of file FEProblemBase.h.

Referenced by FEProblemBase::computeLinearSystemSys().

◆ _linear_sys_name_to_num

std::map<LinearSystemName, unsigned int> FEProblemBase::_linear_sys_name_to_num
protectedinherited

Map from linear system name to number.

Definition at line 3155 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::linearSysNum().

◆ _linear_sys_names

const std::vector<LinearSystemName> FEProblemBase::_linear_sys_names
protectedinherited

◆ _linear_systems

std::vector<std::shared_ptr<LinearSystem> > FEProblemBase::_linear_systems
protectedinherited

◆ _linear_vector_tags

std::set<TagID> FEProblemBase::_linear_vector_tags
protectedinherited

Temporary storage for filtered vector tags for linear systems.

Definition at line 3123 of file FEProblemBase.h.

Referenced by FEProblemBase::computeLinearSystemSys().

◆ _map_block_material_props

std::map<SubdomainID, std::set<std::string> > SubProblem::_map_block_material_props
protectedinherited

Map of material properties (block_id -> list of properties)

Definition at line 1067 of file SubProblem.h.

Referenced by SubProblem::checkBlockMatProps(), SubProblem::getMaterialPropertyBlocks(), SubProblem::hasBlockMaterialProperty(), and SubProblem::storeSubdomainMatPropName().

◆ _map_block_material_props_check

std::map<SubdomainID, std::multimap<std::string, std::string> > SubProblem::_map_block_material_props_check
protectedinherited

Data structures of the requested material properties.

We store them in a map from boundary/block id to multimap. Each of the multimaps is a list of requestor object names to material property names.

Definition at line 1085 of file SubProblem.h.

Referenced by SubProblem::checkBlockMatProps(), and SubProblem::storeSubdomainDelayedCheckMatProp().

◆ _map_boundary_material_props

std::map<BoundaryID, std::set<std::string> > SubProblem::_map_boundary_material_props
protectedinherited

Map for boundary material properties (boundary_id -> list of properties)

Definition at line 1070 of file SubProblem.h.

Referenced by SubProblem::checkBoundaryMatProps(), SubProblem::getMaterialPropertyBoundaryIDs(), SubProblem::hasBoundaryMaterialProperty(), and SubProblem::storeBoundaryMatPropName().

◆ _map_boundary_material_props_check

std::map<BoundaryID, std::multimap<std::string, std::string> > SubProblem::_map_boundary_material_props_check
protectedinherited

◆ _markers

MooseObjectWarehouse<Marker> FEProblemBase::_markers
protectedinherited

◆ _material_coverage_blocks

std::vector<SubdomainName> FEProblemBase::_material_coverage_blocks
protectedinherited

◆ _material_coverage_check

CoverageCheckMode FEProblemBase::_material_coverage_check
protectedinherited

Determines whether and which subdomains are to be checked to ensure that they have an active material.

Definition at line 3450 of file FEProblemBase.h.

Referenced by FEProblemBase::checkProblemIntegrity(), FEProblemBase::FEProblemBase(), FEProblemBase::setMaterialCoverageCheck(), and FEProblemBase::setMaterialCoverageCheck().

◆ _material_dependency_check

const bool FEProblemBase::_material_dependency_check
protectedinherited

Determines whether a check to verify material dependencies on every subdomain.

Definition at line 3460 of file FEProblemBase.h.

Referenced by FEProblemBase::checkProblemIntegrity().

◆ _material_prop_registry

MaterialPropertyRegistry FEProblemBase::_material_prop_registry
protectedinherited

◆ _material_property_requested

std::set<std::string> SubProblem::_material_property_requested
protectedinherited

set containing all material property names that have been requested by getMaterialProperty*

Definition at line 1077 of file SubProblem.h.

Referenced by SubProblem::isMatPropRequested(), and SubProblem::markMatPropRequested().

◆ _material_props

MaterialPropertyStorage& FEProblemBase::_material_props
protectedinherited

◆ _materials

MaterialWarehouse FEProblemBase::_materials
protectedinherited

◆ _matrix_tag_id_to_tag_name

std::map<TagID, TagName> SubProblem::_matrix_tag_id_to_tag_name
protectedinherited

Reverse map.

Definition at line 1059 of file SubProblem.h.

Referenced by SubProblem::addMatrixTag(), SubProblem::matrixTagExists(), and SubProblem::matrixTagName().

◆ _matrix_tag_name_to_tag_id

std::map<TagName, TagID> SubProblem::_matrix_tag_name_to_tag_id
protectedinherited

◆ _max_qps

unsigned int FEProblemBase::_max_qps
protectedinherited

Maximum number of quadrature points used in the problem.

Definition at line 3471 of file FEProblemBase.h.

Referenced by FEProblemBase::getMaxQps(), FEProblemBase::reinitDirac(), and FEProblemBase::updateMaxQps().

◆ _max_scalar_order

libMesh::Order FEProblemBase::_max_scalar_order
protectedinherited

Maximum scalar variable order.

Definition at line 3474 of file FEProblemBase.h.

Referenced by FEProblemBase::addAuxScalarVariable(), and FEProblemBase::getMaxScalarOrder().

◆ _mesh

MooseMesh& FEProblemBase::_mesh
protectedinherited

◆ _mesh_divisions

MooseObjectWarehouse<MeshDivision> FEProblemBase::_mesh_divisions
protectedinherited

Warehouse to store mesh divisions NOTE: this could probably be moved to the MooseMesh instead of the Problem Time (and people's uses) will tell where this fits best.

Definition at line 3220 of file FEProblemBase.h.

Referenced by FEProblemBase::addMeshDivision(), and FEProblemBase::getMeshDivision().

◆ _metaname

const RestartableDataMapName Restartable::_metaname
privateinherited

Restartable metadata name.

Definition at line 247 of file Restartable.h.

Referenced by Restartable::registerRestartableDataOnApp().

◆ _mortar_data

std::unique_ptr<MortarInterfaceWarehouse> FEProblemBase::_mortar_data
protectedinherited

◆ _multi_apps

ExecuteMooseObjectWarehouse<MultiApp> FEProblemBase::_multi_apps
protectedinherited

◆ _multiapp_fixed_point_convergence_name

std::optional<ConvergenceName> FEProblemBase::_multiapp_fixed_point_convergence_name
protectedinherited

◆ _name

const std::string& MooseBase::_name
protectedinherited

The name of this class.

Definition at line 381 of file MooseBase.h.

Referenced by AddFieldSplitAction::act(), AddBCAction::act(), AddConstraintAction::act(), AddControlAction::act(), AddConvergenceAction::act(), AddCorrectorAction::act(), AddDamperAction::act(), AddDGKernelAction::act(), AddDiracKernelAction::act(), AddDistributionAction::act(), AddFunctionAction::act(), AddFunctorMaterialAction::act(), AddFVBCAction::act(), AddFVGradientMethodAction::act(), AddFVInitialConditionAction::act(), AddFVInterfaceKernelAction::act(), AddFVInterpolationMethodAction::act(), AddFVKernelAction::act(), AddHDGKernelAction::act(), AddIndicatorAction::act(), AddInitialConditionAction::act(), AddInterfaceKernelAction::act(), AddKernelAction::act(), AddLinearFVBCAction::act(), AddLinearFVKernelAction::act(), AddMarkerAction::act(), AddMaterialAction::act(), AddMeshDivisionAction::act(), AddMeshGeneratorAction::act(), AddMeshModifiersAction::act(), AddMultiAppAction::act(), AddNodalKernelAction::act(), AddOutputAction::act(), AddPositionsAction::act(), AddPostprocessorAction::act(), AddReporterAction::act(), AddSamplerAction::act(), AddScalarKernelAction::act(), AddTimesAction::act(), AddTimeStepperAction::act(), AddTransferAction::act(), AddUserObjectAction::act(), AddVectorPostprocessorAction::act(), PartitionerAction::act(), ReadExecutorParamsAction::act(), SetupPreconditionerAction::act(), SetupTimeIntegratorAction::act(), AddMFEMComplexBCComponentAction::act(), AddMFEMComplexKernelComponentAction::act(), AddMFEMFESpaceAction::act(), AddMFEMFESpaceHierarchyAction::act(), AddMFEMProblemComposerAction::act(), AddMFEMQuadratureFunctionAction::act(), AddMFEMSolverAction::act(), AddMFEMSubMeshAction::act(), ADPiecewiseLinearInterpolationMaterial::ADPiecewiseLinearInterpolationMaterial(), BatchMeshGeneratorAction::BatchMeshGeneratorAction(), PiecewiseLinearBase::buildInterpolation(), CombinerGenerator::CombinerGenerator(), Executor::Executor(), ExtraIDIntegralReporter::ExtraIDIntegralReporter(), MultiApp::fillPositions(), CentroidMultiApp::fillPositions(), QuadraturePointMultiApp::fillPositions(), FunctionDT::FunctionDT(), FillBetweenCurvesGenerator::generate(), FillBetweenPointVectorsGenerator::generate(), FillBetweenSidesetsGenerator::generate(), MooseBase::MooseBase(), MooseBase::name(), ReferenceResidualConvergence::nonlinearConvergenceSetup(), ParsedFunctorMaterialTempl< is_ad >::ParsedFunctorMaterialTempl(), PiecewiseBilinear::PiecewiseBilinear(), PiecewiseLinearInterpolationMaterial::PiecewiseLinearInterpolationMaterial(), PiecewiseBase::setData(), and AddVariableAction::varName().

◆ _need_to_add_default_multiapp_fixed_point_convergence

bool FEProblemBase::_need_to_add_default_multiapp_fixed_point_convergence
protectedinherited

Flag that the problem needs to add the default fixed point convergence.

Definition at line 3141 of file FEProblemBase.h.

Referenced by FEProblemBase::needToAddDefaultMultiAppFixedPointConvergence(), and FEProblemBase::setNeedToAddDefaultMultiAppFixedPointConvergence().

◆ _need_to_add_default_nonlinear_convergence

bool FEProblemBase::_need_to_add_default_nonlinear_convergence
protectedinherited

Flag that the problem needs to add the default nonlinear convergence.

Definition at line 3139 of file FEProblemBase.h.

Referenced by FEProblemBase::needToAddDefaultNonlinearConvergence(), and FEProblemBase::setNeedToAddDefaultNonlinearConvergence().

◆ _need_to_add_default_steady_state_convergence

bool FEProblemBase::_need_to_add_default_steady_state_convergence
protectedinherited

Flag that the problem needs to add the default steady convergence.

Definition at line 3143 of file FEProblemBase.h.

Referenced by FEProblemBase::needToAddDefaultSteadyStateConvergence(), and FEProblemBase::setNeedToAddDefaultSteadyStateConvergence().

◆ _needs_old_newton_iter

bool FEProblemBase::_needs_old_newton_iter
protectedinherited

Indicates that we need to compute variable values for previous Newton iteration.

Definition at line 3410 of file FEProblemBase.h.

◆ _neighbor_material_props

MaterialPropertyStorage& FEProblemBase::_neighbor_material_props
protectedinherited

◆ _nl

std::vector<std::shared_ptr<NonlinearSystemBase> > FEProblemBase::_nl
privateinherited

The nonlinear systems.

Definition at line 3170 of file FEProblemBase.h.

Referenced by FEProblem::FEProblem().

◆ _nl_evaluable_local_elem_range

std::unique_ptr<libMesh::ConstElemRange> FEProblemBase::_nl_evaluable_local_elem_range
protectedinherited

◆ _nl_sys

std::vector<std::shared_ptr<NonlinearSystem> > FEProblem::_nl_sys
protectedinherited

Definition at line 39 of file FEProblem.h.

Referenced by FEProblem::FEProblem(), and FEProblem::getNonlinearSystem().

◆ _nl_sys_name_to_num

std::map<NonlinearSystemName, unsigned int> FEProblemBase::_nl_sys_name_to_num
protectedinherited

Map from nonlinear system name to number.

Definition at line 3173 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::nlSysNum().

◆ _nl_sys_names

const std::vector<NonlinearSystemName> FEProblemBase::_nl_sys_names
protectedinherited

◆ _nonlinear_convergence_names

std::optional<std::vector<ConvergenceName> > FEProblemBase::_nonlinear_convergence_names
protectedinherited

Nonlinear system(s) convergence name(s)

Definition at line 3110 of file FEProblemBase.h.

Referenced by FEProblemBase::getNonlinearConvergenceNames(), and FEProblemBase::setNonlinearConvergenceNames().

◆ _nonlocal_cm

std::vector<libMesh::CouplingMatrix> FEProblemBase::_nonlocal_cm
privateinherited

◆ _nonlocal_integrated_bcs

MooseObjectWarehouse<IntegratedBCBase> FEProblemBase::_nonlocal_integrated_bcs
protectedinherited

◆ _nonlocal_kernels

MooseObjectWarehouse<KernelBase> FEProblemBase::_nonlocal_kernels
protectedinherited

◆ _not_zeroed_tagged_vectors

std::unordered_set<TagID> SubProblem::_not_zeroed_tagged_vectors
protectedinherited

the list of vector tags that will not be zeroed when all other tags are

Definition at line 1132 of file SubProblem.h.

Referenced by SubProblem::addNotZeroedVectorTag(), FEProblemBase::restoreSolutions(), and SubProblem::vectorTagNotZeroed().

◆ _notify_when_mesh_changes

std::vector<MeshChangedInterface *> FEProblemBase::_notify_when_mesh_changes
protectedinherited

Objects to be notified when the mesh changes.

Definition at line 3311 of file FEProblemBase.h.

Referenced by FEProblemBase::meshChanged(), and FEProblemBase::notifyWhenMeshChanges().

◆ _notify_when_mesh_displaces

std::vector<MeshDisplacedInterface *> FEProblemBase::_notify_when_mesh_displaces
protectedinherited

Objects to be notified when the mesh displaces.

Definition at line 3314 of file FEProblemBase.h.

Referenced by FEProblemBase::meshDisplaced(), and FEProblemBase::notifyWhenMeshDisplaces().

◆ _num_grid_steps

unsigned int FEProblemBase::_num_grid_steps
privateinherited

◆ _num_linear_sys

const std::size_t FEProblemBase::_num_linear_sys
protectedinherited

◆ _num_nl_sys

const std::size_t FEProblemBase::_num_nl_sys
protectedinherited

◆ _parallel_barrier_messaging

bool FEProblemBase::_parallel_barrier_messaging
protectedinherited

◆ _parent

const ParallelParamObject& DataFileInterface::_parent
privateinherited

◆ _pars

const InputParameters& MooseBase::_pars
protectedinherited

The object's parameters.

Definition at line 384 of file MooseBase.h.

Referenced by AddAuxKernelAction::act(), AddFVICAction::act(), AddICAction::act(), CommonOutputAction::act(), ComposeTimeStepperAction::act(), CreateProblemAction::act(), CreateProblemDefaultAction::act(), SetupDebugAction::act(), SetupMeshAction::act(), AddMFEMComplexBCComponentAction::act(), AddMFEMComplexKernelComponentAction::act(), FunctorMaterial::addFunctorPropertyByBlocks(), BreakMeshByBlockGenerator::BreakMeshByBlockGenerator(), PNGOutput::calculateRescalingValues(), MooseBase::callMooseError(), MooseBase::connectControllableParams(), Console::Console(), MooseApp::copyInputs(), MaterialBase::declareADProperty(), Moose::Kokkos::MaterialBase::declareKokkosOnDemandProperty(), Moose::Kokkos::MaterialBase::declareKokkosProperty(), MaterialBase::declareProperty(), FEProblemSolve::FEProblemSolve(), FileMeshGenerator::generate(), MooseBase::getBase(), MooseBase::getCheckedPointerParam(), MaterialBase::getGenericZeroMaterialProperty(), MooseBase::getHitNode(), MeshGenerator::getMeshGeneratorNameFromParam(), MeshGenerator::getMeshGeneratorNamesFromParam(), MooseBase::getParam(), MooseBase::getParam(), MooseBase::hasBase(), MeshGenerator::hasGenerateCSG(), MeshGenerator::hasGenerateData(), AddVariableAction::init(), AdvancedOutput::initExecutionTypes(), EigenProblemSolve::initialSetup(), Console::initialSetup(), MooseBase::isParamSetByUser(), MooseBase::isParamValid(), MultiApp::keepSolutionDuringRestore(), MooseBase::messagePrefix(), MooseBase::MooseBase(), MultiSystemSolveObject::MultiSystemSolveObject(), MooseApp::outputMachineReadableData(), MooseBase::paramError(), MooseBase::parameters(), MooseBase::paramInfo(), MooseBase::paramWarning(), MooseMesh::prepare(), MooseBase::queryParam(), MooseMesh::setCoordSystem(), MooseMesh::setPartitionerHelper(), SetupMeshAction::setupMesh(), TransientBase::setupTimeIntegrator(), MooseApp::showInputs(), and MooseBase::uniqueName().

◆ _pbblf_functors

std::vector<std::map<std::string, std::unique_ptr<Moose::FunctorAbstract> > > SubProblem::_pbblf_functors
privateinherited

◆ _petsc_option_data_base

PetscOptions FEProblemBase::_petsc_option_data_base
protectedinherited

◆ _petsc_options

Moose::PetscSupport::PetscOptions FEProblemBase::_petsc_options
protectedinherited

PETSc option storage.

Definition at line 3504 of file FEProblemBase.h.

Referenced by FEProblemBase::getPetscOptions(), FEProblemBase::solve(), and FEProblemBase::solveLinearSystem().

◆ _pg_moose_app

MooseApp& PerfGraphInterface::_pg_moose_app
protectedinherited

The MooseApp that owns the PerfGraph.

Definition at line 135 of file PerfGraphInterface.h.

Referenced by PerfGraphInterface::perfGraph().

◆ _phi_zero

std::vector<VariablePhiValue> FEProblemBase::_phi_zero
inherited

◆ _point_zero

std::vector<Point> FEProblemBase::_point_zero
inherited

Definition at line 2556 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase().

◆ _prefix

const std::string PerfGraphInterface::_prefix
protectedinherited

A prefix to use for all sections.

Definition at line 138 of file PerfGraphInterface.h.

Referenced by PerfGraphInterface::timedSectionName().

◆ _preserve_matrix_sparsity_pattern

bool FEProblemBase::_preserve_matrix_sparsity_pattern
privateinherited

Whether to preserve the system matrix / Jacobian sparsity pattern, using 0-valued entries usually.

Definition at line 3611 of file FEProblemBase.h.

Referenced by FEProblemBase::preserveMatrixSparsityPattern(), and FEProblemBase::setPreserveMatrixSparsityPattern().

◆ _previous_multiapp_fp_aux_solution_required

bool FEProblemBase::_previous_multiapp_fp_aux_solution_required
protectedinherited

Indicates we need to save the previous multiapp fixed-point iteration auxiliary variable values.

Definition at line 3417 of file FEProblemBase.h.

Referenced by FEProblemBase::needsPreviousMultiAppFixedPointIterationAuxiliary(), and FEProblemBase::needsPreviousMultiAppFixedPointIterationAuxiliary().

◆ _previous_multiapp_fp_nl_solution_required

std::vector<bool> FEProblemBase::_previous_multiapp_fp_nl_solution_required
protectedinherited

Indicates we need to save the previous multiapp fixed-point iteration solver variable values.

Definition at line 3415 of file FEProblemBase.h.

Referenced by FEProblemBase::needsPreviousMultiAppFixedPointIterationSolution(), and FEProblemBase::needsPreviousMultiAppFixedPointIterationSolution().

◆ _previous_multisystem_fp_aux_solution_required

bool FEProblemBase::_previous_multisystem_fp_aux_solution_required
protectedinherited

Indicates we need to save the previous multi-system fixed-point iteration auxiliary variable values.

Definition at line 3421 of file FEProblemBase.h.

Referenced by FEProblemBase::needsPreviousMultiSystemFixedPointIterationAuxiliary(), and FEProblemBase::needsPreviousMultiSystemFixedPointIterationAuxiliary().

◆ _previous_multisystem_fp_nl_solution_required

std::vector<bool> FEProblemBase::_previous_multisystem_fp_nl_solution_required
protectedinherited

Indicates we need to save the previous multi-system fixed-point iteration solver variable values.

Definition at line 3419 of file FEProblemBase.h.

Referenced by FEProblemBase::needsPreviousMultiSystemFixedPointIterationSolution(), and FEProblemBase::needsPreviousMultiSystemFixedPointIterationSolution().

◆ _previous_nl_solution_required

bool FEProblemBase::_previous_nl_solution_required
protectedinherited

Indicates we need to save the previous NL iteration variable values.

Definition at line 3413 of file FEProblemBase.h.

Referenced by FEProblemBase::createTagSolutions().

◆ _print_execution_on

ExecFlagEnum FEProblemBase::_print_execution_on
privateinherited

When to print the execution of loops.

Definition at line 3666 of file FEProblemBase.h.

Referenced by FEProblemBase::setExecutionPrinting(), and FEProblemBase::shouldPrintExecution().

◆ _random_data_objects

std::map<std::string, std::unique_ptr<RandomData> > FEProblemBase::_random_data_objects
protectedinherited

◆ _real_zero

std::vector<Real> FEProblemBase::_real_zero
inherited

Convenience zeros.

Definition at line 2545 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase().

◆ _regard_general_exceptions_as_errors

const bool FEProblemBase::_regard_general_exceptions_as_errors
privateinherited

If we catch an exception during residual/Jacobian evaluaton for which we don't have specific handling, immediately error instead of allowing the time step to be cut.

Definition at line 3681 of file FEProblemBase.h.

Referenced by FEProblemBase::handleException().

◆ _reinit_displaced_elem

bool FEProblemBase::_reinit_displaced_elem
protectedinherited

◆ _reinit_displaced_face

bool FEProblemBase::_reinit_displaced_face
protectedinherited

◆ _reinit_displaced_neighbor

bool FEProblemBase::_reinit_displaced_neighbor
protectedinherited

◆ _reporter_data

ReporterData FEProblemBase::_reporter_data
protectedinherited

◆ _req

Restartable::ManagedValue<RestartableEquationSystems> FEProblemBase::_req
privateinherited

The EquationSystems object, wrapped for restart.

Definition at line 3063 of file FEProblemBase.h.

Referenced by FEProblemBase::es(), and FEProblemBase::getRestartableEquationSystems().

◆ _requires_nonlocal_coupling

bool FEProblemBase::_requires_nonlocal_coupling
privateinherited

◆ _restartable_app

MooseApp& Restartable::_restartable_app
protectedinherited

Reference to the application.

Definition at line 234 of file Restartable.h.

Referenced by Restartable::registerRestartableDataOnApp(), and Restartable::registerRestartableNameWithFilterOnApp().

◆ _restartable_name

std::string Restartable::_restartable_name
privateinherited

The name of the object.

Definition at line 250 of file Restartable.h.

Referenced by Restartable::declareRestartableDataWithObjectNameWithContext(), and Restartable::restartableName().

◆ _restartable_read_only

const bool Restartable::_restartable_read_only
protectedinherited

Flag for toggling read only status (see ReporterData)

Definition at line 243 of file Restartable.h.

Referenced by Restartable::registerRestartableDataOnApp().

◆ _restartable_system_name

const std::string Restartable::_restartable_system_name
protectedinherited

The system name this object is in.

Definition at line 237 of file Restartable.h.

Referenced by Restartable::restartableName().

◆ _restartable_tid

const THREAD_ID Restartable::_restartable_tid
protectedinherited

The thread ID for this object.

Definition at line 240 of file Restartable.h.

Referenced by Restartable::declareRestartableDataHelper().

◆ _restore_original_nonzero_pattern

const bool FEProblemBase::_restore_original_nonzero_pattern
privateinherited

Whether we should restore the original nonzero pattern for every Jacobian evaluation.

This option is useful if the sparsity pattern is constantly changing and you are using hash table assembly or if you wish to continually restore the matrix to the originally preallocated sparsity pattern computed by relationship managers.

Definition at line 3607 of file FEProblemBase.h.

Referenced by FEProblemBase::computeJacobianTags(), and FEProblemBase::restoreOriginalNonzeroPattern().

◆ _root_alg_gf_to_sys_clones

std::unordered_map<libMesh::GhostingFunctor *, std::vector<std::shared_ptr<libMesh::GhostingFunctor> > > SubProblem::_root_alg_gf_to_sys_clones
privateinherited

A map from a root algebraic ghosting functor, e.g.

the ghosting functor passed into removeAlgebraicGhostingFunctor, to its clones in other systems, e.g. systems other than system 0

Definition at line 1210 of file SubProblem.h.

Referenced by SubProblem::cloneAlgebraicGhostingFunctor(), and SubProblem::removeAlgebraicGhostingFunctor().

◆ _root_coupling_gf_to_sys_clones

std::unordered_map<libMesh::GhostingFunctor *, std::vector<std::shared_ptr<libMesh::GhostingFunctor> > > SubProblem::_root_coupling_gf_to_sys_clones
privateinherited

A map from a root coupling ghosting functor, e.g.

the ghosting functor passed into removeCouplingGhostingFunctor, to its clones in other systems, e.g. systems other than system 0

Definition at line 1217 of file SubProblem.h.

Referenced by SubProblem::cloneCouplingGhostingFunctor(), and SubProblem::removeCouplingGhostingFunctor().

◆ _safe_access_tagged_matrices

bool SubProblem::_safe_access_tagged_matrices
protectedinherited

◆ _safe_access_tagged_vectors

bool SubProblem::_safe_access_tagged_vectors
protectedinherited

◆ _scalar_ics

ScalarInitialConditionWarehouse FEProblemBase::_scalar_ics
protectedinherited

◆ _scalar_zero

std::vector<VariableValue> FEProblemBase::_scalar_zero
inherited

◆ _second_phi_zero

std::vector<VariablePhiSecond> FEProblemBase::_second_phi_zero
inherited

◆ _second_zero

std::vector<VariableSecond> FEProblemBase::_second_zero
inherited

◆ _show_chain_control_data

bool SubProblem::_show_chain_control_data
privateinherited

Whether to output a list of all the chain control data.

Definition at line 1182 of file SubProblem.h.

Referenced by SubProblem::initialSetup(), SubProblem::setChainControlDataOutput(), and SubProblem::timestepSetup().

◆ _show_functors

bool SubProblem::_show_functors
privateinherited

Whether to output a list of the functors used and requested (currently only at initialSetup)

Definition at line 1179 of file SubProblem.h.

Referenced by SubProblem::initialSetup(), and SubProblem::setFunctorOutput().

◆ _show_invalid_solution_console

const bool FEProblemBase::_show_invalid_solution_console
privateinherited

Definition at line 3618 of file FEProblemBase.h.

Referenced by FEProblemBase::showInvalidSolutionConsole().

◆ _si_moose_base

const MooseBase& SolutionInvalidInterface::_si_moose_base
privateinherited

◆ _si_problem

const FEProblemBase* SolutionInvalidInterface::_si_problem
privateinherited

A pointer to FEProblem base.

Definition at line 114 of file SolutionInvalidInterface.h.

Referenced by SolutionInvalidInterface::flagInvalidSolutionInternal().

◆ _side_uo_interface_mat_prop_integrity_check

const bool FEProblemBase::_side_uo_interface_mat_prop_integrity_check
protectedinherited

Whether to check that side user objects do not consume interface material properties.

Definition at line 3447 of file FEProblemBase.h.

Referenced by FEProblemBase::sideUOInterfaceMatPropIntegrityCheck().

◆ _skip_exception_check

bool FEProblemBase::_skip_exception_check
protectedinherited

If or not skip 'exception and stop solve'.

Definition at line 3395 of file FEProblemBase.h.

Referenced by FEProblemBase::checkExceptionAndStopSolve(), FEProblemBase::initialSetup(), and FEProblemBase::skipExceptionCheck().

◆ _skip_nl_system_check

const bool FEProblemBase::_skip_nl_system_check
privateinherited

Definition at line 3615 of file FEProblemBase.h.

Referenced by FEProblemBase::checkProblemIntegrity(), and FEProblemBase::init().

◆ _snesmf_reuse_base

bool FEProblemBase::_snesmf_reuse_base
protectedinherited

If or not to resuse the base vector for matrix-free calculation.

Definition at line 3392 of file FEProblemBase.h.

Referenced by FEProblemBase::setSNESMFReuseBase(), and FEProblemBase::useSNESMFReuseBase().

◆ _snesmf_reuse_base_set_by_user

bool FEProblemBase::_snesmf_reuse_base_set_by_user
protectedinherited

If or not _snesmf_reuse_base is set by user.

Definition at line 3398 of file FEProblemBase.h.

Referenced by FEProblemBase::isSNESMFReuseBaseSetbyUser(), and FEProblemBase::setSNESMFReuseBase().

◆ _solve

const bool& FEProblemBase::_solve
protectedinherited

◆ _solver_params

std::vector<SolverParams> FEProblemBase::_solver_params
protectedinherited

◆ _solver_sys_name_to_num

std::map<SolverSystemName, unsigned int> FEProblemBase::_solver_sys_name_to_num
protectedinherited

Map connecting solver system names with their respective systems.

Definition at line 3188 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::solverSysNum().

◆ _solver_sys_names

std::vector<SolverSystemName> FEProblemBase::_solver_sys_names
protectedinherited

◆ _solver_systems

std::vector<std::shared_ptr<SolverSystem> > FEProblemBase::_solver_systems
protectedinherited

Combined container to base pointer of every solver system.

Definition at line 3182 of file FEProblemBase.h.

Referenced by FEProblemBase::addObjectParamsHelper(), FEProblemBase::addTimeIntegrator(), FEProblemBase::addVariable(), FEProblemBase::advanceState(), FEProblemBase::computeSystems(), FEProblemBase::copySolutionsBackwards(), FEProblemBase::createQRules(), FEProblemBase::createTagMatrices(), FEProblemBase::createTagSolutions(), FEProblemBase::createTagVectors(), FEProblemBase::determineSolverSystem(), DumpObjectsProblem::DumpObjectsProblem(), FEProblemBase::duplicateVariableCheck(), EigenProblem::EigenProblem(), ExternalProblem::ExternalProblem(), FEProblem::FEProblem(), FEProblemBase::getActualFieldVariable(), FEProblemBase::getArrayVariable(), FEProblemBase::getScalarVariable(), FEProblemBase::getSolverSystem(), FEProblemBase::getSolverSystem(), FEProblemBase::getStandardVariable(), FEProblemBase::getSystem(), FEProblemBase::getSystemBase(), FEProblemBase::getSystemBase(), FEProblemBase::getVariable(), FEProblemBase::getVariableNames(), FEProblemBase::getVectorVariable(), FEProblemBase::hasScalarVariable(), FEProblemBase::hasSolutionState(), FEProblemBase::hasSolverVariable(), FEProblemBase::hasVariable(), FEProblem::init(), FEProblemBase::init(), FEProblemBase::initialSetup(), FEProblemBase::meshChanged(), FEProblemBase::needSolutionState(), FEProblemBase::outputStep(), FEProblemBase::prepare(), FEProblemBase::projectSolution(), FEProblemBase::reinitElem(), FEProblemBase::reinitElemFace(), FEProblemBase::reinitElemPhys(), FEProblemBase::restoreOldSolutions(), FEProblemBase::restoreSolutions(), FEProblemBase::saveOldSolutions(), FEProblemBase::setAuxKernelParamsAndLog(), FEProblemBase::setCurrentSubdomainID(), Moose::PetscSupport::setSinglePetscOption(), FEProblemBase::setVariableAllDoFMap(), FEProblemBase::skipNextForwardSolutionCopyToOld(), FEProblemBase::solverSystemConverged(), FEProblemBase::systemBaseSolver(), FEProblemBase::systemBaseSolver(), FEProblemBase::systemNumForVariable(), and FEProblemBase::timestepSetup().

◆ _solver_var_to_sys_num

std::map<SolverVariableName, unsigned int> FEProblemBase::_solver_var_to_sys_num
protectedinherited

Map connecting variable names with their respective solver systems.

Definition at line 3185 of file FEProblemBase.h.

Referenced by FEProblemBase::addVariable(), and FEProblemBase::determineSolverSystem().

◆ _started_initial_setup

bool FEProblemBase::_started_initial_setup
privateinherited

At or beyond initialSteup stage.

Definition at line 3622 of file FEProblemBase.h.

Referenced by FEProblemBase::initialSetup(), and FEProblemBase::startedInitialSetup().

◆ _steady_state_convergence_name

std::optional<ConvergenceName> FEProblemBase::_steady_state_convergence_name
protectedinherited

◆ _subspace_dim

std::map<std::string, unsigned int> FEProblemBase::_subspace_dim
protectedinherited

Dimension of the subspace spanned by the vectors with a given prefix.

Definition at line 3207 of file FEProblemBase.h.

Referenced by FEProblemBase::initNullSpaceVectors(), and FEProblemBase::subspaceDim().

◆ _t_step

int& FEProblemBase::_t_step
protectedinherited

◆ _termination_requested

bool Problem::_termination_requested
protectedinherited

True if termination of the solve has been requested.

Definition at line 58 of file Problem.h.

Referenced by Problem::isSolveTerminationRequested(), and Problem::terminateSolve().

◆ _time

Real& FEProblemBase::_time
protectedinherited

◆ _time_old

Real& FEProblemBase::_time_old
protectedinherited

Definition at line 3133 of file FEProblemBase.h.

Referenced by FEProblemBase::FEProblemBase(), and FEProblemBase::timeOld().

◆ _to_multi_app_transfers

ExecuteMooseObjectWarehouse<Transfer> FEProblemBase::_to_multi_app_transfers
protectedinherited

◆ _transfers

ExecuteMooseObjectWarehouse<Transfer> FEProblemBase::_transfers
protectedinherited

Normal Transfers.

Definition at line 3287 of file FEProblemBase.h.

Referenced by FEProblemBase::addTransfer(), and FEProblemBase::updateActiveObjects().

◆ _transient

bool FEProblemBase::_transient
protectedinherited

Definition at line 3131 of file FEProblemBase.h.

Referenced by FEProblemBase::isTransient(), and FEProblemBase::transient().

◆ _transient_multi_apps

ExecuteMooseObjectWarehouse<TransientMultiApp> FEProblemBase::_transient_multi_apps
protectedinherited

Storage for TransientMultiApps (only needed for calling 'computeDT')

Definition at line 3284 of file FEProblemBase.h.

Referenced by FEProblemBase::addMultiApp(), FEProblemBase::computeMultiAppsDT(), and FEProblemBase::updateActiveObjects().

◆ _trust_user_coupling_matrix

bool FEProblemBase::_trust_user_coupling_matrix = false
privateinherited

Whether to trust the user coupling matrix no matter what.

See https://github.com/idaholab/moose/issues/16395 for detailed background

Definition at line 3654 of file FEProblemBase.h.

Referenced by FEProblemBase::setCoupling(), and FEProblemBase::trustUserCouplingMatrix().

◆ _type

const std::string& MooseBase::_type
protectedinherited

◆ _typed_vector_tags

std::vector<std::vector<VectorTag> > SubProblem::_typed_vector_tags
privateinherited

The vector tags associated with each VectorTagType This is kept separate from _vector_tags for quick access into typed vector tags in places where we don't want to build a new vector every call (like in residual evaluation)

Definition at line 1192 of file SubProblem.h.

Referenced by SubProblem::addVectorTag(), SubProblem::getVectorTags(), and SubProblem::verifyVectorTags().

◆ _u_dot_old_requested

bool FEProblemBase::_u_dot_old_requested
privateinherited

Whether old solution time derivative needs to be stored.

Definition at line 3634 of file FEProblemBase.h.

Referenced by FEProblemBase::setUDotOldRequested(), and FEProblemBase::uDotOldRequested().

◆ _u_dot_requested

bool FEProblemBase::_u_dot_requested
privateinherited

Whether solution time derivative needs to be stored.

Definition at line 3628 of file FEProblemBase.h.

Referenced by FEProblemBase::setUDotRequested(), FEProblemBase::uDotOldRequested(), and FEProblemBase::uDotRequested().

◆ _u_dotdot_old_requested

bool FEProblemBase::_u_dotdot_old_requested
privateinherited

Whether old solution second time derivative needs to be stored.

Definition at line 3637 of file FEProblemBase.h.

Referenced by FEProblemBase::setUDotDotOldRequested(), and FEProblemBase::uDotDotOldRequested().

◆ _u_dotdot_requested

bool FEProblemBase::_u_dotdot_requested
privateinherited

Whether solution second time derivative needs to be stored.

Definition at line 3631 of file FEProblemBase.h.

Referenced by FEProblemBase::setUDotDotRequested(), FEProblemBase::uDotDotOldRequested(), and FEProblemBase::uDotDotRequested().

◆ _uo_aux_state_check

const bool FEProblemBase::_uo_aux_state_check
protectedinherited

Whether or not checking the state of uo/aux evaluation.

Definition at line 3463 of file FEProblemBase.h.

Referenced by FEProblemBase::execute(), and FEProblemBase::hasUOAuxStateCheck().

◆ _uo_jacobian_moose_vars

std::vector<std::vector<const MooseVariableFEBase *> > FEProblemBase::_uo_jacobian_moose_vars
protectedinherited

◆ _use_group_variables

bool ReferenceResidualInterface::_use_group_variables
protectedinherited

◆ _use_hash_table_matrix_assembly

const bool FEProblemBase::_use_hash_table_matrix_assembly
protectedinherited

Whether to assemble matrices using hash tables instead of preallocating matrix memory.

This can be a good option if the sparsity pattern changes throughout the course of the simulation

Definition at line 3531 of file FEProblemBase.h.

Referenced by EigenProblem::EigenProblem(), FEProblem::FEProblem(), and FEProblemBase::useHashTableMatrixAssembly().

◆ _use_nonlinear

bool FEProblem::_use_nonlinear
protectedinherited

◆ _using_ad_mat_props

bool FEProblemBase::_using_ad_mat_props
protectedinherited

Automatic differentiaion (AD) flag which indicates whether any consumer has requested an AD material property or whether any suppier has declared an AD material property.

Definition at line 3524 of file FEProblemBase.h.

◆ _using_default_nl

const bool FEProblemBase::_using_default_nl
protectedinherited

Boolean to check if we have the default nonlinear system.

Definition at line 3161 of file FEProblemBase.h.

◆ _var_dof_map

std::map<std::string, std::vector<dof_id_type> > SubProblem::_var_dof_map
inherited

◆ _vector_curl_zero

std::vector<VectorVariableCurl> FEProblemBase::_vector_curl_zero
inherited

◆ _vector_tags

std::vector<VectorTag> SubProblem::_vector_tags
privateinherited

◆ _vector_tags_name_map

std::map<TagName, TagID> SubProblem::_vector_tags_name_map
privateinherited

Map of vector tag TagName to TagID.

Definition at line 1195 of file SubProblem.h.

Referenced by SubProblem::addVectorTag(), SubProblem::getVectorTagID(), and SubProblem::verifyVectorTags().

◆ _vector_zero

std::vector<VectorVariableValue> FEProblemBase::_vector_zero
inherited

◆ _verbose_multiapps

bool FEProblemBase::_verbose_multiapps
protectedinherited

◆ _verbose_restore

bool FEProblemBase::_verbose_restore
protectedinherited

Whether or not to be verbose on solution restoration post a failed time step.

Definition at line 3492 of file FEProblemBase.h.

Referenced by FEProblemBase::restoreSolutions(), and FEProblemBase::setVerboseProblem().

◆ _verbose_setup

MooseEnum FEProblemBase::_verbose_setup
protectedinherited

Whether or not to be verbose during setup.

Definition at line 3486 of file FEProblemBase.h.

Referenced by FEProblemBase::logAdd(), and FEProblemBase::setVerboseProblem().

◆ _xfem

std::shared_ptr<XFEMInterface> FEProblemBase::_xfem
protectedinherited

Pointer to XFEM controller.

Definition at line 3367 of file FEProblemBase.h.

Referenced by FEProblemBase::getXFEM(), FEProblemBase::haveXFEM(), FEProblemBase::initXFEM(), and FEProblemBase::updateMeshXFEM().

◆ _zero

std::vector<VariableValue> FEProblemBase::_zero
inherited

◆ _zero_block_material_props

std::map<SubdomainID, std::set<MaterialPropertyName> > SubProblem::_zero_block_material_props
protectedinherited

Set of properties returned as zero properties.

Definition at line 1073 of file SubProblem.h.

Referenced by SubProblem::checkBlockMatProps(), FEProblemBase::checkDependMaterialsHelper(), and SubProblem::storeSubdomainZeroMatProp().

◆ _zero_boundary_material_props

std::map<BoundaryID, std::set<MaterialPropertyName> > SubProblem::_zero_boundary_material_props
protectedinherited

◆ app_param

const std::string MooseBase::app_param = "_moose_app"
staticinherited

◆ kokkos_object_param

const std::string MooseBase::kokkos_object_param = "_kokkos_object"
staticinherited

The name of the parameter that indicates an object is a Kokkos functor.

Definition at line 64 of file MooseBase.h.

Referenced by InputParameters::isKokkosObject().

◆ moose_base_param

const std::string MooseBase::moose_base_param = "_moose_base"
staticinherited

The name of the parameter that contains the moose system base.

Definition at line 61 of file MooseBase.h.

Referenced by InputParameters::getBase(), InputParameters::hasBase(), and InputParameters::registerBase().

◆ name_param

const std::string MooseBase::name_param = "_object_name"
staticinherited

◆ type_param

const std::string MooseBase::type_param = "_type"
staticinherited

◆ unique_name_param

const std::string MooseBase::unique_name_param = "_unique_name"
staticinherited

The name of the parameter that contains the unique object name.

Definition at line 57 of file MooseBase.h.

Referenced by InputParameterWarehouse::addInputParameters(), AppFactory::create(), InputParameterWarehouse::removeInputParameters(), MooseBase::uniqueName(), and MooseBase::validParams().

◆ usingCombinedWarningSolutionWarnings

MooseObject::usingCombinedWarningSolutionWarnings
inherited

Definition at line 67 of file MooseObject.h.


The documentation for this class was generated from the following files: