Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx253 …nmanaged>> h_coo_elem_offsets((LandauIdx *)SData_d->coo_elem_offsets, SData_d->coo_n_cellsTot + 1); in LandauKokkosStaticDataSet()
254 …new Kokkos::View<LandauIdx *, Kokkos::LayoutLeft>("coo_elem_offsets", SData_d->coo_n_cellsTot + 1); in LandauKokkosStaticDataSet()
255 …kos::Unmanaged>> h_coo_elem_fullNb((LandauIdx *)SData_d->coo_elem_fullNb, SData_d->coo_n_cellsTot); in LandauKokkosStaticDataSet()
256 …b = new Kokkos::View<LandauIdx *, Kokkos::LayoutLeft>("coo_elem_offsets", SData_d->coo_n_cellsTot); in LandauKokkosStaticDataSet()
257 …point_offsets((LandauIdx *)SData_d->coo_elem_point_offsets, SData_d->coo_n_cellsTot * (LANDAU_MAX_… in LandauKokkosStaticDataSet()
258 …<LandauIdx *, Kokkos::LayoutLeft>("coo_elem_point_offsets", SData_d->coo_n_cellsTot * (LANDAU_MAX_… in LandauKokkosStaticDataSet()
/petsc/include/
H A Dpetsclandau.h95 LandauIdx coo_n_cellsTot; member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1494 ctx->SData_d.coo_n_cellsTot = ncellsTot; in CreateStaticData()