Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 31) sorted by relevance

12

/phasta/phSolver/AMG/
H A Dramg_data.f5 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 Dramg_paratools.f25 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 Dramg_extract.f35 type(r2d) :: lhsGP
36 type(i1d) :: lhsGProwp,lhsGPcolm
H A Dramg_coarse.f46 type(i2dd) :: amg_I_rowp
47 type(r2dd) :: amg_I
48 type(i1d) :: amg_I_colm
/phasta/phSolver/common/
H A Dpointer.f11 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 DphIO.f3 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 Dstreamio.f3 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 Dlocal_mass.f8 type r2da
10 end type
12 type (r2da), dimension(MAXBLK2) :: lmassinv
H A Dsyncio.f8 type(c_ptr) :: handle
16 type(c_ptr) :: handle
H A Dposixio.f6 type(c_ptr) :: handle
H A Dgenbc.f542 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 DblowerControl.f908 type :: blowerData
39 end type blowerData
41 type(blowerData), allocatable :: blower(:)
H A Dreadnblk.f65 type(c_ptr) :: handle
H A Dbctint.f15 type(r2d),dimension(:),allocatable :: BCtptr variable
/phasta/shapeFunction/src/
H A DparDrv.c57 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 DshapeFuncInternals.h21 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 DphIOwrite.cc21 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 DphIOwriteReadZeroSz.cc25 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 DphIOwriteFields.cc26 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 DphIOread.f9 type :: ptrarr
11 end type ptrarr
14 type(c_ptr), dimension(2) :: handle
20 type(ptrarr), target, dimension(2) :: coords
H A DphIOreaddatablock.cc20 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 DphIOreadIlwork.cc42 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 DphIOwrite.f9 type(c_ptr), dimension(2) :: handle
/phasta/phastaIO/
H A DphastaIO.h36 void mem_alloc( void* p, char* type, int size );
/phasta/phSolver/
H A DCHANGES16 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

12