proteus  1.8.1
C/C++/Fortran libraries
Functions | Variables
createAnalyticGeometry.h File Reference
#include <apf.h>
#include <apfMDS.h>
#include <apfMesh2.h>
#include <apfShape.h>
#include <PCU.h>
#include <gmi_analytic.h>
#include <gmi_mesh.h>
#include <cassert>
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <map>
#include <math.h>
#include <pcu_util.h>
Include dependency graph for createAnalyticGeometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

agm_bdry add_bdry (gmi_model *m, gmi_ent *e)
 
agm_use add_adj (gmi_model *m, agm_bdry b, int tag)
 
agm_use add_adj (gmi_model *m, agm_bdry b, int dim, int tag)
 
void makeBox (gmi_model *model)
 
void makeSphere (gmi_model *model)
 

Variables

int edgeMap [12]
 
int faceLoop [6]
 
double boxLength
 
double boxWidth
 
double boxHeight
 
int sphereFaceID
 
double sphereRadius
 
double xyz_offset [3]
 

Function Documentation

◆ add_adj() [1/2]

agm_use add_adj ( gmi_model *  m,
agm_bdry  b,
int  dim,
int  tag 
)

◆ add_adj() [2/2]

agm_use add_adj ( gmi_model *  m,
agm_bdry  b,
int  tag 
)

Definition at line 13 of file createAnalyticGeometry.cpp.

◆ add_bdry()

agm_bdry add_bdry ( gmi_model *  m,
gmi_ent *  e 
)

Definition at line 8 of file createAnalyticGeometry.cpp.

◆ makeBox()

void makeBox ( gmi_model *  model)

Definition at line 264 of file createAnalyticGeometry.cpp.

◆ makeSphere()

void makeSphere ( gmi_model *  model)

Definition at line 489 of file createAnalyticGeometry.cpp.

Variable Documentation

◆ boxHeight

double boxHeight
extern

Definition at line 23 of file createAnalyticGeometry.cpp.

◆ boxLength

double boxLength
extern

Definition at line 21 of file createAnalyticGeometry.cpp.

◆ boxWidth

double boxWidth
extern

Definition at line 22 of file createAnalyticGeometry.cpp.

◆ edgeMap

int edgeMap[12]
extern

Definition at line 24 of file createAnalyticGeometry.cpp.

◆ faceLoop

int faceLoop[6]
extern

Definition at line 25 of file createAnalyticGeometry.cpp.

◆ sphereFaceID

int sphereFaceID
extern

Definition at line 478 of file createAnalyticGeometry.cpp.

◆ sphereRadius

double sphereRadius
extern

Definition at line 479 of file createAnalyticGeometry.cpp.

◆ xyz_offset

double xyz_offset[3]
extern

Definition at line 480 of file createAnalyticGeometry.cpp.