Searched defs:b_id (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 162 for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { // OpenMP (once) in LandauFormJacobian_Internal() local 244 …const PetscInt b_Nelem = elem_offset[num_grids], b_elem_idx = tid % b_Nelem, b_id = tid / b_Nelem;… in LandauFormJacobian_Internal() local 315 const PetscInt glb_elem_idx = tid % b_Nelem, b_id = tid / b_Nelem; in LandauFormJacobian_Internal() local 553 for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { // OpenMP in LandauFormJacobian_Internal() local 849 … X, PetscReal time, PetscReal temps[], PetscReal ns[], PetscInt grid, PetscInt b_id, PetscInt n_ba… in DMPlexLandauAddMaxwellians() 892 static PetscErrorCode LandauSetInitialCondition(DM dm, Vec X, PetscInt grid, PetscInt b_id, PetscIn… in LandauSetInitialCondition() 1650 for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { in CreateStaticData() local 1914 …for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { // add batch size DMs for this species grid in LandauCreateJacobianMatrix() local 1935 for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { in LandauCreateJacobianMatrix() local 2096 …for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { // add batch size DMs for this species grid in DMPlexLandauCreateVelocitySpace() local [all …]
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1.c | 23 …print_access_callback(DM dm, Vec x, PetscInt local_field, PetscInt grid, PetscInt b_id, void *vctx) in landau_field_print_access_callback() 373 for (PetscInt b_id = 0; b_id < ctx->batch_sz; b_id++) { in main() local
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 587 …em = d_elem_offset[num_grids], b_elem_idx = team.league_rank() % b_Nelem, b_id = team.league_rank(… in LandauKokkosJacobian() local 790 for (PetscInt b_id = 0; b_id < batch_sz; b_id++) { // OpenMP (once) in LandauKokkosJacobian() local
|