Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu45 class PetscPointCloud : public H2OpusDataSet<T> { class
52 PetscPointCloud(int dim, size_t num_pts, const T coords[]) in PetscPointCloud() function in PetscPointCloud
71 PetscPointCloud(const PetscPointCloud<T> &other) in PetscPointCloud() function in PetscPointCloud
176 PetscPointCloud<PetscReal> *ptcloud;
1043 a->ptcloud = new PetscPointCloud<PetscReal>(*b->ptcloud); in MatDuplicate_H2OPUS()
1201 h2opus->ptcloud = new PetscPointCloud<PetscReal>(spacedim, N, gcoords); in MatH2OpusSetCoords_H2OPUS()