#include "../h3dconfig.h"#include "gmsh.h"#include "../refdomain.h"#include "../quadstd.h"#include "../common.h"#include <stdio.h>#include <errno.h>#include <common/callstack.h>Classes | |
| class | Gmsh::OutputQuad |
| Common ancestor for output quadratures. Extends the interface of Quad3D. More... | |
| class | Gmsh::OutputQuadTetra |
| Quadrature for visualizing the solution on tetrahedron. More... | |
| class | Gmsh::OutputQuadHex |
| Quadrature for visualizing the solution on hexahedron. More... | |
Namespaces | |
| namespace | Gmsh |
Defines | |
| #define | FORMAT "%.17g" |
| #define | AVGTV(a, b) { 0.5 * (tv[(a)].x + tv[(b)].x), 0.5 * (tv[(a)].y + tv[(b)].y), 0.5 * (tv[(a)].z + tv[(b)].z) } |
| #define | OUTPUT_QUAD_TETRA NULL |
| #define | OUTPUT_QUAD_HEX NULL |
Functions | |
| int | Gmsh::get_principal_order (order3_t order) |
| #define AVGTV | ( | a, | |||
| b | ) | { 0.5 * (tv[(a)].x + tv[(b)].x), 0.5 * (tv[(a)].y + tv[(b)].y), 0.5 * (tv[(a)].z + tv[(b)].z) } |
| #define FORMAT "%.17g" |
| #define OUTPUT_QUAD_HEX NULL |
| #define OUTPUT_QUAD_TETRA NULL |
1.6.3