Searched refs:coo_elem_point_offsets (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 257 …kkos::Unmanaged>> h_coo_elem_point_offsets((LandauIdx *)SData_d->coo_elem_point_offsets, SData_d->… in LandauKokkosStaticDataSet() 258 …auto coo_elem_point_offsets = new Kokkos::View<LandauIdx *, Kokkos::LayoutLeft>("coo_elem_point_of… in LandauKokkosStaticDataSet() local 262 Kokkos::deep_copy(*coo_elem_point_offsets, h_coo_elem_point_offsets); in LandauKokkosStaticDataSet() 264 …(PetscFree3(SData_d->coo_elem_offsets, SData_d->coo_elem_fullNb, SData_d->coo_elem_point_offsets)); in LandauKokkosStaticDataSet() 267 SData_d->coo_elem_point_offsets = static_cast<void *>(coo_elem_point_offsets); in LandauKokkosStaticDataSet() 329 …auto coo_elem_point_offsets = static_cast<Kokkos::View<LandauIdx *, Kokkos::LayoutLeft> *>((void *… in LandauKokkosStaticDataClear() local 330 delete coo_elem_point_offsets; in LandauKokkosStaticDataClear() 332 SData_d->coo_elem_point_offsets = NULL; in LandauKokkosStaticDataClear() 343 …_offsets[], const LandauIdx coo_elem_fullNb[], const LandauIdx (*coo_elem_point_offsets)[LANDAU_MA… in landau_mat_assemble() 373 …b_elem_idx] + fieldA * fullNb2 + fullNb * coo_elem_point_offsets[glb_elem_idx][f] + nr * coo_elem_… in landau_mat_assemble() [all …]
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 484 …o_elem_fullNb, (*coo_elem_point_offsets)[LANDAU_MAX_NQND + 1] = (LandauIdx(*)[LANDAU_MAX_NQND + 1]… in LandauFormJacobian_Internal() local 522 …b_elem_idx] + fieldA * fullNb2 + fullNb * coo_elem_point_offsets[glb_elem_idx][f] + nr * coo_elem_… in LandauFormJacobian_Internal() 1139 ctx->SData_d.coo_elem_point_offsets = NULL; in ProcessOptions() 1482 …LandauIdx *coo_elem_offsets = NULL, *coo_elem_fullNb = NULL, (*coo_elem_point_offsets)[LANDA… in CreateStaticData() local 1491 …+ 1, &coo_elem_offsets, ncellsTot, &coo_elem_fullNb, ncellsTot, &coo_elem_point_offsets)); // arra… in CreateStaticData() 1497 ctx->SData_d.coo_elem_point_offsets = (void *)coo_elem_point_offsets; in CreateStaticData() 1629 coo_elem_point_offsets[glb_elem_idx][0] = 0; in CreateStaticData() 1632 …coo_elem_point_offsets[glb_elem_idx][f + 1] = coo_elem_point_offsets[glb_elem_idx][f]; // start at… in CreateStaticData() 1635 coo_elem_point_offsets[glb_elem_idx][f + 1]++; // inc in CreateStaticData() 1641 coo_elem_point_offsets[glb_elem_idx][f + 1]++; // inc in CreateStaticData() [all …]
|
| /petsc/include/ |
| H A D | petsclandau.h | 91 void *coo_elem_point_offsets; member
|