Searched refs:points (Results 1 – 10 of 10) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | get_h.c | 8 int intersect(double x[4][3],double u[],double points[4][3] ); 43 double points[4][3]; in length() local 48 nint = intersect(x,u,points); in length() 58 if( vecEqual(points[0],points[1]) ){ in length() 59 if( vecEqual(points[0],points[2]) ){ in length() 60 diffVt(points[0],points[3],tmp); in length() 63 diffVt(points[0],points[2],tmp); in length() 67 diffVt(points[0],points[1],tmp); in length() 71 diffVt(points[0],points[1],tmp); in length() 97 int intersect(double x[4][3],double u[],double points[4][3] ){ in intersect() [all …]
|
| /phasta/phSolver/common/ |
| H A D | getIntPnts.c | 253 void getintpnts(double points[][3], int *npts) in getintpnts() 286 points[i][j] = pnts[i][j]; in getintpnts()
|
| H A D | common.h | 337 c numnp : number of nodal points 376 c maxsh : total number integration points 377 c maxshb : total number integration points of boundary elements 386 c nintg : number of integration points
|
| /phasta/phastaIO/ |
| H A D | vtkPhastaReader.cxx | 974 vtkPoints *points; in RequestData() local 978 points = vtkPoints::New(); in RequestData() 992 this->ReadGeomFile(this->GeometryFileName, firstVertexNo, points, noOfNodes, noOfCells); in RequestData() 996 output->SetPoints(points); in RequestData() 997 points->Delete(); in RequestData() 1028 vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New(); in RequestData() local 1029 points->DeepCopy(output->GetPoints()); in RequestData() 1032 points->SetPoint(i, coordsX->GetValue(i), coordsY->GetValue(i), in RequestData() 1035 output->SetPoints(points); in RequestData() 1053 vtkPoints *points, in ReadGeomFile() argument [all …]
|
| H A D | vtkPhastaReader.h | 79 vtkPoints *points,
|
| /phasta/svLS/ |
| H A D | svLS_STRUCT.h | 99 ! Pointer to start of data for commu (only 2 proc shared points) variable 101 ! Number of data to be commu (only 2 proc shared points) 107 ! Number of blocks for commu (for 3 < proc shared points) 111 ! Pointer to beggining of each block (for 3 < proc shared points) 113 ! Length of each block (for 3 < proc shared points)
|
| /phasta/M2NFixBnd/include/ |
| H A D | commonM2NFixBnd.h | 302 c numnp : number of nodal points 355 c maxsh : total number integration points 356 c maxshb : total number integration points of boundary elements 365 c nintg : number of integration points
|
| /phasta/M2N/include/ |
| H A D | commonM2N.h | 303 c numnp : number of nodal points 356 c maxsh : total number integration points 357 c maxshb : total number integration points of boundary elements 366 c nintg : number of integration points
|
| /phasta/AcuStat/include/ |
| H A D | commonAcuStat.h | 302 c numnp : number of nodal points 355 c maxsh : total number integration points 356 c maxshb : total number integration points of boundary elements 365 c nintg : number of integration points
|
| /phasta/phSolver/ |
| H A D | CHANGES | 452 4) xmudml is now xmudmi (since it is at quadrature points not local nodes) 519 Added timeseries through arbitrary points including higher order 522 …nd old behavior of looking for numstart.dat and reading the restart that it points to is recovered. 574 points FOR A SPECIFIC RUN which allows savings of memory)
|