Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/
H A Dex2.c19 …PetscErrorCode (*initu[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void *… in main() local
34 initu[0] = x; in main()
36 PetscCall(DMProjectFunction(K, 0.0, initu, NULL, INSERT_ALL_VALUES, X)); in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c95 …PetscErrorCode (*initu[LANDAU_MAX_SPECIES])(PetscInt, PetscReal, const PetscReal[], PetscInt, Pets… in SetMaxwellians() local
105 initu[i0] = maxwellian; in SetMaxwellians()
116 PetscCall(DMProjectFunction(dm, time, initu, (void **)mctxs, INSERT_ALL_VALUES, X)); in SetMaxwellians()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c852 …PetscErrorCode (*initu[LANDAU_MAX_SPECIES])(PetscInt, PetscReal, const PetscReal[], PetscInt, Pets… in DMPlexLandauAddMaxwellians() local
864 initu[i0] = maxwellian; in DMPlexLandauAddMaxwellians()
869 PetscCall(DMProjectFunction(dm, time, initu, (void **)mctxs, INSERT_ALL_VALUES, X)); in DMPlexLandauAddMaxwellians()