Rheolef
7.2
an efficient C++ finite element environment
|
field
- plot a field
More...
Go to the source code of this file.
Namespaces | |
namespace | rheolef |
This file is part of Rheolef. | |
Enumerations | |
enum | render_type { no_render , gnuplot_render , paraview_render , plotmtv_render , vtk_render , atom_render , x3d_render , file_render } |
enum | vector_style_type { deformation_style , velocity_style , undef_vector_style } |
enum | show_type { show_none , show_min , show_max , show_geo } |
Functions | |
void | usage () |
template<class T > | |
geo_basic< T, sequential > | paraview_extract_isosurface (const field_basic< T, sequential > &uh) |
template<class T > | |
field_basic< T, sequential > | paraview_plane_cut (const field_basic< T, sequential > &uh, const point_basic< T > &origin, const point_basic< T > &normal) |
int | main (int argc, char **argv) |
field
- plot a field
Definition in file field.cc.
enum render_type |
enum vector_style_type |
enum show_type |