www.mooseframework.org
MutableCoefficientsInterface Member List

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

_characteristicsMutableCoefficientsInterfaceprotected
_coefficientsMutableCoefficientsInterfaceprotected
_consoleMutableCoefficientsInterfaceprivate
_enforce_sizeMutableCoefficientsInterfaceprotected
_print_coefficientsMutableCoefficientsInterfaceprotected
_restartable_appRestartableprotected
_restartable_read_onlyRestartableprotected
_restartable_system_nameRestartableprotected
_restartable_tidRestartableprotected
coefficientsChanged()MutableCoefficientsInterfaceinlineprotectedvirtual
declareManagedRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args)Restartableprotected
declareRecoverableData(const std::string &data_name, Args &&... args)Restartableprotected
declareRestartableData(const std::string &data_name, Args &&... args)Restartableprotected
declareRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args)Restartableprotected
declareRestartableDataWithObjectName(const std::string &data_name, const std::string &object_name, Args &&... args)Restartableprotected
declareRestartableDataWithObjectNameWithContext(const std::string &data_name, const std::string &object_name, void *context, Args &&... args)Restartableprotected
enforceSize(bool enforce)MutableCoefficientsInterface
getCharacteristics() constMutableCoefficientsInterface
getCoefficients() constMutableCoefficientsInterface
getCoefficients()MutableCoefficientsInterface
getCoefficientsTable() constMutableCoefficientsInterface
getRestartableData(const std::string &data_name) constRestartableprotected
getSize() constMutableCoefficientsInterface
importCoefficients(const MutableCoefficientsInterface &other)MutableCoefficientsInterface
isCompatibleWith(const MutableCoefficientsInterface &other) constMutableCoefficientsInterface
isSizeEnforced() constMutableCoefficientsInterface
MutableCoefficientsInterface(const MooseObject *moose_object, const InputParameters &parameters)MutableCoefficientsInterface
operator<<(std::ostream &stream, const MutableCoefficientsInterface &me)MutableCoefficientsInterfacefriend
operator[](std::size_t index) constMutableCoefficientsInterface
resize(std::size_t size, Real fill=0.0, bool fill_out_to_size=true)MutableCoefficientsInterface
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
restartableName(const std::string &data_name) constRestartableprotected
setCharacteristics(const std::vector< std::size_t > &new_characteristics)MutableCoefficientsInterface
setCoefficients(const std::vector< Real > &new_coefficients)MutableCoefficientsInterface
setCoefficients(std::vector< Real > &&dropin_coefficients)MutableCoefficientsInterface
validParams()MutableCoefficientsInterfacestatic