| addKernel(const KernelFunctions &kernel) | PLMD::Grid | |
| addValue(index_t index, double value) | PLMD::Grid | virtual |
| addValue(const std::vector< unsigned > &indices, double value) | PLMD::Grid | virtual |
| addValueAndDerivatives(index_t 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 |
| contour_location | PLMD::Grid | private |
| create(const std::string &, const std::vector< Value *> &, IFile &, bool, bool, bool) | PLMD::Grid | 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::Grid | static |
| der_ | PLMD::Grid | private |
| dimension_ | PLMD::Grid | protected |
| dospline_ | PLMD::Grid | protected |
| dx_ | PLMD::Grid | protected |
| findMaximalPathMinimum(const std::vector< double > &source, const std::vector< double > &sink) | PLMD::Grid | virtual |
| findSetOfPointsOnContour(const double &target, const std::vector< bool > &nosearch, unsigned &npoints, std::vector< std::vector< double > > &points) | PLMD::Grid | |
| fmt_ | PLMD::Grid | protected |
| funcname | PLMD::Grid | protected |
| getArgNames() const | PLMD::Grid | |
| getBinVolume() const | PLMD::Grid | |
| getDifferenceFromContour(const std::vector< double > &x, std::vector< double > &der) 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(index_t 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 | |
| getNearestNeighbors(const index_t index) const | PLMD::Grid | |
| getNearestNeighbors(const std::vector< unsigned > &indices) const | PLMD::Grid | |
| getNeighbors(index_t 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(index_t index) const | PLMD::Grid | |
| getPoint(const std::vector< unsigned > &indices) const | PLMD::Grid | |
| getPoint(const std::vector< double > &x) const | PLMD::Grid | |
| getPoint(index_t 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(index_t 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(index_t 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, 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, 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 |
| hasDerivatives() const | PLMD::Grid | inline |
| index_t typedef | PLMD::Grid | |
| 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 | |
| integrate(std::vector< unsigned > &npoints) | PLMD::Grid | |
| logAllValuesAndDerivatives(const double &scalef) | PLMD::Grid | virtual |
| max_ | PLMD::Grid | protected |
| maxsize_ | PLMD::Grid | protected |
| min_ | PLMD::Grid | protected |
| mpiSumValuesAndDerivatives(Communicator &comm) | PLMD::Grid | |
| 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 | |
| resetToDefaultOutputFmt() | PLMD::Grid | inline |
| scaleAllValuesAndDerivatives(const double &scalef) | PLMD::Grid | virtual |
| setMinToZero() | PLMD::Grid | virtual |
| setOutputFmt(const std::string &ss) | PLMD::Grid | inline |
| setValue(index_t index, double value) | PLMD::Grid | virtual |
| setValue(const std::vector< unsigned > &indices, double value) | PLMD::Grid | virtual |
| setValueAndDerivatives(index_t 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 |
| writeCubeFile(OFile &, const double &lunit) | PLMD::Grid | |
| writeHeader(OFile &file) | PLMD::Grid | |
| writeToFile(OFile &) | PLMD::Grid | virtual |
| ~Grid() | PLMD::Grid | inlinevirtual |