21#include "rheolef/geo.h"
22#include "rheolef/geo_domain.h"
51 ops.
os() << std::setprecision(numeric_limits<T>::digits10);
52 ops <<
"#!geo" << endl
75 ops << endl << h << endl;
80 T rounding_prec = iorheo::getrounding_precision(ops.
os());
81 if (rounding_prec == 0) {
113 iter != last; ++iter) {
122template class geo_rep <Float,sequential>;
the finite element boundary domain
std::vector< domain_indirect_basic< sequential > > _domains
coordinate_type _sys_coord
disarray< node_type, sequential > _node
size_type variant() const
std::array< hack_array< geo_element_hack, sequential >, reference_element::max_variant > _geo_element
generic mesh with rerefence counting
base::size_type size_type
base::const_iterator const_iterator
iterator end(size_type dim)
iterator begin(size_type dim)
std::bitset< last > flag_type
static flag_type flags(std::ios &s)
static flag_type format_field
odiststream: see the diststream page for the full documentation
static const variant_type max_variant
static variant_type last_variant_by_dimension(size_type dim)
static variant_type first_variant_by_dimension(size_type dim)
This file is part of Rheolef.
odiststream & geo_put_bamg(odiststream &, const geo_basic< T, sequential > &)
odiststream & visu_vtk_paraview(odiststream &, const field_basic< T, sequential > &)
odiststream & visu_gnuplot(odiststream &, const field_basic< T, sequential > &)
odiststream & geo_put_gmsh(odiststream &ods, const geo_basic< T, sequential > &)
point output helper, with rounding feature