Lines Matching defs:grid

37   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
554 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauFormJacobian_Internal() local
594 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauDMCreateVMeshes() local
733 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauDMCreateVMeshes() local
753 static PetscErrorCode SetupDS(DM pack, PetscInt dim, PetscInt grid, const char prefix[], LandauCtx … in SetupDS()
849 …ians(DM dm, Vec X, PetscReal time, PetscReal temps[], PetscReal ns[], PetscInt grid, PetscInt b_id… in DMPlexLandauAddMaxwellians()
892 static PetscErrorCode LandauSetInitialCondition(DM dm, Vec X, PetscInt grid, PetscInt b_id, PetscIn… in LandauSetInitialCondition()
907 static PetscErrorCode adaptToleranceFEM(PetscFE fem, Vec sol, PetscInt type, PetscInt grid, LandauC… in adaptToleranceFEM()
1014 static PetscErrorCode adapt(PetscInt grid, LandauCtx *ctx, Vec *uu) in adapt()
1097 for (PetscInt grid = 0; grid < LANDAU_MAX_GRIDS; grid++) { in ProcessOptions() local
1126 for (PetscInt grid = 0; grid < LANDAU_NUM_TIMERS; grid++) ctx->times[grid] = 0; in ProcessOptions() local
1224 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in ProcessOptions() local
1231 for (PetscInt grid = 0; grid < LANDAU_MAX_GRIDS; grid++) { in ProcessOptions() local
1257 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in ProcessOptions() local
1290 …for (PetscInt grid = nt; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_90degree[grid] = … in ProcessOptions() local
1293 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_90degree[grid] = 0… in ProcessOptions() local
1296 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_90degree[grid] = 0… in ProcessOptions() local
1298 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_90degree[grid] = 0… in ProcessOptions() local
1305 …for (PetscInt grid = nt; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_45degree[grid] = … in ProcessOptions() local
1308 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_45degree[grid] = 0… in ProcessOptions() local
1310 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) ctx->sphere_inner_radius_45degree[grid] = 0… in ProcessOptions() local
1315 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in ProcessOptions() local
1416 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1425 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1430 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1435 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1446 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1465 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1501 for (PetscInt grid = 0, glb_elem_idx = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1625 for (PetscInt grid = 0, glb_elem_idx = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1651 for (PetscInt grid = 0, glb_elem_idx = 0; grid < ctx->num_grids; grid++) { in CreateStaticData() local
1700 PetscInt outer_ipidx, outer_ej, grid, nip_glb = 0; in CreateStaticData() local
1704 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) nip_glb += Nq * numCells[grid]; in CreateStaticData() local
1711 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) ncells += numCells[grid]; in CreateStaticData() local
1840 for (PetscInt grid = 0; grid < LANDAU_MAX_GRIDS; grid++) { in CreateStaticData() local
1885 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauCreateJacobianMatrix() local
1930 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in LandauCreateJacobianMatrix() local
1956 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(MatDestroy(&subM[grid])); in LandauCreateJacobianMatrix() local
2068 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauCreateVelocitySpace() local
2105 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(DMCompositeAddDM(*pack, ctx->plex… in DMPlexLandauCreateVelocitySpace() local
2110 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauCreateVelocitySpace() local
2125 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauCreateVelocitySpace() local
2138 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(VecDestroy(&Xsub[grid])); in DMPlexLandauCreateVelocitySpace() local
2223 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauAccess() local
2310 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(DMDestroy(&ctx->plex[grid])); in DMPlexLandauDestroyVelocitySpace() local
2414 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauPrintNorms() local
2466 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { // yes a grid loop in a grid loop to prin… in DMPlexLandauPrintNorms() local
2476 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { // yes a grid loop in a grid loop to prin… in DMPlexLandauPrintNorms() local
2574 for (PetscInt grid = 0, ix = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauCreateMassMatrix() local
2595 …for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(DMCompositeAddDM(mass_pack, massD… in DMPlexLandauCreateMassMatrix() local
2605 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauCreateMassMatrix() local
2618 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) { in DMPlexLandauCreateMassMatrix() local
2645 for (PetscInt grid = 0; grid < ctx->num_grids; grid++) PetscCall(MatDestroy(&subM[grid])); in DMPlexLandauCreateMassMatrix() local