Searched refs:map (Results 1 – 13 of 13) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | bflux.f | 60 integer, allocatable, dimension(:) :: map local 117 allocate ( map(npro) ) 122 & map, nshl, npro, 130 call mapArray( mxmudmi(iblk)%p, xmu2, map, 154 deallocate ( map ) 440 & map, nshl, npro, 450 & map(npro) local 457 map = 0 460 map(iel) = map(iel) + mask( abs(ien(iel,i)) ) 466 if ( map(iel) .gt. 0 ) then [all …]
|
| H A D | write_hessian.c | 8 int* map = ( int* )malloc( (*nshg)*sizeof( int ) ); in write_hessian() local 28 for( x=0; x < *nshg; x++ ) fscanf(idmap,"%d\n", map+x ); in write_hessian() 40 k = map[ i ]-1; in write_hessian() 61 free( map ); in write_hessian()
|
| /phasta/phSolver/common/ |
| H A D | Input.h | 18 map<string,string> InputMap() const; 34 void build_map(map<string,string> *, vector<string> *); 36 map<string,string> *input_map; 37 map<string,string> *default_map;
|
| H A D | Cinput.cc | 50 input_map = new map<string,string>; in Input() 60 map<string,string> *default_map = new map<string,string>; in Input() 67 map<string,string>::const_iterator iter = default_map->begin(); in Input() 98 map<string,string> phSolver::Input::InputMap() const in InputMap() 106 map<string,string>::const_iterator iter = input_map->begin(); in EchoInputMap() 127 void phSolver::Input::build_map(map<string,string> *inmap, in build_map()
|
| H A D | blowerControl.f90 | 12 integer, allocatable :: map(:) !mapping to the inlet nodes component 164 imapped = blower(iBlower)%map(i) 183 deallocate(blower(iBlower)%map) 357 allocate(blower(iBlower)%map(nshg)) 360 & blower(iBlower)%map) !the subroutine call. 378 imapped = blower(iBlower)%map(i) 390 imapped = blower(iBlower)%map(i) 404 imapped = blower(iBlower)%map(i)
|
| /phasta/svLS/ |
| H A D | LHS.f | 76 2 lhs%map(nNo), lhs%cS(nTasks), lhs%face(nFaces)) 96 lhs%map(Ac) = Ac 184 lhs%map(a) = gtlPtr(Ac) 190 Ac = lhs%map(a) 196 lhs%colPtr(i) = lhs%map(colPtr(i)) 299 DEALLOCATE (lhs%colPtr, lhs%rowPtr, lhs%diagPtr, lhs%map, lhs%cS,
|
| H A D | SOLVE.f | 86 R(:,lhs%map(a)) = Ri(:,a) 116 Ri(:,a) = R(:,lhs%map(a))
|
| H A D | BC.f | 78 Ac = lhs%map(gNodes(a))
|
| H A D | svLS_STRUCT.h | 138 INTEGER, ALLOCATABLE :: map(:)
|
| /phasta/phastaIO/ |
| H A D | vtkPPhastaReader.cxx | 67 typedef vtkstd::map<int, TimeStepInfo> TimeStepInfoMapType; 69 typedef vtkstd::map<int, vtkSmartPointer<vtkUnstructuredGrid> >
|
| H A D | vtkPhastaReader.cxx | 109 typedef vtkstd::map<vtkstd::string, FieldInfo> FieldInfoMapType; 178 vtkstd::map< int , char* > LastHeaderKey;
|
| H A D | phastaIO.cc | 109 map<int, std::string> LastHeaderKey;
|
| /phasta/phSolver/AMG/ |
| H A D | amgread.txt | 56 CF_map, CF_rev(erse)map are arrays recording coarsening information.
|