Home
last modified time | relevance | path

Searched refs:scalartype (Results 1 – 15 of 15) sorted by relevance

/petsc/config/PETSc/options/
H A DscalarTypes.py14 output = ' Scalar type: ' + self.scalartype + '\n'
44 self.scalartype = self.framework.argDB['with-scalar-type'].lower()
45 if self.scalartype == 'complex':
53 elif not self.scalartype == 'real':
55 self.logPrint('Scalar type is '+str(self.scalartype))
58 if self.scalartype == 'complex' and self.languages.clanguage == 'Cxx':
136 if self.scalartype == 'complex':
/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c13 hid_t scalartype; /* scalar type (H5T_NATIVE_FLOAT or H5T_NATIVE_DOUBLE) */ in MatLoad_Dense_HDF5() local
38 scalartype = H5T_NATIVE_FLOAT; in MatLoad_Dense_HDF5()
44 scalartype = H5T_NATIVE_DOUBLE; in MatLoad_Dense_HDF5()
64 PetscCall(PetscViewerHDF5Load(viewer, mat_name, vmap, scalartype, (void **)&a)); in MatLoad_Dense_HDF5()
/petsc/config/BuildSystem/config/packages/
H A DBAMG.py34 if self.scalartypes.scalartype != 'real':
35 iarch += '-' + self.scalartypes.scalartype
H A DSLEPc.py52 if self.scalartypes.scalartype != 'real':
53 iarch += '-' + self.scalartypes.scalartype
H A DSuperLU_DIST.py97 if self.scalartypes.precision == 'single' and self.scalartypes.scalartype == 'complex':
112 …elf.checkCompile('#include "superlu_sdefs.h"','') and self.scalartypes.scalartype == 'real' and se…
H A Dhypre.py199 if self.scalar.scalartype == 'complex':
245 scn = '!' if self.scalar.scalartype == 'complex' else ''
248 …ar numbers configuration is different than the requested type {0}\n'.format(self.scalar.scalartype)
H A DpARMS.py37 if self.scalartypes.scalartype == 'complex':
H A DMUMPS.py67 if self.scalartypes.scalartype == 'real': l = 's'
70 if self.scalartypes.scalartype == 'real': l = 'd'
H A Dkokkos-kernels.py63 if self.scalarTypes.scalartype == 'complex':
H A DCUDA.py283 if not self.thrust.found and self.scalarTypes.scalartype == 'complex':
/petsc/src/vec/vec/utils/
H A Dvecio.c121 hid_t scalartype; /* scalar type (H5T_NATIVE_FLOAT or H5T_NATIVE_DOUBLE) */ in VecLoad_HDF5() local
128 scalartype = H5T_NATIVE_FLOAT; in VecLoad_HDF5()
134 scalartype = H5T_NATIVE_DOUBLE; in VecLoad_HDF5()
137 PetscCall(PetscViewerHDF5Load(viewer, vecname, xin->map, scalartype, (void **)&x)); in VecLoad_HDF5()
/petsc/systems/Apple/iOS/bin/
H A Diosbuilder.py199 elif rtype == 'scalar' and not self.scalarType.scalartype == rvalue:
200 …bose: print('Rejecting',dirname,'because scalar type '+self.scalarType.scalartype+' is not '+rvalu…
/petsc/src/dm/impls/da/
H A Dgr2.c777 hid_t scalartype; /* scalar type (H5T_NATIVE_FLOAT or H5T_NATIVE_DOUBLE) */ in VecLoad_HDF5_DA() local
782 scalartype = H5T_NATIVE_FLOAT; in VecLoad_HDF5_DA()
788 scalartype = H5T_NATIVE_DOUBLE; in VecLoad_HDF5_DA()
865 PetscCallHDF5(H5Dread, (dset_id, scalartype, memspace, filespace, hdf5->dxpl_id, x)); in VecLoad_HDF5_DA()
/petsc/config/PETSc/
H A DConfigure.py417 self.addMakeMacro('PETSC_SCALAR',self.scalartypes.scalartype)
/petsc/config/BuildSystem/config/
H A Dpackage.py229 return self.precisionProvider.scalartype