Home
last modified time | relevance | path

Searched refs:maxwellian (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex7.c202 static PetscErrorCode maxwellian(PetscInt dim, const PetscReal x[], PetscReal kt_m, PetscReal n, Pe… in maxwellian() function
292 PetscCall(maxwellian(2, x, 1.0, vol / (PetscReal)Np_t[tid], &wp_t[tid][pp])); in go()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c81 static PetscErrorCode maxwellian(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf_dum… in maxwellian() function
105 initu[i0] = maxwellian; in SetMaxwellians()
/petsc/src/ts/tests/
H A Dex30.c348 static void maxwellian(PetscInt dim, const PetscReal x[], PetscReal kt_m, PetscReal n, PetscReal sh… in maxwellian() function
591 maxwellian(dim, x, kT_m, vole, p_shift, &wp_t[grid][tid][pp]); in go()
593maxwellian(dim, x, kT_m, vole, -p_shift, &wp_t[grid][tid][pp]); // symmetric shift of electron pla… in go()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c802 static PetscErrorCode maxwellian(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf_dum… in maxwellian() function
864 initu[i0] = maxwellian; in DMPlexLandauAddMaxwellians()