This is the complete list of members for UserObject, including all inherited members.
_action_factory | MooseBaseParameterInterface | protected |
_app | MooseObject | protected |
_assembly | UserObject | protected |
_communicator | libMesh::ParallelObject | protected |
_console | ConsoleStreamInterface | |
_coord_sys | UserObject | protected |
_current_execute_flag | SetupInterface | protected |
_depend_uo | UserObject | mutableprotected |
_duplicate_initial_execution | UserObject | protected |
_enabled | MooseObject | protected |
_execute_enum | SetupInterface | protected |
_factory | MooseBaseParameterInterface | protected |
_fe_problem | UserObject | protected |
_mci_feproblem | MeshChangedInterface | protected |
_mdi_feproblem | MeshDisplacedInterface | protected |
_name | MooseBase | protected |
_pars | MooseBaseParameterInterface | protected |
_pg_moose_app | PerfGraphInterface | protected |
_prefix | PerfGraphInterface | protected |
_primary_thread_copy | UserObject | private |
_restartable_app | Restartable | protected |
_restartable_read_only | Restartable | protected |
_restartable_system_name | Restartable | protected |
_restartable_tid | Restartable | protected |
_subproblem | UserObject | protected |
_supplied_uo | UserObject | private |
_sys | UserObject | protected |
_tid | UserObject | protected |
_type | MooseBase | protected |
addPostprocessorDependencyHelper(const PostprocessorName &name) const override | UserObject | protectedvirtual |
addReporterDependencyHelper(const ReporterName &reporter_name) override | UserObject | protectedvirtual |
addUserObjectDependencyHelper(const UserObject &uo) const override | UserObject | protectedvirtual |
addVectorPostprocessorDependencyHelper(const VectorPostprocessorName &name) const override | UserObject | protectedvirtual |
callMooseError(std::string msg, const bool with_prefix) const | MooseBase | |
comm() const | libMesh::ParallelObject | |
connectControllableParams(const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const | MooseBaseParameterInterface | |
ConsoleStreamInterface(MooseApp &app) | ConsoleStreamInterface | |
coupledPostprocessors(const std::string ¶m_name) const | PostprocessorInterface | protected |
customSetup(const ExecFlagType &) | SetupInterface | inlinevirtual |
cyclicDependencyError(CyclicDependencyException< T2 > &e, const std::string &header) | DependencyResolverInterface | static |
DataFileInterface(const ParallelParamObject &parent) | DataFileInterface | |
DataFileParameterType typedef | DataFileInterface | |
declareManagedRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args) | Restartable | protected |
declareRecoverableData(const std::string &data_name, Args &&... args) | Restartable | protected |
declareRestartableData(const std::string &data_name, Args &&... args) | Restartable | protected |
declareRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args) | Restartable | protected |
declareRestartableDataWithObjectName(const std::string &data_name, const std::string &object_name, Args &&... args) | Restartable | protected |
declareRestartableDataWithObjectNameWithContext(const std::string &data_name, const std::string &object_name, void *context, Args &&... args) | Restartable | protected |
DependencyResolverInterface() | DependencyResolverInterface | inline |
DistributionInterface(const MooseObject *moose_object) | DistributionInterface | protected |
enabled() const | MooseObject | inlinevirtual |
errorPrefix(const std::string &error_type) const | MooseBase | |
execute()=0 | UserObject | pure virtual |
finalize()=0 | UserObject | pure virtual |
FunctionInterface(const MooseObject *moose_object) | FunctionInterface | protected |
gatherMax(T &value) | UserObject | inline |
gatherMin(T &value) | UserObject | inline |
gatherProxyValueMax(T1 &proxy, T2 &value) | UserObject | |
gatherProxyValueMin(T1 &proxy, T2 &value) | UserObject | |
gatherSum(T &value) | UserObject | inline |
getCheckedPointerParam(const std::string &name, const std::string &error_string="") const | MooseBaseParameterInterface | |
getDataFileName(const std::string ¶m) const | DataFileInterface | |
getDataFileNameByName(const std::string &relative_path) const | DataFileInterface | |
getDataFilePath(const std::string &relative_path) const | DataFileInterface | |
getDependObjects() const | UserObject | |
getDistribution(const std::string &name) const | DistributionInterface | protected |
getDistribution(const std::string &name) const | DistributionInterface | protected |
getDistributionByName(const DistributionName &name) const | DistributionInterface | protected |
getDistributionByName(const std::string &name) const | DistributionInterface | protected |
getExecuteOnEnum() const | SetupInterface | |
getFunction(const std::string &name) const | FunctionInterface | protected |
getFunctionByName(const FunctionName &name) const | FunctionInterface | protected |
getMeshProperty(const std::string &data_name, const std::string &prefix) | MeshMetaDataInterface | protected |
getMeshProperty(const std::string &data_name) | MeshMetaDataInterface | inlineprotected |
getMooseApp() const | MooseBase | inline |
getParam(const std::string &name) const | MooseBaseParameterInterface | |
getParam(const std::string ¶m1, const std::string ¶m2) const | MooseBaseParameterInterface | |
getPostprocessorName(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | protected |
getPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | protected |
getPostprocessorValueByName(const PostprocessorName &name) const | PostprocessorInterface | protectedvirtual |
getPostprocessorValueOld(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | protected |
getPostprocessorValueOldByName(const PostprocessorName &name) const | PostprocessorInterface | protected |
getPostprocessorValueOlder(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | protected |
getPostprocessorValueOlderByName(const PostprocessorName &name) const | PostprocessorInterface | protected |
getRenamedParam(const std::string &old_name, const std::string &new_name) const | MooseBaseParameterInterface | |
getReporterName(const std::string ¶m_name) const | ReporterInterface | protected |
getReporterValue(const std::string ¶m_name, const std::size_t time_index=0) | ReporterInterface | protected |
getReporterValue(const std::string ¶m_name, ReporterMode mode, const std::size_t time_index=0) | ReporterInterface | protected |
getReporterValueByName(const ReporterName &reporter_name, const std::size_t time_index=0) | ReporterInterface | protected |
getReporterValueByName(const ReporterName &reporter_name, ReporterMode mode, const std::size_t time_index=0) | ReporterInterface | protected |
getRequestedItems() override | UserObject | inlinevirtual |
getRestartableData(const std::string &data_name) const | Restartable | protected |
getSampler(const std::string &name) | SamplerInterface | protected |
getSampler(const std::string &name) | SamplerInterface | protected |
getSamplerByName(const SamplerName &name) | SamplerInterface | protected |
getSamplerByName(const SamplerName &name) | SamplerInterface | protected |
getScatterVectorPostprocessorValue(const std::string ¶m_name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getScatterVectorPostprocessorValueByName(const VectorPostprocessorName &name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getScatterVectorPostprocessorValueOld(const std::string ¶m_name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getScatterVectorPostprocessorValueOldByName(const VectorPostprocessorName &name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getSharedPtr() | MooseObject | |
getSharedPtr() const | MooseObject | |
getSubProblem() const | UserObject | inline |
getSuppliedItems() override | UserObject | inlinevirtual |
getUserObject(const std::string ¶m_name, bool is_dependency=true) const | UserObjectInterface | |
getUserObjectBase(const std::string ¶m_name, bool is_dependency=true) const | UserObjectInterface | |
getUserObjectBaseByName(const UserObjectName &object_name, bool is_dependency=true) const | UserObjectInterface | |
getUserObjectByName(const UserObjectName &object_name, bool is_dependency=true) const | UserObjectInterface | |
getUserObjectName(const std::string ¶m_name) const | UserObjectInterface | |
getVectorPostprocessorName(const std::string ¶m_name) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValue(const std::string ¶m_name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValue(const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValueByName(const VectorPostprocessorName &name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValueByName(const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValueOld(const std::string ¶m_name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValueOld(const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValueOldByName(const VectorPostprocessorName &name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
getVectorPostprocessorValueOldByName(const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const | VectorPostprocessorInterface | protected |
hasFunction(const std::string ¶m_name) const | FunctionInterface | protected |
hasFunctionByName(const FunctionName &name) const | FunctionInterface | protected |
hasMeshProperty(const std::string &data_name, const std::string &prefix) const | MeshMetaDataInterface | protected |
hasMeshProperty(const std::string &data_name, const std::string &prefix) const | MeshMetaDataInterface | protected |
hasMeshProperty(const std::string &data_name) const | MeshMetaDataInterface | inlineprotected |
hasMeshProperty(const std::string &data_name) const | MeshMetaDataInterface | inlineprotected |
hasPostprocessor(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | protected |
hasPostprocessorByName(const PostprocessorName &name) const | PostprocessorInterface | protected |
hasReporterValue(const std::string ¶m_name) const | ReporterInterface | protected |
hasReporterValue(const std::string ¶m_name) const | ReporterInterface | protected |
hasReporterValueByName(const ReporterName &reporter_name) const | ReporterInterface | protected |
hasReporterValueByName(const ReporterName &reporter_name) const | ReporterInterface | protected |
hasUserObject(const std::string ¶m_name) const | UserObjectInterface | |
hasUserObject(const std::string ¶m_name) const | UserObjectInterface | |
hasUserObjectByName(const UserObjectName &object_name) const | UserObjectInterface | |
hasUserObjectByName(const UserObjectName &object_name) const | UserObjectInterface | |
hasVectorPostprocessor(const std::string ¶m_name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
hasVectorPostprocessor(const std::string ¶m_name) const | VectorPostprocessorInterface | protected |
hasVectorPostprocessorByName(const VectorPostprocessorName &name, const std::string &vector_name) const | VectorPostprocessorInterface | protected |
hasVectorPostprocessorByName(const VectorPostprocessorName &name) const | VectorPostprocessorInterface | protected |
initialize()=0 | UserObject | pure virtual |
initialSetup() | SetupInterface | virtual |
isDefaultPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | protected |
isParamSetByUser(const std::string &nm) const | MooseBaseParameterInterface | inline |
isParamValid(const std::string &name) const | MooseBaseParameterInterface | inline |
isVectorPostprocessorDistributed(const std::string ¶m_name) const | VectorPostprocessorInterface | protected |
isVectorPostprocessorDistributedByName(const VectorPostprocessorName &name) const | VectorPostprocessorInterface | protected |
jacobianSetup() | SetupInterface | virtual |
meshChanged() | MeshChangedInterface | inlineprotectedvirtual |
MeshChangedInterface(const InputParameters ¶ms) | MeshChangedInterface | protected |
meshDisplaced() | MeshDisplacedInterface | inlineprotectedvirtual |
MeshDisplacedInterface(const InputParameters ¶ms) | MeshDisplacedInterface | protected |
MeshMetaDataInterface(const MooseObject *moose_object) | MeshMetaDataInterface | protected |
MeshMetaDataInterface(MooseApp &moose_app) | MeshMetaDataInterface | protected |
meshPropertyName(const std::string &data_name, const std::string &prefix) | MeshMetaDataInterface | protectedstatic |
meshPropertyName(const std::string &data_name) const | MeshMetaDataInterface | inlineprotected |
MooseBase(const std::string &type, const std::string &name, MooseApp &app, const InputParameters ¶ms) | MooseBase | |
MooseBaseErrorInterface(const MooseBase &base) | MooseBaseErrorInterface | |
MooseBaseParameterInterface(const MooseBase &base, const InputParameters ¶meters) | MooseBaseParameterInterface | |
mooseDeprecated(Args &&... args) const | MooseBaseErrorInterface | inline |
mooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, Args &&... args) const | MooseBaseErrorInterface | inline |
mooseError(Args &&... args) const | MooseBaseErrorInterface | inline |
mooseErrorNonPrefixed(Args &&... args) const | MooseBaseErrorInterface | inline |
mooseInfo(Args &&... args) const | MooseBaseErrorInterface | inline |
MooseObject(const InputParameters ¶meters) | MooseObject | |
mooseWarning(Args &&... args) const | MooseBaseErrorInterface | inline |
mooseWarningNonPrefixed(Args &&... args) const | MooseBaseErrorInterface | inline |
n_processors() const | libMesh::ParallelObject | |
NAME | MeshMetaDataInterface | protectedstatic |
name() const | MooseBase | inlinevirtual |
needThreadedCopy() const | UserObject | inlinevirtual |
operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
ParallelParamObject(const std::string &type, const std::string &name, MooseApp &app, const InputParameters ¶ms) | ParallelParamObject | |
paramError(const std::string ¶m, Args... args) const | MooseBaseParameterInterface | |
parameters() const | MooseBaseParameterInterface | inline |
paramInfo(const std::string ¶m, Args... args) const | MooseBaseParameterInterface | |
paramWarning(const std::string ¶m, Args... args) const | MooseBaseParameterInterface | |
perfGraph() | PerfGraphInterface | protected |
PerfGraphInterface(const MooseObject *moose_object) | PerfGraphInterface | protected |
PerfGraphInterface(const MooseObject *moose_object, const std::string prefix) | PerfGraphInterface | protected |
PerfGraphInterface(PerfGraph &perf_graph, const std::string prefix="") | PerfGraphInterface | protected |
PerfGraphInterface(MooseApp &moose_app, const std::string prefix="") | PerfGraphInterface | protected |
PostprocessorInterface(const MooseObject *moose_object) | PostprocessorInterface | protected |
PostprocessorInterface(const FEProblemBase *problem) | PostprocessorInterface | protected |
primaryThreadCopy() | UserObject | inline |
processor_id() const | libMesh::ParallelObject | |
queryParam(const std::string &name) const | MooseBaseParameterInterface | |
registerTimedSection(const std::string §ion_name, const unsigned int level) const | PerfGraphInterface | protected |
registerTimedSection(const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const | PerfGraphInterface | protected |
ReporterInterface(const MooseObject *moose_object) | ReporterInterface | protected |
residualSetup() | SetupInterface | virtual |
Restartable(const MooseObject *moose_object, const std::string &system_name) | Restartable | protected |
Restartable(const MooseObject *moose_object, const std::string &system_name, THREAD_ID tid) | Restartable | protected |
Restartable(MooseApp &moose_app, const std::string &name, const std::string &system_name, THREAD_ID tid, const bool read_only=false, const RestartableDataMapName &metaname="") | Restartable | protected |
restartableName(const std::string &data_name) const | Restartable | protected |
SamplerInterface(const MooseObject *moose_object) | SamplerInterface | protected |
setPrimaryThreadCopy(UserObject *primary) | UserObject | |
SetupInterface(const MooseObject *moose_object) | SetupInterface | |
shouldDuplicateInitialExecution() const | UserObject | inline |
sort(typename std::vector< T > &vector) | DependencyResolverInterface | static |
sortDFS(typename std::vector< T > &vector) | DependencyResolverInterface | static |
spatialPoints() const | UserObject | inlinevirtual |
spatialValue(const Point &) const | UserObject | inlinevirtual |
subdomainSetup() | SetupInterface | virtual |
SYSTEM | MeshMetaDataInterface | protectedstatic |
systemNumber() const | UserObject | |
threadJoin(const UserObject &uo)=0 | UserObject | pure virtual |
timedSectionName(const std::string §ion_name) const | PerfGraphInterface | protected |
timestepSetup() | SetupInterface | virtual |
type() const | MooseBase | inline |
typeAndName() const | MooseBase | |
uniqueName() const | MooseBaseParameterInterface | inline |
uniqueParameterName(const std::string ¶meter_name) const | MooseBaseParameterInterface | inline |
UserObject(const InputParameters ¶ms) | UserObject | |
UserObjectInterface(const MooseObject *moose_object) | UserObjectInterface | |
validParams() | UserObject | static |
VectorPostprocessorInterface(const MooseObject *moose_object, bool broadcast_by_default=false) | VectorPostprocessorInterface | protected |
~MeshChangedInterface()=default | MeshChangedInterface | protectedvirtual |
~MeshDisplacedInterface()=default | MeshDisplacedInterface | protectedvirtual |
~MooseBase()=default | MooseBase | virtual |
~MooseBaseParameterInterface()=default | MooseBaseParameterInterface | virtual |
~MooseObject()=default | MooseObject | virtual |
~ParallelObject()=default | libMesh::ParallelObject | virtual |
~ParallelParamObject()=default | ParallelParamObject | virtual |
~PerfGraphInterface()=default | PerfGraphInterface | protectedvirtual |
~SetupInterface() | SetupInterface | virtual |
~UserObject()=default | UserObject | virtual |
~VectorPostprocessorInterface()=default | VectorPostprocessorInterface | protectedvirtual |