1#ifndef LATEX_VISUALIZATION_TOOLS
2#define LATEX_VISUALIZATION_TOOLS
4#include "AMP/mesh/hex8_element_t.h"
5#include "AMP/mesh/triangle_t.h"
9void write_point(
double const *p, std::ostream &os = std::cout );
10void write_cycle(
unsigned int n,
double const **c, std::ostream &os = std::cout );
11void write_face(
double const **f, std::ostream &os = std::cout );
16 const std::string &option =
"",
17 const std::string &text =
"." );
21 const std::string &option =
"" );
22void draw_line(
unsigned int n,
double const *l, std::ostream &os,
const std::string &option =
"" );
27 const std::string &option =
"" );
32 double const *point_of_view,