ug4
|
#include <cassert>
#include <algorithm>
#include <iostream>
#include "rule_util.h"
#include "tetrahedron_rules.h"
#include "octahedron_rules.h"
#include "pyramid_rules.h"
#include "hexahedron_rules.h"
Namespaces | |
ug | |
the ug namespace | |
ug::shared_rules | |
Functions | |
int | ug::shared_rules::RecursiveRefine (int *newIndsOut, int *newEdgeVrts, const int faceVrtInds[][4], const int faceEdgeInds[][4], int numVrts, int numEdges, int numFaces) |