| addKernel(const KernelFunctions &kernel) | PLMD::GridBase | |
| addValue(index_t index, double value)=0 | PLMD::GridBase | pure virtual |
| addValue(const std::vector< unsigned > &indices, double value) | PLMD::GridBase | |
| addValueAndDerivatives(index_t index, double value, std::vector< double > &der)=0 | PLMD::GridBase | pure virtual |
| addValueAndDerivatives(const std::vector< unsigned > &indices, double value, std::vector< double > &der) | PLMD::GridBase | |
| argnames | PLMD::GridBase | protected |
| create(const std::string &, const std::vector< Value *> &, IFile &, bool, bool, bool) | PLMD::GridBase | static |
| create(const std::string &, const std::vector< Value *> &, IFile &, const std::vector< std::string > &, const std::vector< std::string > &, const std::vector< unsigned > &, bool, bool, bool) | PLMD::GridBase | static |
| dimension_ | PLMD::GridBase | protected |
| dospline_ | PLMD::GridBase | protected |
| dx_ | PLMD::GridBase | protected |
| findMaximalPathMinimum(const std::vector< double > &source, const std::vector< double > &sink) | PLMD::GridBase | |
| fmt_ | PLMD::GridBase | protected |
| funcname | PLMD::GridBase | protected |
| getArgNames() const | PLMD::GridBase | |
| getBinVolume() const | PLMD::GridBase | |
| getDimension() const | PLMD::GridBase | |
| getDx() const | PLMD::GridBase | |
| getDx(index_t j) const | PLMD::GridBase | |
| getIndex(const std::vector< unsigned > &indices) const | PLMD::GridBase | |
| getIndex(const std::vector< double > &x) const | PLMD::GridBase | |
| getIndices(index_t index, std::vector< unsigned > &rindex) const | PLMD::GridBase | |
| getIndices(const std::vector< double > &x, std::vector< unsigned > &rindex) const | PLMD::GridBase | |
| getIndices(index_t index) const | PLMD::GridBase | |
| getIndices(const std::vector< double > &x) const | PLMD::GridBase | |
| getIsPeriodic() const | PLMD::GridBase | |
| getMax() const | PLMD::GridBase | |
| getMaxValue() const =0 | PLMD::GridBase | pure virtual |
| getMin() const | PLMD::GridBase | |
| getMinValue() const =0 | PLMD::GridBase | pure virtual |
| getNbin() const | PLMD::GridBase | |
| getNearestNeighbors(const index_t index) const | PLMD::GridBase | |
| getNearestNeighbors(const std::vector< unsigned > &indices) const | PLMD::GridBase | |
| getNeighbors(index_t index, const std::vector< unsigned > &neigh) const | PLMD::GridBase | |
| getNeighbors(const std::vector< unsigned > &indices, const std::vector< unsigned > &neigh) const | PLMD::GridBase | |
| getNeighbors(const std::vector< double > &x, const std::vector< unsigned > &neigh) const | PLMD::GridBase | |
| getPoint(index_t index) const | PLMD::GridBase | |
| getPoint(const std::vector< unsigned > &indices) const | PLMD::GridBase | |
| getPoint(const std::vector< double > &x) const | PLMD::GridBase | |
| getPoint(index_t index, std::vector< double > &point) const | PLMD::GridBase | |
| getPoint(const std::vector< unsigned > &indices, std::vector< double > &point) const | PLMD::GridBase | |
| getPoint(const std::vector< double > &x, std::vector< double > &point) const | PLMD::GridBase | |
| getSize() const =0 | PLMD::GridBase | pure virtual |
| getSplineNeighbors(const std::vector< unsigned > &indices, std::vector< index_t > &neigh, unsigned &nneigh) const | PLMD::GridBase | protected |
| getValue(index_t index) const =0 | PLMD::GridBase | pure virtual |
| getValue(const std::vector< unsigned > &indices) const | PLMD::GridBase | |
| getValue(const std::vector< double > &x) const | PLMD::GridBase | |
| getValueAndDerivatives(index_t index, std::vector< double > &der) const =0 | PLMD::GridBase | pure virtual |
| getValueAndDerivatives(const std::vector< unsigned > &indices, std::vector< double > &der) const | PLMD::GridBase | |
| getValueAndDerivatives(const std::vector< double > &x, std::vector< double > &der) const | PLMD::GridBase | |
| GridBase(const std::string &funcl, const std::vector< Value *> &args, const std::vector< std::string > &gmin, const std::vector< std::string > &gmax, const std::vector< unsigned > &nbin, bool dospline, bool usederiv) | PLMD::GridBase | |
| GridBase(const std::string &funcl, const std::vector< std::string > &names, const std::vector< std::string > &gmin, const std::vector< std::string > &gmax, const std::vector< unsigned > &nbin, bool dospline, bool usederiv, const std::vector< bool > &isperiodic, const std::vector< std::string > &pmin, const std::vector< std::string > &pmax) | PLMD::GridBase | |
| hasDerivatives() const | PLMD::GridBase | inline |
| index_t typedef | PLMD::GridBase | |
| Init(const std::string &funcl, const std::vector< std::string > &names, const std::vector< std::string > &gmin, const std::vector< std::string > &gmax, const std::vector< unsigned > &nbin, bool dospline, bool usederiv, const std::vector< bool > &isperiodic, const std::vector< std::string > &pmin, const std::vector< std::string > &pmax) | PLMD::GridBase | |
| max_ | PLMD::GridBase | protected |
| maxdim | PLMD::GridBase | static |
| maxsize_ | PLMD::GridBase | protected |
| min_ | PLMD::GridBase | protected |
| nbin_ | PLMD::GridBase | protected |
| pbc_ | PLMD::GridBase | protected |
| resetToDefaultOutputFmt() | PLMD::GridBase | inline |
| setOutputFmt(const std::string &ss) | PLMD::GridBase | inline |
| setValue(index_t index, double value)=0 | PLMD::GridBase | pure virtual |
| setValue(const std::vector< unsigned > &indices, double value) | PLMD::GridBase | |
| setValueAndDerivatives(index_t index, double value, std::vector< double > &der)=0 | PLMD::GridBase | pure virtual |
| setValueAndDerivatives(const std::vector< unsigned > &indices, double value, std::vector< double > &der) | PLMD::GridBase | |
| str_max_ | PLMD::GridBase | protected |
| str_min_ | PLMD::GridBase | protected |
| usederiv_ | PLMD::GridBase | protected |
| writeCubeFile(OFile &, const double &lunit) | PLMD::GridBase | |
| writeHeader(OFile &file) | PLMD::GridBase | |
| writeToFile(OFile &)=0 | PLMD::GridBase | pure virtual |
| ~GridBase() | PLMD::GridBase | inlinevirtual |