| /phasta/phSolver/AMG/ |
| H A D | ramg_data.f | 5 type r1d 7 end type 9 type r2d 11 end type 13 type r3d 15 end type 17 type i1d 19 end type 21 type i2d 23 end type [all …]
|
| H A D | ramg_paratools.f | 25 type(r2d),intent(inout) :: lhsGP 26 type(i1d),intent(inout) :: lhsGProwp,lhsGPcolm 51 type(i2dd) :: Prowp 52 type(r12dd) :: Pmtx 659 type(i1d),dimension(ilwork(1)) :: taskfill 912 type(r2d),dimension(ilwork(1)) :: tmparray 1008 type(r2d),dimension(ilwork(1)) :: tmparray
|
| H A D | ramg_extract.f | 35 type(r2d) :: lhsGP 36 type(i1d) :: lhsGProwp,lhsGPcolm
|
| H A D | ramg_coarse.f | 46 type(i2dd) :: amg_I_rowp 47 type(r2dd) :: amg_I 48 type(i1d) :: amg_I_colm
|
| /phasta/phSolver/common/ |
| H A D | pointer.f | 11 type r1d 13 end type 15 type r2d 17 end type 19 type r3d 21 end type 23 type i1d 25 end type 27 type i2d 29 end type [all …]
|
| H A D | phIO.f | 3 type(c_ptr) :: fhandle 9 type(c_ptr), value :: handle 16 type(c_ptr), value :: handle 24 type(c_ptr), value :: handle 26 type(c_ptr), value :: vals 37 type(c_ptr), value :: handle 39 type(c_ptr), value :: vals 51 type(c_ptr), value :: handle 53 type(c_ptr), value :: vals 64 type(c_ptr), value :: handle [all …]
|
| H A D | streamio.f | 3 type(c_ptr) :: geomRestartStream 5 type(c_ptr) :: restartStream 11 type(c_ptr) :: handle 12 type(c_ptr), value :: stream 19 type(c_ptr) :: handle 20 type(c_ptr), value :: stream
|
| H A D | local_mass.f | 8 type r2da 10 end type 12 type (r2da), dimension(MAXBLK2) :: lmassinv
|
| H A D | syncio.f | 8 type(c_ptr) :: handle 16 type(c_ptr) :: handle
|
| H A D | posixio.f | 6 type(c_ptr) :: handle
|
| H A D | genbc.f | 542 type llnod ! structure for one node in a linked list 544 type (llnod), pointer :: next 545 end type llnod 546 type (llnod), pointer :: sidlist ! points to first elt of linked list 547 type (llnod), pointer :: sidelt ! points to generic elt of linked list 548 type (llnod), pointer :: nextelt ! points to generic elt of linked list
|
| H A D | blowerControl.f90 | 8 type :: blowerData 39 end type blowerData 41 type(blowerData), allocatable :: blower(:)
|
| H A D | readnblk.f | 65 type(c_ptr) :: handle
|
| H A D | bctint.f | 15 type(r2d),dimension(:),allocatable :: BCtptr variable
|
| /phasta/shapeFunction/src/ |
| H A D | parDrv.c | 57 int E_parDrv(int i, int j, int type, double drv[][2]) { in E_parDrv() argument 60 if( type == Sedge ) in E_parDrv() 62 else if( type == Stri ) { in E_parDrv() 89 } else if( type == Stet ) { in E_parDrv() 107 int F_parDrv(int i, int j, int k, int type, int (**drv)[2]) { in F_parDrv() argument
|
| H A D | shapeFuncInternals.h | 21 int F_parDrv(int i, int j, int k, int type, int (**drv)[2]); 22 int E_parDrv(int i, int j, int type, double drv[][2]);
|
| /phasta/phSolver/common/test/ |
| H A D | phIOwrite.cc | 21 const char* type = "double"; in main() local 35 phio_writeheader(file[i], phrase, &fish, &one, &one, type, iotype); in main() 36 phio_writedatablock(file[i], phrase, &(fishWeight[i]), &one, type, iotype); in main() 43 phio_readheader(file[i], phrase, &(numFish[i]), &one, type, iotype); in main() 44 phio_readdatablock(file[i], phrase, &(fishWeight[i]), &one, type, iotype); in main()
|
| H A D | phIOwriteReadZeroSz.cc | 25 const char* type = "double"; in main() local 44 phio_writeheader(file[i], phrase, &zero, &one, &zero, type, iotype); in main() 45 phio_writedatablock(file[i], phrase, &fishWeight, &zero, type, iotype); in main() 56 phio_readheader(file[i], phrase, &numFish, &one, type, iotype); in main() 58 phio_readdatablock(file[i], phrase, &fishWeight, &numFish, type, iotype); in main()
|
| H A D | phIOwriteFields.cc | 26 const char* type = "double"; in main() local 52 phio_writeheader(file[i], str, &blockEntries, &one, &blockEntries, type, iotype); in main() 53 phio_writedatablock(file[i], str, blockArray, &blockEntries, type, iotype); in main() 65 phio_readheader(file[i], phrase, &numFish, &one, type, iotype); in main() 67 phio_readdatablock(file[i], phrase, &fishWeight, &numFish, type, iotype); in main()
|
| H A D | phIOread.f | 9 type :: ptrarr 11 end type ptrarr 14 type(c_ptr), dimension(2) :: handle 20 type(ptrarr), target, dimension(2) :: coords
|
| H A D | phIOreaddatablock.cc | 20 const char* type = "double"; in main() local 35 phio_readheader(file[i], phrase, numpts, &two, type, iotype); in main() 39 phio_readdatablock(file[i], phrase, coords[i], &(len[i]), type, iotype); in main()
|
| H A D | phIOreadIlwork.cc | 42 const char* type = "integer"; in main() local 65 phio_readheader(file, phrase, &len, &one, type, iotype); in main() 67 phio_readdatablock(file, phrase, ilwork, &len, type, iotype); in main()
|
| H A D | phIOwrite.f | 9 type(c_ptr), dimension(2) :: handle
|
| /phasta/phastaIO/ |
| H A D | phastaIO.h | 36 void mem_alloc( void* p, char* type, int size );
|
| /phasta/phSolver/ |
| H A D | CHANGES | 16 if PARALLEL=mpich2 is specified, we also need to specify a MPICOMM type ch_shmem or 17 ch_p4. the comm type also has a -icc extension for the intel compiler based builds on 218 4) A new MPI data type added to avoid commu error for error indicators. 363 In the incompressible code, temperature is also afforded the same type of descriptors
|