This is the complete list of members for Transient, including all inherited members.
| _abort | TransientBase | protected |
| _action_factory | ParallelParamObject | protected |
| _app | MooseObject | protected |
| _at_sync_point | TransientBase | protected |
| _aux | TransientBase | protected |
| _communicator | libMesh::ParallelObject | protected |
| _console | ConsoleStreamInterface | |
| _dt | TransientBase | protected |
| _dt_old | TransientBase | protected |
| _dtmax | TransientBase | protected |
| _dtmin | TransientBase | protected |
| _enabled | MooseObject | protected |
| _end_time | TransientBase | protected |
| _error_on_dtmin | TransientBase | protected |
| _factory | ParallelParamObject | protected |
| _fe_problem | Executioner | protected |
| _feproblem_solve | Transient | protected |
| _fixed_point_solve | Executioner | protected |
| _iteration_method | Executioner | protected |
| _last_solve_converged | TransientBase | protected |
| _n_startup_steps | TransientBase | protected |
| _name | MooseBase | protected |
| _next_interval_output_time | TransientBase | protected |
| _num_steps | TransientBase | protected |
| _pars | MooseBase | protected |
| _pg_moose_app | PerfGraphInterface | protected |
| _prefix | PerfGraphInterface | protected |
| _problem | TransientBase | protected |
| _restart_file_base | Executioner | protected |
| _restartable_app | Restartable | protected |
| _restartable_read_only | Restartable | protected |
| _restartable_system_name | Restartable | protected |
| _restartable_tid | Restartable | protected |
| _start_time | TransientBase | protected |
| _steady_state_detection | TransientBase | protected |
| _steady_state_start_time | TransientBase | protected |
| _sync_times | TransientBase | protected |
| _t_step | TransientBase | protected |
| _target_time | TransientBase | protected |
| _time | TransientBase | protected |
| _time_interval | TransientBase | protected |
| _time_interval_output_interval | TransientBase | protected |
| _time_old | TransientBase | protected |
| _time_scheme | TransientBase | protected |
| _time_stepper | TransientBase | protected |
| _timestep_tolerance | TransientBase | protected |
| _type | MooseBase | protected |
| _unconstrained_dt | TransientBase | protected |
| _use_multiapp_dt | TransientBase | protected |
| _verbose | Executioner | protected |
| _xfem_repeat_step | TransientBase | protected |
| addAttributeReporter(const std::string &name, Real initial_value=0) | Executioner | protectedvirtual |
| addPostprocessorDependencyHelper(const PostprocessorName &) const | PostprocessorInterface | inlineprotectedvirtual |
| addUserObjectDependencyHelper(const UserObject &) const | UserObjectInterface | inlineprotectedvirtual |
| app_param | MooseBase | static |
| atSyncPoint() | TransientBase | inline |
| callMooseError(std::string msg, const bool with_prefix, const hit::Node *node=nullptr) const | MooseBase | |
| callMooseError(MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node) | MooseBase | static |
| comm() const | libMesh::ParallelObject | |
| computeConstrainedDT() | TransientBase | virtual |
| computeDT() | TransientBase | |
| computeSolutionChangeNorm(bool check_aux, bool normalize_by_dt) const | TransientBase | |
| connectControllableParams(const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const | MooseBase | |
| ConsoleStreamInterface(MooseApp &app) | ConsoleStreamInterface | |
| convergedToSteadyState() const | TransientBase | |
| coupledPostprocessors(const std::string ¶m_name) const | PostprocessorInterface | |
| 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 |
| defaultSteadyStateConvergenceParams() | TransientBase | static |
| dtMax() | TransientBase | inline |
| dtMin() | TransientBase | inline |
| enabled() const | MooseObject | inlinevirtual |
| endStep(Real input_time=-1.0) | TransientBase | virtual |
| endTime() | TransientBase | inline |
| errorPrefix(const std::string &) const | MooseBase | inline |
| estimateTimeError() | TransientBase | virtual |
| execute() override | TransientBase | virtual |
| Executioner(const InputParameters ¶meters) | Executioner | |
| Executioner(const InputParameters ¶meters, bool) | Executioner | |
| feProblem() | Executioner | |
| fixedPointSolve() | Executioner | inline |
| flagInvalidSolutionInternal(const InvalidSolutionID invalid_solution_id) const | SolutionInvalidInterface | protected |
| forceNumSteps(const unsigned int num_steps) | TransientBase | inlinevirtual |
| getBase() const | MooseBase | inline |
| getCheckedPointerParam(const std::string &name, const std::string &error_string="") const | MooseBase | |
| getDataFileName(const std::string ¶m) const | DataFileInterface | |
| getDataFileNameByName(const std::string &relative_path) const | DataFileInterface | |
| getDataFilePath(const std::string &relative_path) const | DataFileInterface | |
| getDT() | TransientBase | virtual |
| getEndTime() const | TransientBase | inline |
| getHitNode() const | MooseBase | inline |
| getMooseApp() const | MooseBase | inline |
| getParam(const std::string &name) const | MooseBase | |
| getParam(const std::string ¶m1, const std::string ¶m2) const | MooseBase | |
| getPostprocessorName(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | |
| getPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | |
| getPostprocessorValueByName(const PostprocessorName &name) const | PostprocessorInterface | virtual |
| getPostprocessorValueOld(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | |
| getPostprocessorValueOldByName(const PostprocessorName &name) const | PostprocessorInterface | |
| getPostprocessorValueOlder(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | |
| getPostprocessorValueOlderByName(const PostprocessorName &name) const | PostprocessorInterface | |
| getRenamedParam(const std::string &old_name, const std::string &new_name) const | MooseBase | |
| getRestartableData(const std::string &data_name) const | Restartable | protected |
| getSharedPtr() | MooseObject | |
| getSharedPtr() const | MooseObject | |
| getStartTime() const | TransientBase | inline |
| getTargetTime() | TransientBase | inlinevirtual |
| getTime() const | TransientBase | inlinevirtual |
| getTimeIntegratorNames() const override | TransientBase | virtual |
| getTimeIntegrators() const override | Transient | protectedvirtual |
| getTimeScheme() const | TransientBase | inline |
| getTimeStepper() | TransientBase | inline |
| getTimeStepper() const | TransientBase | inline |
| getTimeStepperName() const override | TransientBase | virtual |
| 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 | |
| hasBase() const | MooseBase | inline |
| hasPostprocessor(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | |
| hasPostprocessorByName(const PostprocessorName &name) const | PostprocessorInterface | |
| 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 | |
| incrementStepOrReject() | TransientBase | virtual |
| init() override | Transient | virtual |
| isDefaultPostprocessorValue(const std::string ¶m_name, const unsigned int index=0) const | PostprocessorInterface | |
| isKokkosObject(IsKokkosObjectKey &&) const | MooseObject | inline |
| isParamSetByUser(const std::string &name) const | MooseBase | inline |
| isParamValid(const std::string &name) const | MooseBase | inline |
| iterationMethods() | Executioner | inlinestatic |
| keepGoing() | TransientBase | virtual |
| kokkos_object_param | MooseBase | static |
| lastSolveConverged() const override | TransientBase | virtual |
| messagePrefix(const bool hit_prefix=true) const | MooseBase | inline |
| moose_base_param | MooseBase | static |
| MooseBase(const InputParameters ¶ms) | MooseBase | |
| MooseBase(MooseApp &app, const InputParameters ¶ms) | MooseBase | |
| ParallelParamObject::mooseDeprecated(Args &&... args) const | MooseBase | inline |
| SolutionInvalidInterface::mooseDeprecated(Args &&... args) const | SolutionInvalidInterface | inline |
| mooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, Args &&... args) const | MooseBase | inline |
| mooseError(Args &&... args) const | MooseBase | inline |
| mooseErrorNonPrefixed(Args &&... args) const | MooseBase | inline |
| mooseInfo(Args &&... args) const | MooseBase | inline |
| MooseObject(const InputParameters ¶meters) | MooseObject | |
| MooseObject(const MooseObject &object, const Moose::Kokkos::FunctorCopy &key) | MooseObject | |
| ParallelParamObject::mooseWarning(Args &&... args) const | MooseBase | inline |
| SolutionInvalidInterface::mooseWarning(Args &&... args) const | SolutionInvalidInterface | inline |
| ParallelParamObject::mooseWarningNonPrefixed(Args &&... args) const | MooseBase | inline |
| SolutionInvalidInterface::mooseWarningNonPrefixed(Args &&... args) const | SolutionInvalidInterface | inline |
| n_processors() const | libMesh::ParallelObject | |
| name() const | MooseBase | inline |
| name_param | MooseBase | static |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
| ParallelParamObject(const InputParameters ¶ms) | ParallelParamObject | |
| paramError(const std::string ¶m, Args... args) const | MooseBase | |
| parameters() const | MooseBase | inline |
| paramInfo(const std::string ¶m, Args... args) const | MooseBase | |
| ParallelParamObject::paramWarning(const std::string ¶m, Args... args) const | MooseBase | |
| SolutionInvalidInterface::paramWarning(const std::string ¶m, Args... args) const | SolutionInvalidInterface | inline |
| parentOutputPositionChanged() override | TransientBase | virtual |
| perfGraph() | PerfGraphInterface | |
| PerfGraphInterface(const MooseObject *moose_object) | PerfGraphInterface | |
| PerfGraphInterface(const MooseObject *moose_object, const std::string prefix) | PerfGraphInterface | |
| PerfGraphInterface(PerfGraph &perf_graph, const std::string prefix="") | PerfGraphInterface | |
| PerfGraphInterface(MooseApp &moose_app, const std::string prefix="") | PerfGraphInterface | |
| postExecute() override | TransientBase | virtual |
| PostprocessorInterface(const MooseObject *moose_object) | PostprocessorInterface | |
| PostprocessorInterface(const FEProblemBase *problem) | PostprocessorInterface | |
| PostprocessorInterface(const PostprocessorInterface &object, const Moose::Kokkos::FunctorCopy &key) | PostprocessorInterface | |
| postSolve() | Executioner | inlinevirtual |
| postStep() | TransientBase | virtual |
| preExecute() override | TransientBase | virtual |
| preProblemInit() | Executioner | inlinevirtual |
| preSolve() | Executioner | inlinevirtual |
| preStep() | TransientBase | virtual |
| problem() | Executioner | virtual |
| processor_id() const | libMesh::ParallelObject | |
| queryParam(const std::string &name) const | MooseBase | |
| registerInvalidSolutionInternal(const std::string &message, const bool warning) const | SolutionInvalidInterface | protected |
| 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 |
| relativeSolutionDifferenceNorm(bool check_aux) const override | Transient | virtual |
| Restartable(const MooseObject *moose_object, const std::string &system_name) | Restartable | |
| Restartable(const MooseObject *moose_object, const std::string &system_name, THREAD_ID tid) | Restartable | |
| Restartable(MooseApp &moose_app, const std::string &name, const std::string &system_name, THREAD_ID tid, const bool read_only=false, const RestartableDataMapName &metaname="") | Restartable | |
| Restartable(const Restartable &object, const Moose::Kokkos::FunctorCopy &key) | Restartable | |
| restartableName(const std::string &data_name) const | Restartable | protected |
| setTargetTime(Real target_time) | TransientBase | virtual |
| setTime(Real t) | TransientBase | inlinevirtual |
| setTimeOld(Real t) | TransientBase | inlinevirtual |
| setTimeStepper(TimeStepper &ts) | TransientBase | |
| setTimestepTolerance(const Real &tolerance) | TransientBase | inlinevirtual |
| setupTimeIntegrator() | TransientBase | protected |
| SolutionInvalidInterface(const MooseBase *const moose_base, const InputParameters ¶ms) | SolutionInvalidInterface | |
| SolutionInvalidInterface(const SolutionInvalidInterface &object, const Moose::Kokkos::FunctorCopy &key) | SolutionInvalidInterface | |
| syncTimes() | TransientBase | inline |
| takeStep(Real input_dt=-1.0) | TransientBase | virtual |
| timedSectionName(const std::string §ion_name) const | PerfGraphInterface | protected |
| timeStepSolveObject() | TransientBase | inlinevirtual |
| timestepTol() | TransientBase | inline |
| Transient(const InputParameters ¶meters) | Transient | |
| TransientBase(const InputParameters ¶meters) | TransientBase | |
| type() const | MooseBase | inline |
| type_param | MooseBase | static |
| typeAndName() const | MooseBase | |
| unconstrainedDT() | TransientBase | inline |
| unique_name_param | MooseBase | static |
| uniqueName() const | MooseBase | |
| uniqueParameterName(const std::string ¶meter_name) const | MooseBase | |
| UserObjectInterface(const MooseObject *moose_object) | UserObjectInterface | |
| UserObjectInterface(const UserObjectInterface &object, const Moose::Kokkos::FunctorCopy &key) | UserObjectInterface | |
| usingCombinedWarningSolutionWarnings | MooseObject | |
| validParams() | Transient | static |
| verbose() const | Executioner | inline |
| ~Executioner() | Executioner | inlinevirtual |
| ~MooseBase()=default | MooseBase | virtual |
| ~MooseObject()=default | MooseObject | virtual |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~ParallelParamObject()=default | ParallelParamObject | virtual |
| ~PerfGraphInterface()=default | PerfGraphInterface | virtual |
1.8.14