Searched refs:scalartype (Results 1 – 15 of 15) sorted by relevance
| /petsc/config/PETSc/options/ |
| H A D | scalarTypes.py | 14 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 D | densehdf5.c | 13 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 D | BAMG.py | 34 if self.scalartypes.scalartype != 'real': 35 iarch += '-' + self.scalartypes.scalartype
|
| H A D | SLEPc.py | 52 if self.scalartypes.scalartype != 'real': 53 iarch += '-' + self.scalartypes.scalartype
|
| H A D | SuperLU_DIST.py | 97 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 D | hypre.py | 199 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 D | pARMS.py | 37 if self.scalartypes.scalartype == 'complex':
|
| H A D | MUMPS.py | 67 if self.scalartypes.scalartype == 'real': l = 's' 70 if self.scalartypes.scalartype == 'real': l = 'd'
|
| H A D | kokkos-kernels.py | 63 if self.scalarTypes.scalartype == 'complex':
|
| H A D | CUDA.py | 283 if not self.thrust.found and self.scalarTypes.scalartype == 'complex':
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecio.c | 121 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 D | iosbuilder.py | 199 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 D | gr2.c | 777 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 D | Configure.py | 417 self.addMakeMacro('PETSC_SCALAR',self.scalartypes.scalartype)
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 229 return self.precisionProvider.scalartype
|