Searched refs:npts (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | getIntPnts.c | 253 void getintpnts(double points[][3], int *npts) in getintpnts() argument 258 switch (*npts){ in getintpnts() 278 fprintf(stderr,"\n%d interpolation points not supported...\n",*npts); in getintpnts() 284 for (i=0; i < *npts; i++) { in getintpnts()
|
| H A D | hierarchic.f | 236 subroutine evalAtInterp( ycoeff, yvals, x, nvars, npts ) argument 241 integer nvars, npts, nHits(nshg) local 244 & shp(nshl,npts), shgl(nsd,nshl,npts), 245 & intpnt(3,npts), x(numnp,nsd) 256 call getIntPnts(intpnt,npts) 257 do i=1,npts 284 & nvars, npts ) 319 & nvars, npts ) argument 327 & shdrv(npro,nsd,nshl), shp(nshl,npts), 328 & shgl(nsd,nshl,npts), xl(npro,nenl,nsd), [all …]
|