Home
last modified time | relevance | path

Searched refs:map (Results 1 – 13 of 13) sorted by relevance

/phasta/phSolver/incompressible/
H A Dbflux.f60 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 Dwrite_hessian.c8 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 DInput.h18 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 DCinput.cc50 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 DblowerControl.f9012 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 DLHS.f76 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 DSOLVE.f86 R(:,lhs%map(a)) = Ri(:,a)
116 Ri(:,a) = R(:,lhs%map(a))
H A DBC.f78 Ac = lhs%map(gNodes(a))
H A DsvLS_STRUCT.h138 INTEGER, ALLOCATABLE :: map(:)
/phasta/phastaIO/
H A DvtkPPhastaReader.cxx67 typedef vtkstd::map<int, TimeStepInfo> TimeStepInfoMapType;
69 typedef vtkstd::map<int, vtkSmartPointer<vtkUnstructuredGrid> >
H A DvtkPhastaReader.cxx109 typedef vtkstd::map<vtkstd::string, FieldInfo> FieldInfoMapType;
178 vtkstd::map< int , char* > LastHeaderKey;
H A DphastaIO.cc109 map<int, std::string> LastHeaderKey;
/phasta/phSolver/AMG/
H A Damgread.txt56 CF_map, CF_rev(erse)map are arrays recording coarsening information.