_fptr | libMesh::WrappedFunction< Output > | protected |
_initialized | libMesh::FunctionBase< Output > | protected |
_is_time_dependent | libMesh::FunctionBase< Output > | protected |
_master | libMesh::FunctionBase< Output > | protected |
_parameters | libMesh::WrappedFunction< Output > | protected |
_sys | libMesh::WrappedFunction< Output > | protected |
_varnum | libMesh::WrappedFunction< Output > | protected |
clear() | libMesh::FunctionBase< Output > | inlinevirtual |
clone() const override | libMesh::WrappedFunction< Output > | inlinevirtual |
component(unsigned int i, const Point &p, Real time=0.) override | libMesh::WrappedFunction< Output > | inlinevirtual |
FunctionBase(const FunctionBase *master=nullptr) | libMesh::FunctionBase< Output > | inlineexplicitprotected |
FunctionBase(FunctionBase &&)=default | libMesh::FunctionBase< Output > | |
FunctionBase(const FunctionBase &)=default | libMesh::FunctionBase< Output > | |
init() | libMesh::FunctionBase< Output > | inlinevirtual |
initialized() const | libMesh::FunctionBase< Output > | inline |
is_time_dependent() const | libMesh::FunctionBase< Output > | inline |
operator()(const Point &p, const Real time=0.) override | libMesh::WrappedFunction< Output > | inlinevirtual |
operator()(const Point &p, const Real time, DenseVector< Output > &output) override | libMesh::WrappedFunction< Output > | inlinevirtual |
libMesh::FunctionBase::operator()(const Point &p, DenseVector< Output > &output) | libMesh::FunctionBase< Output > | inline |
operator=(const WrappedFunction &)=delete | libMesh::WrappedFunction< Output > | |
operator=(WrappedFunction &&)=delete | libMesh::WrappedFunction< Output > | |
libMesh::FunctionBase::operator=(const FunctionBase &)=default | libMesh::FunctionBase< Output > | |
libMesh::FunctionBase::operator=(FunctionBase &&)=default | libMesh::FunctionBase< Output > | |
set_is_time_dependent(bool is_time_dependent) | libMesh::FunctionBase< Output > | inline |
WrappedFunction(const System &sys, Output fptr(const Point &p, const Parameters ¶meters, const std::string &sys_name, const std::string &unknown_name)=nullptr, const Parameters *parameters=nullptr, unsigned int varnum=0) | libMesh::WrappedFunction< Output > | inline |
WrappedFunction(WrappedFunction &&)=default | libMesh::WrappedFunction< Output > | |
WrappedFunction(const WrappedFunction &)=default | libMesh::WrappedFunction< Output > | |
~FunctionBase()=default | libMesh::FunctionBase< Output > | virtual |
~WrappedFunction()=default | libMesh::WrappedFunction< Output > | virtual |