DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
|
This is the complete list of members for dftfe::utils::Cell< dim >, including all inherited members.
Cell() | dftfe::utils::Cell< dim > | |
Cell(const std::vector< double > &ll, const std::vector< double > &ur) | dftfe::utils::Cell< dim > | |
d_lowerLeft | dftfe::utils::Cell< dim > | private |
d_upperRight | dftfe::utils::Cell< dim > | private |
getBoundingBox() const | dftfe::utils::Cell< dim > | virtual |
getParametricPoint(const std::vector< double > &realPoint) const | dftfe::utils::Cell< dim > | virtual |
getShapeFuncValues(unsigned int numPointsInCell, const std::vector< double > &coordinatesOfPointsInCell, std::vector< dataTypes::number > &shapeFuncValues, unsigned int cellShapeFuncStartIndex, unsigned int numDofsPerElement) const =0 | dftfe::utils::Cell< dim > | pure virtual |
getVertex(size_type i, std::vector< double > &point) const | dftfe::utils::Cell< dim > | virtual |
getVertices(std::vector< std::vector< double > > &points) const | dftfe::utils::Cell< dim > | virtual |
isPointInside(const std::vector< double > &point, const double tol) const | dftfe::utils::Cell< dim > | virtual |