Home
last modified time | relevance | path

Searched refs:gl (Results 1 – 14 of 14) sorted by relevance

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c34 TS_GLLE *gl = (TS_GLLE *)ts->data; in TSGLLEGetVecs() local
39 else *Z = gl->Z; in TSGLLEGetVecs()
43 else *Ydotstage = gl->Ydot[gl->stage]; in TSGLLEGetVecs()
295 static PetscErrorCode TSGLLEDestroy_Default(TS_GLLE *gl) in TSGLLEDestroy_Default() argument
300 for (i = 0; i < gl->nschemes; i++) { in TSGLLEDestroy_Default()
301 if (gl->schemes[i]) PetscCall(TSGLLESchemeDestroy(gl->schemes[i])); in TSGLLEDestroy_Default()
303 PetscCall(PetscFree(gl->schemes)); in TSGLLEDestroy_Default()
304 gl->nschemes = 0; in TSGLLEDestroy_Default()
305 PetscCall(PetscMemzero(gl->type_name, sizeof(gl->type_name))); in TSGLLEDestroy_Default()
431 TS_GLLE *gl = (TS_GLLE *)ts->data; in TSGLLECreate_IRKS() local
[all …]
/petsc/src/ksp/pc/impls/wb/
H A Dwb.c20 …PetscInt mwidth, nwidth, pwidth, cnt, mp, np, pp, Ntotal, gl[26], *globals, Ng, *IIi… in DMDAGetWireBasketInterpolation() local
237 gl[cnt++] = 0; in DMDAGetWireBasketInterpolation()
239 gl[cnt++] = 1; in DMDAGetWireBasketInterpolation()
241 gl[cnt++] = m - istart - 1; in DMDAGetWireBasketInterpolation()
243 gl[cnt++] = mwidth; in DMDAGetWireBasketInterpolation()
245 gl[cnt++] = mwidth + 1; in DMDAGetWireBasketInterpolation()
247 gl[cnt++] = mwidth + m - istart - 1; in DMDAGetWireBasketInterpolation()
249 gl[cnt++] = mwidth * (n - jstart - 1); in DMDAGetWireBasketInterpolation()
251 gl[cnt++] = mwidth * (n - jstart - 1) + 1; in DMDAGetWireBasketInterpolation()
253 gl[cnt++] = mwidth * (n - jstart - 1) + m - istart - 1; in DMDAGetWireBasketInterpolation()
[all …]
/petsc/src/sys/webclient/tutorials/output/
H A Durlshorten_1.out1 Long url http://www.google.com short url https://goo.gl/fbsS
/petsc/src/snes/tutorials/network/power/
H A DPFReadData.c75 double gl, bl, vm, va, basekV; in PFReadMatPowerData() local
78 …sscanf(line, "%d %d %lf %lf %lf %lf %d %lf %lf %lf", &bus_i, &ide, &Pd, &Qd, &gl, &bl, &area, &vm,… in PFReadMatPowerData()
82 Bus[busi].gl = gl; in PFReadMatPowerData()
H A Dpower.h33 PetscScalar gl; /* Active component of shunt admittance to ground */ member
H A Dpffunctions.c89 values[1] = 2.0 * Vm * bus->gl / Sbase; in FormJacobian_Power_private()
282 farr[offset] += Vm * Vm * bus->gl / Sbase; in FormFunction_Power()
H A Dpower2.c55 farr[offset] += Vm * Vm * bus->gl / Sbase; in FormFunction_Subnet()
217 values[1] = 2.0 * Vm * bus->gl / Sbase; in FormJacobian_Subnet()
/petsc/doc/overview/
H A Dintegrator_table.md55 * - gl
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c569 PetscInt gl; in PCSetUp_GAMG() local
575 for (level = pc_gamg->Nlevels - 2, gl = 0; level >= 0; level--, gl++) { in PCSetUp_GAMG()
578 PetscCall(PetscLogStagePush(gamg_stages[gl])); in PCSetUp_GAMG()
591 PetscCall(PetscLogEventBegin(petsc_gamg_setup_matmat_events[gl][1], 0, 0, 0, 0)); in PCSetUp_GAMG()
593 PetscCall(PetscLogEventEnd(petsc_gamg_setup_matmat_events[gl][1], 0, 0, 0, 0)); in PCSetUp_GAMG()
/petsc/lib/petsc/bin/
H A DgetAPI.py394 gl = regnclass.search(line)
406 if gl: classes[struct].petscobject = False
/petsc/src/dm/interface/
H A Ddm.c5408 PetscInt Nds, s, maxLabels = 0, maxLen = 0, gmaxLen, Nl = 0, gNl, l, gl, m; in DMCompleteBCLabels_Internal() local
5474 for (l = 0, gl = 0; l < gNl; ++l) { in DMCompleteBCLabels_Internal()
5475 PetscCall(DMGetLabel(dm, &recvNames[l * gmaxLen], &glabels[gl])); in DMCompleteBCLabels_Internal()
5476 …PetscCheck(glabels[gl], PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Label %s missing on rank %d", … in DMCompleteBCLabels_Internal()
5477 for (m = 0; m < gl; ++m) in DMCompleteBCLabels_Internal()
5478 if (glabels[m] == glabels[gl]) goto next_label; in DMCompleteBCLabels_Internal()
5480 PetscCall(DMPlexLabelComplete(plex, glabels[gl])); in DMCompleteBCLabels_Internal()
5482 ++gl; in DMCompleteBCLabels_Internal()
/petsc/doc/community/meetings/2025/
H A Dindex.md11 … of Buffalo, NY, USA ([105 White Rd, Amherst, NY 14260](https://maps.app.goo.gl/B38RsNe41Zd93rvX7))
/petsc/doc/manual/
H A Dts.md217 They can also be set with the options database option `-ts_type euler, rk, beuler, cn, theta, gl, p…
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c1962 PetscBool gl, lo; in PCBDDCComputeLocalTopologyInfo() local
2001 … PetscCallMPI(MPIU_Allreduce(&lo, &gl, 1, MPI_C_BOOL, MPI_LAND, PetscObjectComm((PetscObject)pc))); in PCBDDCComputeLocalTopologyInfo()
2002 if (gl) { /* From PETSc's DMDA */ in PCBDDCComputeLocalTopologyInfo()