Home
last modified time | relevance | path

Searched defs:par (Results 1 – 6 of 6) sorted by relevance

/phasta/phSolver/common/
H A Dshptet.c11 void shptet(int *p, double par[], double N[], double dN[][3]) in shptet()
H A Dshp6w.c9 void shp6w(int *p, double par[], double N[], double dN[][3]) in shp6w()
H A Dshphex.c9 void shphex(int *p, double par[], double N[], double dN[][3]) in shphex()
H A Dshptri.c9 void shptri(int *p, double par[], double N[], double dN[][3]) in shptri()
H A Dnewshape.cc711 double par[4]; in WedgeShapeAndDrv() local
/phasta/shapeFunction/src/
H A DLagrange.c23 void TetQuadLag(double *par, double *N,double dN[][3]) { in TetQuadLag()