DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
Loading...
Searching...
No Matches
dftfe::utils::Cell< dim > Member List

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_lowerLeftdftfe::utils::Cell< dim >private
d_upperRightdftfe::utils::Cell< dim >private
getBoundingBox() constdftfe::utils::Cell< dim >virtual
getParametricPoint(const std::vector< double > &realPoint) constdftfe::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 =0dftfe::utils::Cell< dim >pure virtual
getVertex(size_type i, std::vector< double > &point) constdftfe::utils::Cell< dim >virtual
getVertices(std::vector< std::vector< double > > &points) constdftfe::utils::Cell< dim >virtual
isPointInside(const std::vector< double > &point, const double tol) constdftfe::utils::Cell< dim >virtual