Searched refs:mctxs (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1.c | 96 MaxwellianCtx *mctxs[LANDAU_MAX_SPECIES], data[LANDAU_MAX_SPECIES]; in SetMaxwellians() local 101 mctxs[i0] = &data[i0]; in SetMaxwellians() 116 PetscCall(DMProjectFunction(dm, time, initu, (void **)mctxs, INSERT_ALL_VALUES, X)); in SetMaxwellians()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 854 MaxwellianCtx *mctxs[LANDAU_MAX_SPECIES], data[LANDAU_MAX_SPECIES]; in DMPlexLandauAddMaxwellians() local 860 mctxs[i0] = &data[i0]; in DMPlexLandauAddMaxwellians() 869 PetscCall(DMProjectFunction(dm, time, initu, (void **)mctxs, INSERT_ALL_VALUES, X)); in DMPlexLandauAddMaxwellians()
|