Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include "mesh/elements.h"
#include "mesh/ngh/include/abscissa.h"
#include "mesh/ngh/include/point.h"
#include "mesh/ngh/include/triangle.h"
#include "mesh/ngh/include/tetrahedron.h"
Go to the source code of this file.
Namespaces | |
ngh | |
Functions | |
void | ngh::set_tetrahedron_from_element (TTetrahedron &te, Element *ele) |
void | ngh::set_triangle_from_element (TTriangle &tr, const Element *ele) |
void | ngh::set_abscissa_from_element (TAbscissa &ab, const Element *ele) |
void | ngh::set_point_from_element (TPoint &p, const Element *ele) |