Lines Matching refs:species_offset
204 …sure, xdata, &ctx->SData_d, shift, ctx->events, ctx->mat_offset, ctx->species_offset, subJ, JacP)); in LandauFormJacobian_Internal()
226 PetscInt nfloc = ctx->species_offset[grid + 1] - ctx->species_offset[grid]; in LandauFormJacobian_Internal()
249 …etscInt loc_nip = numCells[grid] * Nq, loc_Nf = ctx->species_offset[grid + 1] - ctx->species_offse… in LandauFormJacobian_Internal()
323 …const PetscInt loc_Nf = ctx->species_offset[grid + 1] - ctx->species_offset[grid], loc_elem = gl… in LandauFormJacobian_Internal()
349 …_off = 0, ipidx = 0; grid_r < ctx->num_grids; grid_r++, f_off = ctx->species_offset[grid_r]) { // … in LandauFormJacobian_Internal()
407 … for (PetscInt fieldA = 0, f_off = ctx->species_offset[grid]; fieldA < loc_Nf; ++fieldA) { in LandauFormJacobian_Internal()
414 …for (PetscInt fieldA = 0, f_off = ctx->species_offset[grid]; fieldA < loc_Nf; ++fieldA) gg2[fieldA… in LandauFormJacobian_Internal()
760 for (ii = ctx->species_offset[grid], i0 = 0; ii < ctx->species_offset[grid + 1]; ii++, i0++) { in SetupDS()
770 …for (PetscInt ii = ctx->species_offset[grid], i0 = 0; ii < ctx->species_offset[grid + 1]; ii++, i0… in SetupDS()
859 …for (PetscInt ii = ctx->species_offset[grid], i0 = 0; ii < ctx->species_offset[grid + 1]; ii++, i0… in DMPlexLandauAddMaxwellians()
1044 PetscInt iii = ctx->species_offset[gridi]; in makeLambdas()
1048 PetscInt jjj = ctx->species_offset[gridj]; in makeLambdas()
1103 ctx->species_offset[grid + 1] = 1; // one species default in ProcessOptions()
1107 ctx->species_offset[0] = 0; in ProcessOptions()
1221 …for (ctx->species_offset[0] = ii = 0; ii < ctx->num_grids; ii++) ctx->species_offset[ii + 1] = ctx… in ProcessOptions()
1222 …species_offset[ctx->num_grids] == ctx->num_species, ctx->comm, PETSC_ERR_ARG_WRONG, "ctx->species_… in ProcessOptions()
1225 …PetscInt iii = ctx->species_offset[grid]; // … in ProcessOptions()
1417 for (PetscInt ii = ctx->species_offset[grid]; ii < ctx->species_offset[grid + 1]; ii++) { in CreateStaticData()
1426 PetscInt iii = ctx->species_offset[grid]; in CreateStaticData()
1427 …for (PetscInt ii = iii; ii < ctx->species_offset[grid + 1]; ii++) PetscCall(PetscPrintf(PETSC_COMM… in CreateStaticData()
1431 PetscInt iii = ctx->species_offset[grid]; in CreateStaticData()
1432 …for (PetscInt ii = iii; ii < ctx->species_offset[grid + 1]; ii++) PetscCall(PetscPrintf(PETSC_COMM… in CreateStaticData()
1436 PetscInt iii = ctx->species_offset[grid]; in CreateStaticData()
1437 for (PetscInt ii = iii; ii < ctx->species_offset[grid + 1]; ii++) { in CreateStaticData()
1439 PetscInt jjj = ctx->species_offset[gridj]; in CreateStaticData()
1440 …for (PetscInt jj = jjj; jj < ctx->species_offset[gridj + 1]; jj++) PetscCall(PetscPrintf(PETSC_COM… in CreateStaticData()
1447 PetscInt iii = ctx->species_offset[grid]; in CreateStaticData()
1448 for (PetscInt ii = iii; ii < ctx->species_offset[grid + 1]; ii++) { in CreateStaticData()
1450 PetscInt jjj = ctx->species_offset[gridj]; in CreateStaticData()
1451 …for (PetscInt jj = jjj; jj < ctx->species_offset[gridj + 1]; jj++) PetscCall(PetscPrintf(PETSC_COM… in CreateStaticData()
1816 …(ctx->plex[0], Nq, Nb, ctx->batch_sz, ctx->num_grids, numCells, ctx->species_offset, ctx->mat_offs… in CreateStaticData()
1896 …for (PetscInt ix = 0, ii = ctx->species_offset[grid]; ii < ctx->species_offset[grid + 1]; ii++, ix… in LandauCreateJacobianMatrix()
2226 …for (PetscInt sp = ctx->species_offset[grid], i0 = 0; sp < ctx->species_offset[grid + 1]; sp++, i0… in DMPlexLandauAccess()
2417 for (ii = ctx->species_offset[grid], i0 = 0; ii < ctx->species_offset[grid + 1]; ii++, i0++) { in DMPlexLandauPrintNorms()
2477 PetscInt Nf = ctx->species_offset[grid + 1] - ctx->species_offset[grid], N, bs; in DMPlexLandauPrintNorms()
2492 for (PetscInt i = 0, ix = ctx->species_offset[grid]; i < Nf; i++, ix++) { in DMPlexLandauPrintNorms()
2579 for (ix = 0, ii = ctx->species_offset[grid]; ii < ctx->species_offset[grid + 1]; ii++, ix++) { in DMPlexLandauCreateMassMatrix()