Rheolef  7.1
an efficient C++ finite element environment
geo_seq_put_vtk.h
Go to the documentation of this file.
1 #ifndef _RHEOLEF_GEO_SEQ_PUT_VTK_H
2 #define _RHEOLEF_GEO_SEQ_PUT_VTK_H
3 //
24 // vtk visualization
25 //
26 // author: Pierre.Saramito@imag.fr
27 //
28 // date: 12 may 1997 update: 23 oct 2011
29 //
30 #include "rheolef/geo.h"
31 namespace rheolef {
32 
33 template <class T>
34 odiststream&
36  odiststream& ops,
37  const geo_basic<T,sequential>& omega,
38  const basis_basic<T>& my_numb,
39  const disarray<point_basic<T>,sequential>& my_node,
40  bool append_data = true,
41  size_t subgeo_dim = std::numeric_limits<size_t>::max());
42 
43 }// namespace rheolef
44 #endif // _RHEOLEF_GEO_SEQ_PUT_VTK_H
rheolef::geo_put_vtk
odiststream & geo_put_vtk(odiststream &ops, const geo_basic< T, sequential > &omega, const basis_basic< T > &my_numb, const disarray< point_basic< T >, sequential > &my_node, bool append_data, size_t subgeo_dim)
Definition: geo_seq_put_vtk.cc:557
rheolef
This file is part of Rheolef.
Definition: compiler_eigen.h:37
rheolef::point_basic< T >
point_basic< T >
Definition: piola_fem.h:135