vectorfield.hpp
Go to the documentation of this file.
void get_minmax(const Mesh &mesh, double &min, double &max) const
Search minimum and maximum vector length values of vector field at mesh nodes.
Definition: vectorfield.cpp:48
virtual const Vec3D operator()(const Vec3D &x) const =0
Operator for getting field value at x.
Field base class.
Rectangular mesh definition.
Three dimensional vectors.