Home
last modified time | relevance | path

Searched defs:Nv (Results 1 – 25 of 41) sorted by relevance

12

/petsc/src/dm/impls/plex/tests/ !
H A Dex47.c410 PetscInt Nv = sNGlobVerts2x5Mesh; in main() local
428 PetscInt Nv = sNGlobVertsMixedTQMesh; in main() local
463 PetscInt Nv = sNGlobVertsPrismsMesh; in main() local
481 PetscInt Nv = sNGlobVertsHexPrismMesh; in main() local
/petsc/src/mat/tutorials/ !
H A Dex18.h6 PetscInt Nv; /* number of vertices */ member
/petsc/src/dm/dt/space/impls/sum/ !
H A Dspacesum.c230 PetscInt Ns, Nc, Nv, deg, i; in PetscSpaceSetFromOptions_Sum() local
277 PetscInt Nv, Ns, Nc, i, sum_Nc = 0, deg = PETSC_INT_MAX, maxDeg = PETSC_INT_MIN; in PetscSpaceSetUp_Sum() local
422 PetscInt Nc = sp->Nc, Nv = sp->Nv, Ns = sum->numSumSpaces; in PetscSpaceEvaluate_Sum() local
667 PetscInt i, Nv, Nc = 0; in PetscSpaceCreateSum() local
/petsc/src/dm/label/impls/ephemeral/ !
H A Ddmlabeleph.c95 PetscInt defValue, Nv; in DMLabelSetUp_Ephemeral() local
124 PetscInt Nv, v; in DMLabelView_Ephemeral_Ascii() local
/petsc/src/dm/dt/space/impls/tensor/ !
H A Dspacetensor.c31 PetscInt Ns, Nc, i, Nv, deg; in PetscSpaceSetFromOptions_Tensor() local
133 PetscInt Nc, Nv, Ns; in PetscSpaceSetUp_Tensor() local
202 PetscInt Nv = sp->Nv; in PetscSpaceSetUp_Tensor() local
303 PetscInt Nv = sp->Nv; in PetscSpaceEvaluate_Tensor() local
/petsc/src/dm/impls/plex/ !
H A Dplexply.c28 int snum, Nv, Nc; in DMPlexCreatePLYFromFile() local
H A Dplexegads.c491 PetscInt Nv, v, Np = 0, pm; in DMSnapToGeomModel_EGADS_Internal() local
632 int id, sh, Nsh, f, Nf, l, Nl, e, Ne, v, Nv; in DMPlexGeomPrintModel_Internal() local
910 int id, Nl, l, Nv, v; in DMPlexCreateGeom_Internal() local
930 int Nv, id; in DMPlexCreateGeom_Internal() local
1001 int id, Nv, v; in DMPlexCreateGeom_Internal() local
1060 int eid, Nv; in DMPlexCreateGeom_Internal() local
1171 int eid, Nv, v, tmp; in DMPlexCreateGeom_Internal() local
1383 int eid, Nv, v; in DMPlexCreateGeom_Internal() local
1511 int Nf, Ne, Nv; in DMPlexCreateGeom() local
1634 int Nf, Ne, Nv; in DMPlexCreateGeom() local
[all …]
H A Dplexadapt.c63 PetscInt dim, Nv, Neq, c, v; in DMPlexLabelToMetricConstraint() local
/petsc/src/dm/impls/plex/tutorials/ !
H A Dex10.c59 PetscInt dim, Nv, v, cStart, cEnd, c; in AdaptMesh() local
H A Dex8.c88 PetscInt Nv; in main() local
H A Dex11.c72 PetscInt Ncl, cl, Nv, vStart, vEnd, v; in CheckCellVertices() local
102 PetscInt cdim, d, Nc, Ncl, cl, vStart, vEnd, Nv; in ReorientCell() local
/petsc/src/dm/impls/plex/transform/impls/refine/bl/ !
H A Dplexrefbl.c489 …orm tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p, PetscInt r, PetscInt Nv, PetscInt dE, c… in DMPlexTransformMapCoordinates_BL()
/petsc/src/dm/impls/plex/transform/impls/extrude/ !
H A Dplextrcohesive.c988 …orm tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p, PetscInt r, PetscInt Nv, PetscInt dE, c… in DMPlexTransformMapCoordinates_Cohesive()
1213 PetscInt Nv; in DMPlexTransformCohesiveExtrudeGetUnsplit() local
H A Dplextrextrude.c101 PetscInt Nv, Np; in DMPlexTransformExtrudeComputeExtrusionDim() local
787 …orm tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p, PetscInt r, PetscInt Nv, PetscInt dE, c… in DMPlexTransformMapCoordinates_Extrude()
/petsc/src/dm/impls/plex/transform/interface/ !
H A Dplextransform.c1713 PetscInt clSize, cl, Nv = 0; in DMPlexTransformCreateCellVertices_Internal() local
1772 PetscErrorCode DMPlexTransformGetCellVertices(DMPlexTransform tr, DMPolytopeType ct, PetscInt *Nv, … in DMPlexTransformGetCellVertices()
1807 …orm tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p, PetscInt r, PetscInt Nv, PetscInt dE, c… in DMPlexTransformMapCoordinatesBarycenter_Internal()
1842 …orm tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p, PetscInt r, PetscInt Nv, PetscInt dE, c… in DMPlexTransformMapCoordinates()
1881 PetscInt defVal, Nv, val; in RefineLabel_Internal() local
2243 PetscInt clSize, cl, Nv = 0; in DMPlexTransformSetCoordinates() local
2301 PetscInt Nc, Nv, v, d; in DMPlexTransformSetCoordinates() local
/petsc/src/dm/dt/space/impls/poly/ !
H A Dspacepoly.c62 PetscInt Nv = sp->Nv; in PetscSpaceSetUp_Polynomial() local
/petsc/src/dm/dt/space/impls/ptrimmed/ !
H A Dspaceptrimmed.c69 PetscInt Nv, deg, maxDeg; in PetscSpaceSetUp_Ptrimmed() local
/petsc/src/snes/utils/ !
H A Ddmplexsnes.c47 PetscInt Nf, Nv; in SNESCorrectDiscretePressure_Private() local
947 PetscInt Nv, v; in DMSNESCheckJacobian() local
/petsc/src/ts/utils/ !
H A Ddmplexts.c411 PetscInt Nv, v; in DMTSCheckJacobian() local
/petsc/src/dm/dt/dualspace/interface/ !
H A Ddualspace.c1884 …ualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt Nv, PetscInt Nc, P… in PetscDualSpaceTransform()
1940 …ualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt Nv, PetscInt Nc, P… in PetscDualSpaceTransformGradient()
2073 …ualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt Nv, PetscInt Nc, P… in PetscDualSpaceTransformHessian()
/petsc/src/dm/dt/interface/ !
H A Ddtds.c3168 …DS ds, DMBoundaryConditionType type, const char name[], DMLabel label, PetscInt Nv, const PetscInt… in PetscDSAddBoundary()
3298 …, DMBoundaryConditionType type, const char name[], const char lname[], PetscInt Nv, const PetscInt… in PetscDSAddBoundaryByName()
3377 …nt bd, DMBoundaryConditionType type, const char name[], DMLabel label, PetscInt Nv, const PetscInt… in PetscDSUpdateBoundary()
3479 …f, DMBoundaryConditionType *type, const char *name[], DMLabel *label, PetscInt *Nv, const PetscInt… in PetscDSGetBoundary()
/petsc/src/dm/label/ !
H A Ddmlabel.c1853 PetscInt Nv, Np; in DMLabelPermuteValues() local
1892 PetscInt Nv, Np; in DMLabelRewriteValues() local
2997 PetscInt Nv, v; in PetscSectionSymCopy_Label() local
/petsc/src/dm/impls/plex/generators/ctetgen/ !
H A Dctetgenerate.c365 PetscInt supportSize, numPoints, p, Nv = 0, val; in DMPlexRefine_CTetgen() local
/petsc/include/petsc/private/ !
H A Dpetscdsimpl.h16 PetscInt Nv; /* The number of label values defining the region */ member
/petsc/src/dm/dt/fe/interface/ !
H A Dfe.c1221 PetscErrorCode PetscFEPushforward(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar vals[]) in PetscFEPushforward()
1249 PetscErrorCode PetscFEPushforwardGradient(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar… in PetscFEPushforwardGradient()
1280 PetscErrorCode PetscFEPushforwardHessian(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar … in PetscFEPushforwardHessian()

12