Home
last modified time | relevance | path

Searched defs:grid (Results 1 – 21 of 21) sorted by relevance

/petsc/src/benchmarks/
H A DbenchmarkAssembly.py112 grid = [10]*len(procs) variable
114 grid = [1250]*len(procs) variable
117 grid = [100, 150, 200, 250, 300] variable
119 grid = range(150, 1350, 100) variable
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c37 for (PetscInt grid = 0; grid < maps[0].numgrids; grid++) { in LandauGPUMapsDestroy() local
116 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(DMCreateMatrix(ctx->plex[grid], &… in LandauFormJacobian_Internal() local
127 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauFormJacobian_Internal() local
148 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauFormJacobian_Internal() local
155 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) cellClosure_sz += Nb * Nf[grid] * numCells[… in LandauFormJacobian_Internal() local
163 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauFormJacobian_Internal() local
216 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauFormJacobian_Internal() local
225 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauFormJacobian_Internal() local
246 PetscInt grid = 0; in LandauFormJacobian_Internal() local
316 PetscInt grid = 0; in LandauFormJacobian_Internal() local
[all …]
/petsc/src/ts/tests/
H A Dex30.c290 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { // add same particels for all grids in gridToParticles_private() local
304 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in gridToParticles_private() local
324 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in gridToParticles_private() local
393 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in PostStep() local
420 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in PostStep() local
440 PetscInt grid = printCtx->g_target, id; in PostStep() local
509 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { // add same particels for a… in go() local
553 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { // add same parti… in go() local
672 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in go() local
689 … for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { // add same particels for all grids in go() local
[all …]
/petsc/src/snes/tutorials/
H A Dex30.c104 GridInfo *grid; member
128 GridInfo grid; in main() local
309 GridInfo *grid = user->grid; in HorizVelocity() local
326 GridInfo *grid = user->grid; in VertVelocity() local
343 GridInfo *grid = user->grid; in Pressure() local
358 GridInfo *grid = user->grid; in CalcSecInv() local
465 GridInfo *grid = user->grid; in XMomentumResidual() local
516 GridInfo *grid = user->grid; in ZMomentumResidual() local
569 GridInfo *grid = user->grid; in ContinuityResidual() local
586 GridInfo *grid = user->grid; in EnergyResidual() local
[all …]
/petsc/include/petsc/private/
H A Dpetscelemental.h13 El::Grid *grid; member
21 El::Grid *grid; member
H A Dpetscscalapack.h15 Mat_ScaLAPACK_Grid *grid; /* process grid */ member
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx93 …Maps maps[], pointInterpolationP4est (*pointMaps)[LANDAU_MAX_Q_FACE], PetscInt Nf[], PetscInt grid) in LandauKokkosCreateMatMaps()
126 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauKokkosDestroyMatMaps() local
155 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauKokkosStaticDataSet() local
460 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauKokkosJacobian() local
467 for (PetscInt grid = 0; grid < num_grids; grid++) maps[grid] = NULL; in LandauKokkosJacobian() local
472 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauKokkosJacobian() local
495 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauKokkosJacobian() local
589 PetscInt grid = 0; in LandauKokkosJacobian() local
791 for (PetscInt grid = 0; grid < num_grids; grid++) { in LandauKokkosJacobian() local
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c23 PetscErrorCode landau_field_print_access_callback(DM dm, Vec x, PetscInt local_field, PetscInt grid in landau_field_print_access_callback()
93 …ians(DM dm, Vec X, PetscReal time, PetscReal temps[], PetscReal ns[], PetscInt grid, PetscReal shi… in SetMaxwellians()
256 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in Monitor() local
374 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in main() local
H A Dex2.c396 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in FormSource() local
459 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in Monitor() local
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py208 def viewCell(self, grid, c): argument
/petsc/src/ts/tutorials/
H A Dex50.c52 Vec grid; /* total grid */ member
57 Vec grid; /* total grid */ member
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c57 Vec grid; /* total grid */ member
65 Vec grid; /* total grid */ member
H A Dspectraladjointassimilation.c64 Vec grid; /* total grid */ member
73 Vec grid; /* total grid */ member
/petsc/src/ksp/ksp/tests/
H A Dex29.c118 PetscErrorCode FormJacobian_Grid(GridCtx *grid, Mat *J) in FormJacobian_Grid()
H A Dex26.c148 PetscErrorCode FormJacobian_Grid(GridCtx *grid, Mat jac) in FormJacobian_Grid()
H A Dex19.c172 PetscErrorCode FormJacobian_Grid(AppCtx *user, GridCtx *grid, Mat *J) in FormJacobian_Grid()
/petsc/src/ksp/ksp/tests/raja/
H A Dex1.raja.cxx410 void computeErr(double *I, grid_s grid) in computeErr()
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c94 gridinfo_t grid; member
142 gridinfo_t grid; member
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1249 Mat_ScaLAPACK_Grid *grid; in MatDestroy_ScaLAPACK() local
1778 Mat_ScaLAPACK_Grid *grid; in MatCreate_ScaLAPACK() local
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx844 const El::Grid &grid = a->emat->Grid(); in MatConvert_Elemental_Dense() local
/petsc/src/snes/interface/
H A Dsnes.c4781 PetscInt grid; in SNESSolve() local