Home
last modified time | relevance | path

Searched refs:DMPlexLandauAddMaxwellians (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetsclandau.h13 PETSC_EXTERN PetscErrorCode DMPlexLandauAddMaxwellians(DM, Vec, PetscReal, PetscReal[], PetscReal[]…
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c398 …PetscCall(DMPlexLandauAddMaxwellians(ctx->plex[grid], globFarray[LAND_PACK_IDX(0, grid)], ftime, t… in FormSource()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c849 PetscErrorCode DMPlexLandauAddMaxwellians(DM dm, Vec X, PetscReal time, PetscReal temps[], PetscRea… in DMPlexLandauAddMaxwellians() function
899 …PetscCall(DMPlexLandauAddMaxwellians(dm, X, 0.0, ctx->thermal_temps, ctx->n, grid, b_id, n_batch, … in LandauSetInitialCondition()