| addKernel(const KernelFunctions &kernel) | PLMD::Grid | |
| addValue(unsigned index, double value) | PLMD::Grid | virtual |
| addValue(const std::vector< unsigned > &indices, double value) | PLMD::Grid | virtual |
| addValueAndDerivatives(unsigned index, double value, std::vector< double > &der) | PLMD::Grid | virtual |
| addValueAndDerivatives(const std::vector< unsigned > &indices, double value, std::vector< double > &der) | PLMD::Grid | virtual |
| applyFunctionAllValuesAndDerivatives(double(*func)(double val), double(*funcder)(double valder)) | PLMD::Grid | virtual |
| argnames | PLMD::Grid | protected |
| clear() | PLMD::Grid | virtual |
| create(const std::string &, std::vector< Value * >, IFile &, bool, bool, bool) | PLMD::Grid | static |
| create(const std::string &, std::vector< Value * >, IFile &, const std::vector< std::string > &, const std::vector< std::string > &, const std::vector< unsigned > &, bool, bool, bool) | PLMD::Grid | static |
| der_ | PLMD::Grid | private |
| dimension_ | PLMD::Grid | protected |
| dospline_ | PLMD::Grid | protected |
| dx_ | PLMD::Grid | protected |
| fmt_ | PLMD::Grid | protected |
| funcname | PLMD::Grid | protected |
| getArgNames() const | PLMD::Grid | |
| getBinVolume() const | PLMD::Grid | |
| getDimension() const | PLMD::Grid | |
| getDx() const | PLMD::Grid | |
| getIndex(const std::vector< unsigned > &indices) const | PLMD::Grid | |
| getIndex(const std::vector< double > &x) const | PLMD::Grid | |
| getIndices(unsigned index) const | PLMD::Grid | |
| getIndices(const std::vector< double > &x) const | PLMD::Grid | |
| getIsPeriodic() const | PLMD::Grid | |
| getMax() const | PLMD::Grid | |
| getMaxValue() const | PLMD::Grid | virtual |
| getMin() const | PLMD::Grid | |
| getMinValue() const | PLMD::Grid | virtual |
| getNbin() const | PLMD::Grid | |
| getNeighbors(unsigned index, const std::vector< unsigned > &neigh) const | PLMD::Grid | |
| getNeighbors(const std::vector< unsigned > &indices, const std::vector< unsigned > &neigh) const | PLMD::Grid | |
| getNeighbors(const std::vector< double > &x, const std::vector< unsigned > &neigh) const | PLMD::Grid | |
| getPoint(unsigned index) const | PLMD::Grid | |
| getPoint(const std::vector< unsigned > &indices) const | PLMD::Grid | |
| getPoint(const std::vector< double > &x) const | PLMD::Grid | |
| getPoint(unsigned index, std::vector< double > &point) const | PLMD::Grid | |
| getPoint(const std::vector< unsigned > &indices, std::vector< double > &point) const | PLMD::Grid | |
| getPoint(const std::vector< double > &x, std::vector< double > &point) const | PLMD::Grid | |
| getSize() const | PLMD::Grid | virtual |
| getSplineNeighbors(const std::vector< unsigned > &indices) const | PLMD::Grid | protected |
| getValue(unsigned index) const | PLMD::Grid | virtual |
| getValue(const std::vector< unsigned > &indices) const | PLMD::Grid | virtual |
| getValue(const std::vector< double > &x) const | PLMD::Grid | virtual |
| getValueAndDerivatives(unsigned index, std::vector< double > &der) const | PLMD::Grid | virtual |
| getValueAndDerivatives(const std::vector< unsigned > &indices, std::vector< double > &der) const | PLMD::Grid | virtual |
| getValueAndDerivatives(const std::vector< double > &x, std::vector< double > &der) const | PLMD::Grid | virtual |
| Grid(const std::string &funcl, 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, bool doclear=true) | PLMD::Grid | |
| Grid(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, bool doclear, const std::vector< bool > &isperiodic, const std::vector< std::string > &pmin, const std::vector< std::string > &pmax) | PLMD::Grid | |
| grid_ | PLMD::Grid | private |
| 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, bool doclear, const std::vector< bool > &isperiodic, const std::vector< std::string > &pmin, const std::vector< std::string > &pmax) | PLMD::Grid | |
| logAllValuesAndDerivatives(const double &scalef) | PLMD::Grid | virtual |
| max_ | PLMD::Grid | protected |
| maxsize_ | PLMD::Grid | protected |
| min_ | PLMD::Grid | protected |
| nbin_ | PLMD::Grid | protected |
| pbc_ | PLMD::Grid | protected |
| project(const std::vector< std::string > &proj, WeightBase *ptr2obj) | PLMD::Grid | |
| projectOnLowDimension(double &val, std::vector< int > &varHigh, WeightBase *ptr2obj) | PLMD::Grid | |
| scaleAllValuesAndDerivatives(const double &scalef) | PLMD::Grid | virtual |
| setMinToZero() | PLMD::Grid | virtual |
| setOutputFmt(std::string ss) | PLMD::Grid | inline |
| setValue(unsigned index, double value) | PLMD::Grid | virtual |
| setValue(const std::vector< unsigned > &indices, double value) | PLMD::Grid | virtual |
| setValueAndDerivatives(unsigned index, double value, std::vector< double > &der) | PLMD::Grid | virtual |
| setValueAndDerivatives(const std::vector< unsigned > &indices, double value, std::vector< double > &der) | PLMD::Grid | virtual |
| str_max_ | PLMD::Grid | protected |
| str_min_ | PLMD::Grid | protected |
| usederiv_ | PLMD::Grid | protected |
| writeHeader(OFile &file) | PLMD::Grid | |
| writeToFile(OFile &) | PLMD::Grid | virtual |
| ~Grid() | PLMD::Grid | inlinevirtual |