Searched refs:maxwellian (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex7.c | 202 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 D | ex1.c | 81 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 D | ex30.c | 348 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() 593 …maxwellian(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 D | plexland.c | 802 static PetscErrorCode maxwellian(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf_dum… in maxwellian() function 864 initu[i0] = maxwellian; in DMPlexLandauAddMaxwellians()
|