https://mooseframework.inl.gov
OptimizeSolve Member List

This is the complete list of members for OptimizeSolve, including all inherited members.

_action_factorySolveObjectprotected
_appSolveObjectprotected
_auxSolveObjectprotected
_ceOptimizeSolveprivate
_ciOptimizeSolveprivate
_cnorm_vecOptimizeSolveprivate
_communicatorlibMesh::ParallelObjectprotected
_consoleSolveObject
_displaced_meshSolveObjectprotected
_displaced_problemSolveObjectprotected
_enabledSolveObjectprotected
_executionerSolveObjectprotected
_f_vecOptimizeSolveprivate
_factorySolveObjectprotected
_function_solve_vecOptimizeSolveprivate
_gnorm_vecOptimizeSolveprivate
_grad_iterateOptimizeSolveprivate
_grad_iterate_vecOptimizeSolveprivate
_gradient_eOptimizeSolveprivate
_gradient_iOptimizeSolveprivate
_hess_iterateOptimizeSolveprivate
_hess_iterate_vecOptimizeSolveprivate
_hessianOptimizeSolveprivate
_inner_solveSolveObjectprotected
_meshSolveObjectprotected
_my_commOptimizeSolveprotected
_nameSolveObjectprotected
_ndofOptimizeSolveprivate
_obj_functionOptimizeSolveprotected
_obj_iterateOptimizeSolveprivate
_obj_iterate_vecOptimizeSolveprivate
_output_opt_itersOptimizeSolveprivate
_parametersOptimizeSolveprivate
_parsSolveObjectprotected
_petsc_optionsOptimizeSolveprivate
_pg_moose_appSolveObjectprotected
_prefixSolveObjectprotected
_problemSolveObjectprotected
_solve_onOptimizeSolveprotected
_solver_paramsOptimizeSolveprivate
_solver_sysSolveObjectprotected
_taoOptimizeSolveprotected
_tao_solver_enumOptimizeSolveprivate
_total_iterate_vecOptimizeSolveprivate
_typeSolveObjectprotected
_verboseOptimizeSolveprivate
_xdiff_vecOptimizeSolveprivate
addPostprocessorDependencyHelper(const PostprocessorName &) constSolveObjectprotectedvirtual
applyHessian(libMesh::PetscVector< Number > &s, libMesh::PetscVector< Number > &Hs)OptimizeSolveprotectedvirtual
applyHessianWrapper(Mat H, Vec s, Vec Hs)OptimizeSolveprivatestatic
callMooseError(std::string msg, const bool with_prefix) constSolveObject
comm() constlibMesh::ParallelObject
connectControllableParams(const std::string &parameter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) constSolveObject
ConsoleStreamInterface(MooseApp &app)ConsoleStreamInterface
coupledPostprocessors(const std::string &param_name) constSolveObject
DataFileInterface(const ParallelParamObject &parent)DataFileInterface
DataFileParameterType typedefSolveObject
enabled() constSolveObjectvirtual
equalityFunctionWrapper(Tao tao, Vec x, Vec ce, void *ctx)OptimizeSolveprivatestatic
equalityGradientFunctionWrapper(Tao tao, Vec x, Mat gradient_e, Mat gradient_epre, void *ctx)OptimizeSolveprivatestatic
errorPrefix(const std::string &error_type) constSolveObject
getCheckedPointerParam(const std::string &name, const std::string &error_string="") constSolveObject
getDataFileName(const std::string &param) constSolveObject
getDataFileNameByName(const std::string &relative_path) constSolveObject
getDataFilePath(const std::string &relative_path) constSolveObject
getMooseApp() constSolveObject
getObjFunction()OptimizeSolveinlineprotected
getOptimizationReporter() constOptimizeSolveinline
getParam(const std::string &name) constSolveObject
getParam(const std::string &param1, const std::string &param2) constSolveObject
getPostprocessorName(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValue(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValue(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValueByName(const PostprocessorName &name) constSolveObjectvirtual
getPostprocessorValueByName(const PostprocessorName &name) constSolveObjectvirtual
getPostprocessorValueOld(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValueOld(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValueOldByName(const PostprocessorName &name) constSolveObject
getPostprocessorValueOldByName(const PostprocessorName &name) constSolveObject
getPostprocessorValueOlder(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValueOlder(const std::string &param_name, const unsigned int index=0) constSolveObject
getPostprocessorValueOlderByName(const PostprocessorName &name) constSolveObject
getPostprocessorValueOlderByName(const PostprocessorName &name) constSolveObject
getRenamedParam(const std::string &old_name, const std::string &new_name) constSolveObject
getSharedPtr()SolveObject
getSharedPtr() constSolveObject
getTaoSolutionStatus(std::vector< int > &tot_iters, std::vector< double > &gnorm, std::vector< int > &obj_iters, std::vector< double > &cnorm, std::vector< int > &grad_iters, std::vector< double > &xdiff, std::vector< int > &hess_iters, std::vector< double > &f, std::vector< int > &tot_solves) constOptimizeSolve
gradientFunction(libMesh::PetscVector< Number > &gradient)OptimizeSolveprotectedvirtual
hasPostprocessor(const std::string &param_name, const unsigned int index=0) constSolveObject
hasPostprocessorByName(const PostprocessorName &name) constSolveObject
hessianFunctionWrapper(Tao tao, Vec x, Mat hessian, Mat pc, void *ctx)OptimizeSolveprivatestatic
inequalityFunctionWrapper(Tao tao, Vec x, Vec ci, void *ctx)OptimizeSolveprivatestatic
inequalityGradientFunctionWrapper(Tao tao, Vec x, Mat gradient_i, Mat gradient_ipre, void *ctx)OptimizeSolveprivatestatic
initialSetup()SolveObjectvirtual
isDefaultPostprocessorValue(const std::string &param_name, const unsigned int index=0) constSolveObject
isParamSetByUser(const std::string &nm) constSolveObject
isParamValid(const std::string &name) constSolveObject
monitor(Tao tao, void *ctx)OptimizeSolveprivatestatic
MooseBase(const std::string &type, const std::string &name, MooseApp &app, const InputParameters &params)MooseBase
MooseBaseErrorInterface(const MooseBase &base)MooseBaseErrorInterface
MooseBaseParameterInterface(const MooseBase &base, const InputParameters &parameters)MooseBaseParameterInterface
mooseDeprecated(Args &&... args) constSolveObject
mooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, Args &&... args) constSolveObject
mooseError(Args &&... args) constSolveObject
mooseErrorNonPrefixed(Args &&... args) constSolveObject
mooseInfo(Args &&... args) constSolveObject
MooseObject(const InputParameters &parameters)MooseObject
mooseWarning(Args &&... args) constSolveObject
mooseWarningNonPrefixed(Args &&... args) constSolveObject
n_processors() constlibMesh::ParallelObject
name() constSolveObjectvirtual
objectiveAndGradientFunctionWrapper(Tao tao, Vec x, Real *objective, Vec gradient, void *ctx)OptimizeSolveprivatestatic
objectiveFunction()OptimizeSolveprotectedvirtual
objectiveFunctionWrapper(Tao tao, Vec x, Real *objective, void *ctx)OptimizeSolveprivatestatic
operator=(const ParallelObject &libmesh_dbg_var(other))libMesh::ParallelObject
OptimizeSolve(Executioner &ex)OptimizeSolve
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 &params)ParallelParamObject
paramError(const std::string &param, Args... args) constSolveObject
parameters() constSolveObject
paramInfo(const std::string &param, Args... args) constSolveObject
paramWarning(const std::string &param, Args... args) constSolveObject
perfGraph()SolveObject
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
PostprocessorInterface(const MooseObject *moose_object)PostprocessorInterface
PostprocessorInterface(const FEProblemBase *problem)PostprocessorInterface
processor_id() constlibMesh::ParallelObject
queryParam(const std::string &name) constSolveObject
registerTimedSection(const std::string &section_name, const unsigned int level) constSolveObjectprotected
registerTimedSection(const std::string &section_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) constSolveObjectprotected
setInnerSolve(SolveObject &solve)SolveObjectvirtual
setTaoSolutionStatus(double f, int its, double gnorm, double cnorm, double xdiff)OptimizeSolveprivate
solve() overrideOptimizeSolvevirtual
SolveObject(Executioner &ex)SolveObject
taoALCreate()OptimizeSolveprivate
taoALDestroy()OptimizeSolveprivate
taoSolve()OptimizeSolveprivate
TaoSolverEnum enum nameOptimizeSolveprivate
timedSectionName(const std::string &section_name) constSolveObjectprotected
type() constSolveObject
typeAndName() constSolveObject
uniqueName() constSolveObject
uniqueParameterName(const std::string &parameter_name) constSolveObject
validParams()OptimizeSolvestatic
variableBounds(Tao tao)OptimizeSolveprotectedvirtual
variableBoundsWrapper(Tao, Vec xl, Vec xu, void *ctx)OptimizeSolveprivatestatic
~MooseBase()=defaultMooseBasevirtual
~MooseBaseParameterInterface()=defaultMooseBaseParameterInterfacevirtual
~MooseObject()=defaultMooseObjectvirtual
~ParallelObject()=defaultlibMesh::ParallelObjectvirtual
~ParallelParamObject()=defaultParallelParamObjectvirtual
~PerfGraphInterface()=defaultPerfGraphInterfacevirtual