| /petsc/src/dm/impls/network/tests/ |
| H A D | ex3.c | 20 PetscErrorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edge… in StarGraphCreateEdgeList() 60 PetscInt ne = 0, compkey, eStart, eEnd, vStart, vEnd, e, v; in StarGraphCreate() local 91 PetscErrorCode StarGraphTestQuery(DM dm, PetscInt ne) in StarGraphTestQuery() 107 PetscInt ne = 1; in main() local
|
| H A D | ex1.c | 20 PetscErrorCode CreateStarGraphEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edge… in CreateStarGraphEdgeList() 60 PetscInt ne = 0, compkey, eStart, eEnd, vStart, vEnd, e, v; in CreateSimpleStarGraph() local 97 PetscInt dofv = 1, dofe = 1, ne = 1; in main() local
|
| H A D | ex2.c | 20 static PetscErrorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscIn… in StarGraphCreateEdgeList() 104 PetscInt ne = 0, compkey, eStart, eEnd, vStart, vEnd, e, v; in StarGraphCreate() local 182 PetscInt dofv = 1, dofe = 1, ne = 1; in main() local
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 21 PetscErrorCode FormFunction_Water(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Water() 105 PetscInt nv, ne; in WaterFormFunction() local 138 PetscInt nv, ne; in WaterSetInitialGuess() local 198 PetscErrorCode SetInitialGuess_Water(DM networkdm, Vec localX, PetscInt nv, PetscInt ne, const Pets… in SetInitialGuess_Water()
|
| H A D | water.c | 18 PetscInt nv, ne, i; in main() local
|
| H A D | waterreaddata.c | 129 PetscInt i, j, nv = 0, ne = 0, ncurve = 0, ntitle = 0, nlines, ndata, curve_id; in WaterReadData() local
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power2.c | 11 PetscErrorCode FormFunction_Subnet(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, … in FormFunction_Subnet() 127 PetscInt nv, ne; in FormFunction() local 158 …acobian_Subnet(DM networkdm, Vec localX, Mat J, Mat Jpre, PetscInt nv, PetscInt ne, const PetscInt… in FormJacobian_Subnet() 343 PetscInt ne, nv; in FormJacobian() local 370 PetscErrorCode SetInitialValues_Subnet(DM networkdm, Vec localX, PetscInt nv, PetscInt ne, const Pe… in SetInitialValues_Subnet() 408 PetscInt nv, ne; in SetInitialValues() local 443 PetscInt nsubnet = 2, nv, ne, i, j, genj, loadj; in main() local
|
| H A D | power.c | 17 PetscInt nv, ne; in FormFunction() local 43 PetscInt vStart, vEnd, nv, ne; in SetInitialValues() local
|
| H A D | pffunctions.c | 32 PetscErrorCode FormJacobian_Power_private(DM networkdm, Vec localX, Mat J, PetscInt nv, PetscInt ne… in FormJacobian_Power_private() 218 PetscInt nv, ne; in FormJacobian_Power() local 240 PetscErrorCode FormFunction_Power(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Power() 350 PetscErrorCode SetInitialGuess_Power(DM networkdm, Vec localX, PetscInt nv, PetscInt ne, const Pets… in SetInitialGuess_Power()
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 91 PetscInt nv, ne, i, j, offset, nvar, row; in FormJacobian_subPower() local 135 PetscErrorCode FormFunction_Dummy(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Dummy() 168 PetscInt nv, ne, v; in FormFunction() local 263 PetscInt nv, ne, i, j, ncomp, offset, key; in SetInitialGuess() local 459 PetscInt Nsubnet = 2, numVertices[2], numEdges[2], i, j, nv, ne, it_max = 10; in main() local
|
| /petsc/src/dm/tutorials/ |
| H A D | ex5.c | 9 PetscInt M = 10, N = 8, ne, nc, i; in main() local
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 14 PetscInt e, ne, nv, v, ecompkey, vcompkey; in main() local
|
| H A D | noflux_check.c | 112 PetscInt ne, num_pts; in main() local
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex4.c | 9 PetscInt i, j, net, Nsubnet, ne, nv, nvar, v, goffset, row, compkey0, compkey1, compkey; in main() local
|
| H A D | ex3.c | 18 …PetscInt i, j, net, Nsubnet, nsubnet, ne, nv, nvar, v, ncomp, compkey0, compkey1, compkey, … in main() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex55.c | 13 PetscInt i, m, M, its, Istart, Iend, j, Ii, ix, ne = 4; in main() local
|
| H A D | ex54.c | 10 PetscInt i, m, M, its, Istart, Iend, j, Ii, ix, ne = 4; in main() local
|
| H A D | ex56.c | 27 PetscInt m, nn, M, Istart, Iend, i, j, k, ii, jj, kk, ic, ne = 4, id; in main() local
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 287 PetscInt vfrom, vto, i, j, nv, ne, nsv, p, nsubnet; in DMView_Network() local
|
| H A D | networkcreate.c | 89 PetscInt ne, nv, id; in VecView_Network_MPI() local
|
| H A D | network.c | 212 PetscErrorCode DMNetworkAddSubnetwork(DM dm, const char *name, PetscInt ne, PetscInt edgelist[], Pe… in DMNetworkAddSubnetwork() 815 PetscErrorCode DMNetworkGetSubnetwork(DM dm, PetscInt netnum, PeOp PetscInt *nv, PeOp PetscInt *ne,… in DMNetworkGetSubnetwork()
|
| /petsc/src/dm/impls/da/ |
| H A D | dadd.c | 37 PetscInt me = 1, ne = 1, pe = 1; in DMDACreatePatchIS() local
|
| /petsc/src/tao/constrained/tutorials/ |
| H A D | ex1.c | 37 PetscInt ne; /* Global number of equality constraints */ member
|
| /petsc/include/petsc/private/ |
| H A D | dmdaimpl.h | 48 PetscInt ne; /* number of elements */ member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1293 PetscInt ne = mesh->numElems; in GmshReadElements() local
|