Searched refs:ptcloud (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 176 PetscPointCloud<PetscReal> *ptcloud; member 223 delete a->ptcloud; in MatDestroy_H2OPUS() 730 if (a->ptcloud) PetscFunctionReturn(PETSC_SUCCESS); in MatH2OpusInferCoordinates_Private() 880 PetscCheck(a->ptcloud, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Missing pointcloud"); in MatAssemblyEnd_H2OPUS() 886 …buildDistributedHMatrix(*a->dist_hmatrix, a->ptcloud, adm, entry_gen, a->leafsize, a->basisord, a-… in MatAssemblyEnd_H2OPUS() 889 buildHMatrix(*a->hmatrix, a->ptcloud, adm, entry_gen, a->leafsize, a->basisord); in MatAssemblyEnd_H2OPUS() 894 buildHMatrixStructure(*a->hmatrix, a->ptcloud, a->leafsize, adm); in MatAssemblyEnd_H2OPUS() 1043 a->ptcloud = new PetscPointCloud<PetscReal>(*b->ptcloud); in MatDuplicate_H2OPUS() 1109 …CIIPrintf(view, " PointCloud dim %" PetscInt_FMT "\n", h2opus->ptcloud ? h2opus->ptcloud->getDime… in MatView_H2OPUS() 1199 delete h2opus->ptcloud; in MatH2OpusSetCoords_H2OPUS() [all …]
|