Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
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
23
//
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
&
35
geo_put_vtk
(
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::basis_basic
Definition
basis.h:566
rheolef::disarray
see the disarray page for the full documentation
Definition
disarray.h:497
rheolef::geo_basic
generic mesh with rerefence counting
Definition
geo.h:1089
rheolef::odiststream
odiststream: see the diststream page for the full documentation
Definition
diststream.h:137
rheolef::point_basic
Definition
point.h:86
rheolef
This file is part of Rheolef.
Definition
compiler_eigen.h:39
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::sequential
Definition
communicator.h:62