Searched refs:coo_elem_fullNb (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 255 …ryTraits<Kokkos::Unmanaged>> h_coo_elem_fullNb((LandauIdx *)SData_d->coo_elem_fullNb, SData_d->coo… in LandauKokkosStaticDataSet() 256 … coo_elem_fullNb = new Kokkos:… in LandauKokkosStaticDataSet() local 261 Kokkos::deep_copy(*coo_elem_fullNb, h_coo_elem_fullNb); in LandauKokkosStaticDataSet() 264 …PetscCall(PetscFree3(SData_d->coo_elem_offsets, SData_d->coo_elem_fullNb, SData_d->coo_elem_point_… in LandauKokkosStaticDataSet() 266 SData_d->coo_elem_fullNb = static_cast<void *>(coo_elem_fullNb); in LandauKokkosStaticDataSet() 327 …auto coo_elem_fullNb = static_cast<Kokkos::View<LandauIdx *, Kokkos::LayoutLeft> *>((void *)SData_… in LandauKokkosStaticDataClear() local 328 delete coo_elem_fullNb; in LandauKokkosStaticDataClear() 333 SData_d->coo_elem_fullNb = NULL; in LandauKokkosStaticDataClear() 343 …texMaps *d_maps, const LandauIdx coo_elem_offsets[], const LandauIdx coo_elem_fullNb[], const Land… in landau_mat_assemble() argument 349 const int fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in landau_mat_assemble() [all …]
|
| /petsc/include/ |
| H A D | petsclandau.h | 92 void *coo_elem_fullNb; member
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 484 …= (LandauIdx *)ctx->SData_d.coo_elem_offsets, *coo_elem_fullNb = (LandauIdx *)ctx->SData_d.coo_ele… in LandauFormJacobian_Internal() local 521 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in LandauFormJacobian_Internal() 1140 ctx->SData_d.coo_elem_fullNb = NULL; in ProcessOptions() 1482 …LandauIdx *coo_elem_offsets = NULL, *coo_elem_fullNb = NULL, (*coo_elem_point_offsets)[LANDA… in CreateStaticData() local 1491 …PetscCall(PetscMalloc3(ncellsTot + 1, &coo_elem_offsets, ncellsTot, &coo_elem_fullNb, ncellsTot, &… in CreateStaticData() 1496 ctx->SData_d.coo_elem_fullNb = (void *)coo_elem_fullNb; in CreateStaticData() 1596 coo_elem_fullNb[glb_elem_idx] = fullNb; in CreateStaticData() 1598 …coo_elem_fullNb[glb_elem_idx] == fullNb, PETSC_COMM_SELF, PETSC_ERR_PLIB, "full element size chang… in CreateStaticData() 1627 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx]; in CreateStaticData() 1654 const PetscInt fullNb = coo_elem_fullNb[glb_elem_idx], fullNb2 = fullNb * fullNb; in CreateStaticData() [all …]
|