Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx105 h_maps.num_face = maps[grid].num_face; in LandauKokkosCreateMatMaps()
356 for (q = 0, nr = 0; q < d_maps->num_face; q++, nr++) { in landau_mat_assemble()
367 nc = d_maps->num_face; in landau_mat_assemble()
368 for (q = 0, nc = 0; q < d_maps->num_face; q++, nc++) { in landau_mat_assemble()
463 nfaces = h_maps[grid].num_face; // nface=0 for CPU assembly in LandauKokkosJacobian()
541 for (int q = 0; q < maps[grid]->num_face; q++) { in LandauKokkosJacobian()
/petsc/include/
H A Dpetsclandau.h212 LandauIdx num_face; // (Q or Q^2 for 3D) member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c267 for (q = 0; q < maps[grid].num_face; q++) { in LandauFormJacobian_Internal()
496 for (q = 0, nr = 0; q < maps[grid].num_face; q++, nr++) { in LandauFormJacobian_Internal()
510 nc = maps[grid].num_face; in LandauFormJacobian_Internal()
511 for (q = 0, nc = 0; q < maps[grid].num_face; q++, nc++) { in LandauFormJacobian_Internal()
1509 maps[grid].num_face = (PetscInt)(pow(Nq, 1. / ((double)dim)) + .001); // Q in CreateStaticData()
1510 … maps[grid].num_face = (PetscInt)(pow(maps[grid].num_face, (double)(dim - 1)) + .001); // Q^2 in CreateStaticData()
1549 …i = 0, pointMaps[maps[grid].num_reduced][jj].scale = 0; ii < maps[grid].num_face; ii++) { // sum r… in CreateStaticData()
1565 … } while (++jj < maps[grid].num_face && ++f < numindices); // jj is incremented if we hit the end in CreateStaticData()
1566 while (jj < maps[grid].num_face) { in CreateStaticData()
1575 …face=%" PetscInt_FMT ")\n", eidx, q, fieldA, (double)sum, LANDAU_MAX_Q_FACE, maps[grid].num_face)); in CreateStaticData()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexcreate.c1011 PetscInt dim, num_face = 0; in DMPlexSetBoxLabel_Internal() local
1048 if (faces_is) PetscCall(ISGetLocalSize(faces_is, &num_face)); in DMPlexSetBoxLabel_Internal()
1053 for (PetscInt f = 0; f < num_face; ++f) { in DMPlexSetBoxLabel_Internal()