This is the complete list of members for MeshVectorField, including all inherited members.
_div_h | Mesh | protected |
_geom_mode | Mesh | protected |
_h | Mesh | protected |
_max | Mesh | protected |
_origo | Mesh | protected |
_size | Mesh | protected |
clear() | MeshVectorField | |
debug_print(std::ostream &os) const | MeshVectorField | |
dim(void) const | Mesh | |
div_h(void) const | Mesh | inline |
geom_mode(void) const | Mesh | inline |
get_defined_components(bool fout[3]) const | MeshVectorField | |
get_minmax(double &min, double &max) const | MeshVectorField | |
h(void) const | Mesh | inline |
max(void) const | Mesh | inline |
max(int i) const | Mesh | inline |
Mesh() | Mesh | |
Mesh(geom_mode_e geom_mode, Int3D size, Vec3D origo, double h) | Mesh | |
Mesh(std::istream &is) | Mesh | |
MeshVectorField() | MeshVectorField | |
MeshVectorField(const Mesh &m, const bool fout[3]) | MeshVectorField | |
MeshVectorField(geom_mode_e geom_mode, const bool fout[3], Int3D size, Vec3D origo, double h) | MeshVectorField | |
MeshVectorField(geom_mode_e geom_mode, const bool fout[3], double xscale, double fscale, const std::string &filename) | MeshVectorField | |
MeshVectorField(geom_mode_e geom_mode, const bool fout[3], Int3D size, Vec3D origo, double h, const MeshVectorField &fin) | MeshVectorField | |
MeshVectorField(const MeshVectorField &f) | MeshVectorField | |
MeshVectorField(std::istream &is) | MeshVectorField | |
nodecount(void) const | Mesh | inline |
operator!=(const Mesh &m) const | Mesh | |
operator()(int32_t i) const | MeshVectorField | |
operator()(int32_t i, int32_t j) const | MeshVectorField | |
operator()(int32_t i, int32_t j, int32_t k) const | MeshVectorField | |
operator()(Vec3D x) const | MeshVectorField | virtual |
operator*=(double x) | MeshVectorField | |
operator+=(const MeshVectorField &f) | MeshVectorField | |
operator/=(double x) | MeshVectorField | |
operator=(const MeshVectorField &f) | MeshVectorField | |
operator==(const Mesh &m) const | Mesh | |
origo(void) const | Mesh | inline |
origo(int i) const | Mesh | inline |
reset(geom_mode_e geom_mode, const bool fout[3], Int3D size, Vec3D origo, double h) | MeshVectorField | |
Mesh::reset(geom_mode_e geom_mode, Int3D size, Vec3D origo, double h) | Mesh | |
reset_transformation(void) | MeshVectorField | |
rotate_x(double a) | MeshVectorField | |
rotate_y(double a) | MeshVectorField | |
rotate_z(double a) | MeshVectorField | |
save(const std::string &filename) const | MeshVectorField | |
save(std::ostream &os) const | MeshVectorField | |
scale(const Vec3D &sx) | MeshVectorField | |
set(int32_t i, const Vec3D &v) | MeshVectorField | |
set(int32_t i, int32_t j, const Vec3D &v) | MeshVectorField | |
set(int32_t i, int32_t j, int32_t k, const Vec3D &v) | MeshVectorField | |
set_extrapolation(const field_extrpl_e extrpl[6]) | MeshVectorField | inline |
set_transformation(const Transformation &T) | MeshVectorField | |
size(void) const | Mesh | inline |
size(int i) const | Mesh | inline |
translate(const Vec3D &dx) | MeshVectorField | |
~Mesh() | Mesh | inline |
~MeshVectorField() | MeshVectorField | virtual |
~VectorField() | VectorField | inlinevirtual |