add(const Function< Real > &fnc, Real sc) | concepts::Vector< Real > | virtual |
add(const Vector< H > &fnc, Real sc, uint offset=0) | concepts::Vector< Real > | |
add(const Vector< H > &fnc) | concepts::Vector< Real > | inline |
apply(Real fnc(const Real &)) | concepts::Vector< Real > | |
assemble(const Space< G > &spc, const LinearForm< Real, G > &lf) | concepts::Vector< Real > | |
data() const | concepts::Vector< Real > | inline |
data_ | concepts::Vector< Real > | protected |
fillEntries_(const Space< G > &spc, const LinearForm< Real, G > &lf) | concepts::Vector< Real > | protected |
frm_ | timestepping::TimeVector | private |
info(std::ostream &os) const | concepts::Vector< Real > | protectedvirtual |
l1() const | concepts::Vector< Real > | |
l2() const | concepts::Vector< Real > | inline |
l2_2() const | concepts::Vector< Real > | |
max() const | concepts::Vector< Real > | |
n() const | concepts::Vector< Real > | inline |
operator Real *() const | concepts::Vector< Real > | inline |
operator()(uint i) | concepts::Vector< Real > | inlinevirtual |
operator()(uint i) const | concepts::Vector< Real > | inlinevirtual |
operator*(Real c) const | concepts::Vector< Real > | |
operator*(const Vector< Real > &fnc) const | concepts::Vector< Real > | |
operator*=(Real sc) | concepts::Vector< Real > | virtual |
operator+(const Function< Real > &fnc) const | concepts::Vector< Real > | |
operator+(Real c) const | concepts::Vector< Real > | |
operator+=(const Function< Real > &fnc) | concepts::Vector< Real > | virtual |
operator+=(Real c) | concepts::Vector< Real > | virtual |
operator-(const Function< Real > &fnc) const | concepts::Vector< Real > | |
operator-(Real c) const | concepts::Vector< Real > | |
operator-=(const Function< Real > &fnc) | concepts::Vector< Real > | virtual |
operator-=(Real c) | concepts::Vector< Real > | virtual |
operator/(Real c) const | concepts::Vector< Real > | |
operator/=(Real sc) | concepts::Vector< Real > | virtual |
operator=(const Function< Real > &fnc) | concepts::Vector< Real > | virtual |
operator=(const Vector< Real > &fnc) | concepts::Vector< Real > | |
operator=(const Function< H > &fnc) | concepts::Vector< Real > | |
operator=(Real c) | concepts::Vector< Real > | |
resize(uint n) | concepts::Vector< Real > | inlinevirtual |
reverse() | concepts::Vector< Real > | |
set_(const concepts::Vector< Real > &vec) | timestepping::TimeVector | private |
size() const | concepts::Vector< Real > | inline |
spc_ | timestepping::TimeVector | private |
storeMatlab(const char *filename, const char *name=0, bool append=false) const | concepts::Vector< Real > | |
storeMatlabCounter_ | concepts::Vector< Real > | privatestatic |
template_ | timestepping::TimeVector | private |
time() const | timestepping::TimeVector | inline |
time(Real time) | timestepping::TimeVector | |
time_ | timestepping::TimeVector | private |
TimeVector(const concepts::Space< Real > &spc, TimeLinearForm &tlf) | timestepping::TimeVector | inline |
TimeVector(const concepts::Space< Real > &spc) | timestepping::TimeVector | inline |
TimeVector(const concepts::Vector< Real > &vec) | timestepping::TimeVector | inline |
TimeVector(const concepts::Vector< Real > &vec, const concepts::Formula< Real > &frm, const Real time=0) | timestepping::TimeVector | |
tlf_ | timestepping::TimeVector | private |
updateEntries_() | timestepping::TimeVector | inlineprivate |
v_ | concepts::Vector< Real > | private |
Vector(const Vector< Real > &f) | concepts::Vector< Real > | |
Vector(const Vector< H > &f) | concepts::Vector< Real > | |
Vector(const Space< G > &spc) | concepts::Vector< Real > | inline |
Vector(const uint dim=0) | concepts::Vector< Real > | inline |
Vector(const Space< G > &spc, const LinearForm< Real, G > &lf) | concepts::Vector< Real > | |
Vector(const Space< G > &spc, const std::string &fname) | concepts::Vector< Real > | |
Vector(const Space< G > &spc, Real *data) | concepts::Vector< Real > | inline |
Vector(uint dim, Real *data) | concepts::Vector< Real > | inline |
Vector(const Vector< H > &fncX, Real fnc(const H &)) | concepts::Vector< Real > | |
Vector(const Vector< H > &fncX, const Real &fnc(const H &)) | concepts::Vector< Real > | |
Vector(const Vector< typename Realtype< Real >::type > &V_R, const Vector< typename Realtype< Real >::type > &V_I) | concepts::Vector< Real > | |
Vector(const Vector< H > &fnc, const Set< IndexRange > &indices) | concepts::Vector< Real > | |
write(const std::string &fname) const | concepts::Vector< Real > | |
~TimeVector() | timestepping::TimeVector | inline |
~Vector() | concepts::Vector< Real > | virtual |