Home
last modified time | relevance | path

Searched defs:Np (Results 1 – 25 of 52) sorted by relevance

123

/petsc/src/dm/impls/swarm/tests/
H A Dex4.c135 PetscInt dim, d, Np, p; in RHSFunction() local
163 PetscInt dim, d, Np, p, rStart; in RHSJacobian() local
186 PetscInt Np, p; in RHSFunctionX() local
203 PetscInt Np, p; in RHSFunctionV() local
219 PetscInt dim, d, Np, p, rStart; in RHSJacobianS() local
243 PetscInt dim, Np, p; in RHSObjectiveF() local
269 PetscInt dim, d, Np, p; in RHSFunctionG() local
293 PetscInt dim, Np; in CreateSolution() local
319 PetscInt dim, Np; in SetProblem() local
336 PetscInt dim, Np; in SetProblem() local
[all …]
H A Dex5.c99 PetscInt dim, d, Np, p; in RHSFunction() local
135 PetscInt dim, d, Np, p, rStart; in RHSJacobian() local
168 PetscInt Np, p, dim, d; in RHSFunctionX() local
190 PetscInt Np, p, dim, d; in RHSFunctionV() local
220 PetscInt dim, Np; in CreateSolution() local
246 PetscInt dim, Np; in SetProblem() local
264 PetscInt dim, Np, rstart; in SetProblem() local
431 PetscInt dim, Np, p; in ComputeError() local
481 PetscInt dim, Np, p; in EnergyMonitor() local
H A Dex6.c235 PetscInt dim, d, Np, p, q; in ComputeFieldAtParticles_Coulomb() local
271 PetscInt dim, d, cStart, cEnd, c, Np; in ComputeFieldAtParticles_Primal() local
381 PetscInt dim, d, cStart, cEnd, c, Np, pot_field = 1; in ComputeFieldAtParticles_Mixed() local
491 PetscInt dim, Np; in ComputeFieldAtParticles() local
528 PetscInt dim, d, Np, p; in RHSFunction() local
571 PetscInt dim, d, Np, p, rStart; in RHSJacobian() local
604 PetscInt Np, p, dim, d; in RHSFunctionX() local
629 PetscInt Np, p, dim, d; in RHSFunctionV() local
665 PetscInt dim, d, Np, p, rStart; in RHSJacobianS() local
689 PetscInt dim, Np, cStart, cEnd; in RHSObjectiveF() local
[all …]
H A Dex1.c55 PetscInt *swarm_cellid, Np, dim, Nfc; in CreateSwarm() local
172 PetscInt adjacentdim = 0, Np; in CheckPointInsertion_Boundary() local
H A Dex7.c65 PetscInt Np, timestep = 0, bs, N, M, nzl; in gridToParticles() local
161 PetscErrorCode particlesToGrid(const DM dm, DM sw, const PetscInt Np, const PetscInt a_tid, const P… in particlesToGrid()
221 PetscInt Np[2] = {10, 10}, Np2[2], field = 0, target = 0, Np_t[MAX_NUM_THRDS]; in go() local
H A Dex3.c36 PetscInt dim, cStart, cEnd, c, Np = user->particlesPerCell, p; in CreateParticles() local
H A Dex12.c8 PetscInt Np; // Number of particles along each dimension member
/petsc/src/dm/impls/da/tests/
H A Dex1.c11 PetscInt Np, bs, Nfc; in DMSwarmPrint() local
41 PetscInt Nx = 4, Ny = 4, Np = 8, bs; in main() local
/petsc/src/snes/tests/
H A Dex2.c76 static PetscErrorCode CreatePoints_Centroid(DM dm, PetscInt *Np, PetscReal **pcoords, PetscBool *po… in CreatePoints_Centroid()
112 static PetscErrorCode CreatePoints_Grid(DM dm, PetscInt *Np, PetscReal **pcoords, PetscBool *points… in CreatePoints_Grid()
164 static PetscErrorCode CreatePoints_GridReplicated(DM dm, PetscInt *Np, PetscReal **pcoords, PetscBo… in CreatePoints_GridReplicated()
205 static PetscErrorCode CreatePoints(DM dm, PetscInt *Np, PetscReal **pcoords, PetscBool *pointsAllPr… in CreatePoints()
268 PetscInt dim, spaceDim, Nc, c, Np, p; in main() local
/petsc/src/ts/tests/
H A Dex28.c65 PetscInt dim, d, cStart, cEnd, c, Np, p; in SetInitialCoordinates() local
126 PetscInt dim, d, cStart, cEnd, c, Np, p, n; in SetInitialConditions() local
153 PetscInt dim, cStart, cEnd, c, Np = user->particlesPerCell, p; in CreateParticles() local
280 PetscInt dim, d, Np, Ncp, p, cStart, cEnd, c; in RHSFunctionParticles() local
356 PetscInt dim, Np, p; in HGMonitor() local
387 PetscInt Np, p; in SPMonitor() local
420 PetscInt dim, Np, p, cStart, cEnd; in KSConv() local
H A Dex35.c8 PetscInt Np; /* total number of particles */ member
51 PetscInt p, dim, Np; in main() local
H A Dex27.c68 PetscInt dim, d, cStart, cEnd, c, Np, p; in SetInitialCoordinates() local
140 PetscInt dim, d, cStart, cEnd, c, Np, p, n; in SetInitialConditions() local
166 PetscInt dim, cStart, cEnd, c, Np = user->N, p; in CreateParticles() local
287 static PetscErrorCode ComputeGradS(PetscInt dim, PetscInt Np, const PetscReal vp[], const PetscReal… in ComputeGradS()
340 PetscInt dim, Np, p, q; in RHSFunctionParticles() local
/petsc/src/dm/dt/fe/interface/
H A Dfegeom.c164 const PetscInt Np = geom->numPoints; in PetscFEGeomGetPoint() local
217 const PetscInt Np = geom->numPoints; in PetscFEGeomGetCellPoint() local
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c183 PetscInt Np; in CheckNonNegativeWeights() local
230 PetscInt *species, dim, Np, gNp; in MonitorEField() local
309 PetscInt Np, dim; in MonitorParticles() local
459 PetscInt dim, xcStart, xcEnd, vcStart, vcEnd, Ns, Np, Npc, debug; in InitializeParticles_Centroid() local
709 PetscInt Np, dim; in InitializeConstants() local
988 PetscInt dim, cStart, cEnd, Np; in ComputeFieldAtParticles_Primal() local
1122 PetscInt dim, Np; in ComputeFieldAtParticles() local
1154 PetscInt dim, d, Np, p; in RHSFunction() local
1188 PetscInt dim, d, Np, p, rStart; in RHSJacobian() local
1220 PetscInt Np, p, d, dim; in RHSFunctionX() local
[all …]
H A Dex2.c420 PetscInt Np; in CheckNonNegativeWeights() local
520 PetscInt *species, dim, Np, gNp; in MonitorEField() local
597 PetscInt dim, Np; in MonitorInitialConditions() local
1161 PetscInt dim, xcStart, xcEnd, vcStart, vcEnd, Ns, Np, Npc, debug; in InitializeParticles_Centroid() local
1394 PetscInt Np, dim; in InitializeConstants() local
1523 PetscInt *species, dim, Np, Ns; in ComputeFieldAtParticles_Coulomb() local
1572 PetscInt dim, cStart, cEnd, Np; in ComputeFieldAtParticles_Primal() local
1713 PetscInt dim, cStart, cEnd, Np; in ComputeFieldAtParticles_Mixed() local
1832 PetscInt dim, Np; in ComputeFieldAtParticles() local
1878 PetscInt dim, d, Np, p; in RHSFunction() local
[all …]
H A Dex4.c582 PetscInt Np; in CheckNonNegativeWeights() local
754 PetscInt *species, dim, Np, gNp; in MonitorEField() local
1113 PetscInt dim, Np; in MonitorInitialConditions() local
1775 PetscInt dim, xcStart, xcEnd, vcStart, vcEnd, Ns, Np, Npc, debug; in InitializeParticles_Centroid() local
2008 PetscInt Np, dim; in InitializeConstants() local
2147 PetscInt *species, dim, Np, Ns; in ComputeFieldAtParticles_Coulomb() local
2196 PetscInt dim, cStart, cEnd, Np; in ComputeFieldAtParticles_Primal() local
2317 PetscInt dim, cStart, cEnd, Np; in ComputeFieldAtParticles_Mixed() local
2437 PetscInt dim, Np; in ComputeFieldAtParticles() local
2483 PetscInt dim, d, Np, p; in RHSFunction() local
[all …]
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c19 PetscInt Np = 0, Nop, op, v; in DMLabelEphemeralComputeStratumSize_Private() local
55 PetscInt Np, p, Nop, op; in DMLabelGetStratumIS_Ephemeral() local
/petsc/src/dm/impls/swarm/tutorials/
H A Dex1.c15 PetscInt Np = 10, field = 0, zero = 0, bs, cStart; in main() local
/petsc/src/dm/dt/interface/ftn-custom/
H A Dzdtdsf90.c19 PetscInt Np; member
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c101 PetscInt Nv, Np; in DMPlexTransformExtrudeComputeExtrusionDim() local
148 const PetscInt Np = ex->periodic ? Nl : Nl + 1; in DMPlexTransformExtrudeSetUp_Point() local
180 const PetscInt Np = ex->periodic ? Nl : Nl + 1; in DMPlexTransformExtrudeSetUp_Segment() local
258 const PetscInt Np = ex->periodic ? Nl : Nl + 1; in DMPlexTransformExtrudeSetUp_Triangle() local
350 const PetscInt Np = ex->periodic ? Nl : Nl + 1; in DMPlexTransformExtrudeSetUp_Quadrilateral() local
/petsc/src/dm/impls/plex/tests/
H A Dex17.c86 PetscInt cdim, Np = 1, Nfd; in TestCustomLocation() local
/petsc/src/dm/dt/tests/
H A Dex9.c35 PetscInt Np, Nk, i, j, l, d, npoints; in testDerivativesLegendre() local
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c991 PetscInt Ns, cStart, cEnd, c, dim, d, Nq, q, Np = 0, p, s; in DMSwarmComputeLocalSize() local
1124 PetscInt Nfc, Np, p, Ns, dim, d, bs; in DMSwarmInitializeCoordinates() local
1219 PetscInt dim, Np, p; in DMSwarmInitializeVelocities() local
1311 PetscInt dim, dE, Np, n, Nf, Nfc, Nfu, cStart, cEnd, maxC = 0, totbs = 0; in DMProjectFieldLocal_Swarm() local
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c69 PetscInt Np = 0; in PetscPartitionerSetFromOptions_Shell() local
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1316 PetscInt Np; in PetscDualSpaceCreateAllDataDefault() local
1328 PetscInt Np, i; in PetscDualSpaceCreateAllDataDefault() local
1445 PetscInt Np; in PetscDualSpaceCreateInteriorDataDefault() local
1466 PetscInt Np, i; in PetscDualSpaceCreateInteriorDataDefault() local

123