This is the complete list of members for Grid, including all inherited members.
Deactivate(size_t i) | Grid | |
Deactivate(size_t i, size_t j) | Grid | |
Deactivate(size_t i, size_t j, size_t k) | Grid | |
getCenter(size_t i) const | Grid | |
getCenter(size_t i, size_t j) const | Grid | |
getCenter(size_t i, size_t j, size_t k) const | Grid | |
getCode(int side) const | Grid | |
getCode(size_t i, size_t j) const | Grid | |
getCode(size_t i, size_t j, size_t k) const | Grid | |
getCoord(size_t i) const | Grid | |
getCoord(size_t i, size_t j) const | Grid | |
getCoord(size_t i, size_t j, size_t k) const | Grid | |
getDim() const | Grid | |
getHx() const | Grid | |
getHy() const | Grid | |
getHz() const | Grid | |
getNbDOF() const | Grid | |
getNbNodes() const | Grid | |
getNx() const | Grid | |
getNy() const | Grid | |
getNz() const | Grid | |
getX(size_t i) const | Grid | |
getXMax() const | Grid | |
getXMin() const | Grid | |
getXY(size_t i, size_t j) const | Grid | |
getXYZ(size_t i, size_t j, size_t k) const | Grid | |
getY(size_t j) const | Grid | |
getZ(size_t k) const | Grid | |
Grid() | Grid | |
Grid(real_t xm, real_t xM, size_t npx) | Grid | |
Grid(real_t xm, real_t xM, real_t ym, real_t yM, size_t npx, size_t npy) | Grid | |
Grid(Point< real_t > m, Point< real_t > M, size_t npx, size_t npy) | Grid | |
Grid(real_t xm, real_t xM, real_t ym, real_t yM, real_t zm, real_t zM, size_t npx, size_t npy, size_t npz) | Grid | |
Grid(Point< real_t > m, Point< real_t > M, size_t npx, size_t npy, size_t npz) | Grid | |
isActive(size_t i) const | Grid | |
isActive(size_t i, size_t j) const | Grid | |
isActive(size_t i, size_t j, size_t k) const | Grid | |
setCode(string exp, int code) | Grid | |
setCode(int side, int code) | Grid | |
setDomain(real_t xmin, real_t xmax) | Grid | |
setDomain(real_t xmin, real_t xmax, real_t ymin, real_t ymax) | Grid | |
setDomain(real_t xmin, real_t xmax, real_t ymin, real_t ymax, real_t zmin, real_t zmax) | Grid | |
setDomain(Point< real_t > xmin, Point< real_t > xmax) | Grid | |
setN(size_t nx, size_t ny=0, size_t nz=0) | Grid | |
setNbDOF(size_t n) | Grid | |
setX(const Vect< real_t > &x) | Grid | |
setXMax(const Point< real_t > &x) | Grid | |
setXMin(const Point< real_t > &x) | Grid | |
setXY(const Vect< real_t > &x, const Vect< real_t > &y) | Grid | |
setXYZ(const Vect< real_t > &x, const Vect< real_t > &y, const Vect< real_t > &z) | Grid | |
~Grid() | Grid |