Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 4 of 4) sorted by relevance

/phasta/M2NFixBnd/src/
H A Dreadnblk.f18 real*8, allocatable :: errors(:,:) variable
411 allocate( errors(nshg,ndoferrors) )
412 errors(:,:) = -9.87654321e32
417 errors(1:nshg2,1:ndoferrors)=qread(1:nshg2,1:ndoferrors)
634 call commuMax (errors, point2ilwork, ndoferrors,
636 call commuMax (errors, point2ilwork, ndoferrors,
709 call mpi_allreduce(maxval(errors(:,idof)),globmax,1,
711 call mpi_allreduce(minval(errors(:,idof)),globmin,1,
798 call Write_Field(myrank,'a','errors',6,errors,'d',
800 deallocate(errors)
/phasta/M2N/src/
H A Dreadnblk.f18 real*8, allocatable :: errors(:,:) variable
430 allocate( errors(nshg,ndoferrors) )
432 call readdatablock(descriptor,fname1//char(0),errors,iqsiz,
870 errorsN(intvID,idof) = errors(i,idof)
993 & errors(i,idof)
1214 deallocate(errors)
/phasta/AcuStat/src/
H A Dreadnblk.f18 real*8, allocatable :: errors(:,:) variable
/phasta/phSolver/
H A DCHANGES258 6) somewhat improved messages in readnblk.f with regard to non-fatal reading errors.