#include <algorithm>
#include "MeshAdaptPUMI.h"
#include <PCU.h>
#include "mesh.h"
#include <apfShape.h>
#include <sstream>
#include "apfConvert.h"
#include "apfMesh2.h"
#include "apf.h"
#include "apfNumbering.h"
#include <map>
#include <gmi_null.h>
#include <gmi_mesh.h>
#include <gmi.h>
#include <apfMDS.h>
#include <ma.h>
#include <cassert>
#include <gmi_lookup.h>
Go to the source code of this file.
|
int | getProteusBoundaryIdx (apf::Mesh *m, apf::MeshEntity *e, apf::MeshEntity *f) |
|
void | apf::construct (Mesh2 *m, const int *conn, const int *conn_b, int nelem, int nelem_b, int nverts, int etype, int etype_b, int *local2globalMap, GlobalToVert &globalToVert) |
|
◆ DEFAULT_ELEMENT_MATERIAL
◆ EXTERIOR_MATERIAL
#define EXTERIOR_MATERIAL 1 |
◆ INTERIOR_MATERIAL
#define INTERIOR_MATERIAL 0 |
◆ getProteusBoundaryIdx()
int getProteusBoundaryIdx |
( |
apf::Mesh * |
m, |
|
|
apf::MeshEntity * |
e, |
|
|
apf::MeshEntity * |
f |
|
) |
| |