Searched refs:PetscPointCloud (Results 1 – 1 of 1) sorted by relevance
45 class PetscPointCloud : public H2OpusDataSet<T> { class52 PetscPointCloud(int dim, size_t num_pts, const T coords[]) in PetscPointCloud() function in PetscPointCloud71 PetscPointCloud(const PetscPointCloud<T> &other) in PetscPointCloud() function in PetscPointCloud176 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()