#include <ves.h>
Public Attributes | |
int | gchart |
common chart for vertex coordinates | |
int | chart [4] |
charts for vertex coordinates | |
double | D |
jacobian determinant of the transformation | |
double | Dcook |
jacobian determinant of cooked trans | |
double | faceD [4] |
face jacobian determinants | |
double | ff [3][3] |
affine trans from master to arbitrary el | |
double | bb [3] |
affine trans from master to arbitrary el | |
double | gg [3][3] |
affine trans from arbitrary el to master | |
double | cc [3] |
affine trans from arbitrary el to master | |
int | loc [4][3] |
local ordering of vertices for each face | |
double | vx [4][3] |
vertex coordinate labels | |
double | nvec [4][3] |
normal vectors to the faces | |
double | evec [6][3] |
edge vectors | |
double | elen [6] |
edge vector lengths | |
double | bc [4] |
baricenter | |
int | dimV |
number of vertices in the d-simplex | |
int | dimE |
number of edges in the d-simplex | |
int | dimF |
number of faces in the d-simplex | |
int | dimS |
number of simplices in the d-simplex (=1) | |
int | sid |
global simplex ID | |
int | vid [4] |
global vertex IDs | |
int | fid [4] |
global face IDs | |
int | eid [6] |
global edge IDs | |
int | stype |
global simplex type | |
int | vtype [4] |
global vertex types | |
int | ftype [4] |
global face types | |
int | etype [6] |
LOCAL edge types. | |
SS * | s |
pointer to the simplex | |
VV * | v [4] |
pointers to vertices of the simplex | |
double | phi [4] |
local basis function of the current simplex | |
double | phix [4][3] |
int | focusFace |
face and/or basis functions that are current focus | |
int | focusIV |
int | focusIW |