Home
last modified time | relevance | path

Searched refs:nverts (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx110 static PetscErrorCode Compute_Lagrange_Basis_1D_Internal(const PetscInt nverts, const PetscReal *co… in Compute_Lagrange_Basis_1D_Internal() argument
120 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_1D_Internal()
122 if (nverts == 2) { /* Linear Edge */ in Compute_Lagrange_Basis_1D_Internal()
125 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_1D_Internal()
134 for (i = 0; i < nverts; ++i) { in Compute_Lagrange_Basis_1D_Internal()
146 for (i = 0; i < nverts; i++) { in Compute_Lagrange_Basis_1D_Internal()
150 } else if (nverts == 3) { /* Quadratic Edge */ in Compute_Lagrange_Basis_1D_Internal()
153 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_1D_Internal()
163 for (i = 0; i < nverts; ++i) { in Compute_Lagrange_Basis_1D_Internal()
175 for (i = 0; i < nverts; i++) { in Compute_Lagrange_Basis_1D_Internal()
[all …]
H A Ddmmoab.cxx1265 PetscErrorCode DMMoabCreateVertices(DM dm, const PetscReal *coords, PetscInt nverts, moab::Range *o… in DMMoabCreateVertices() argument
1278 merr = dmmoab->mbiface->create_vertices(&coords[0], nverts, verts); in DMMoabCreateVertices()
1305 …m, const moab::EntityType type, const moab::EntityHandle *conn, PetscInt nverts, moab::EntityHandl… in DMMoabCreateElement() argument
1318 merr = dmmoab->mbiface->create_element(type, conn, nverts, elem); in DMMoabCreateElement()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c73 PetscInt nverts, dof = 0, celltype, startoffset, nC = 0; in DMPlexGetVTKConnectivity() local
108 nverts = countconn - startoffset; in DMPlexGetVTKConnectivity()
109 PetscCall(DMPlexVTKGetCellType_Internal(dm, dim, nverts, &celltype)); in DMPlexGetVTKConnectivity()