Home
last modified time | relevance | path

Searched defs:numDof (Results 1 – 20 of 20) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex1.c12 PetscInt numDof[12]; in main() local
H A Dex14.c14 PetscInt numDof[12]; in main() local
H A Dex6.c204 PetscInt numDof = user->k[f] - 1; in SetSymmetries() local
227 PetscInt numDof = perEdge * perEdge; in SetSymmetries() local
325 PetscInt *numDof, d; in main() local
/petsc/src/dm/tutorials/
H A Dex20.c160 PetscInt numDof[] = {1, 0, 0}; /* vert, edge, cell */ in pic_insert_DMPLEX_with_cell_list() local
229 PetscInt numDof[] = {1, 0, 0}; /* vert, edge, cell */ in pic_insert_DMPLEX() local
H A Dex21.c56 PetscInt numDof[] = {1, 0, 0}; /* vert, edge, cell */ in pic_advect() local
/petsc/src/binding/petsc4py/demo/legacy/dmplex/
H A Ddistribute_field.py41 numDof = [0] * 3 variable
/petsc/src/dm/impls/plex/tests/
H A Dex15.c16 PetscInt numDof[3] = {2, 0, 0}; in main() local
H A Dex52.c64 PetscInt numDof[6] = {0}; in main() local
H A Dex10.c10 PetscInt *numDof; /* The dof signature for the section */ member
H A Dex12.c95 PetscInt numDof[] = {0, 0, 0, 1}; in CreateMesh() local
H A Dex47.c529 PetscInt numDof[4] = {0, 0, 0, 0}; in main() local
H A Dex9.c13 PetscInt *numDof; /* The dof signature for the section */ member
/petsc/src/dm/impls/plex/
H A Dplexsection.c39 const PetscInt *numDof; in DMPlexCreateSectionFields() local
89 static PetscErrorCode DMPlexCreateSectionDof(DM dm, DMLabel label[], const PetscInt numDof[], Petsc… in DMPlexCreateSectionDof()
427 …xCreateSection(DM dm, DMLabel label[], const PetscInt numComp[], const PetscInt numDof[], PetscInt… in DMPlexCreateSection()
454 PetscInt *bcFields, *numComp, *numDof; in DMCreateLocalSection_Plex() local
H A Dplexpreallocate.c249 PetscInt dim, pStart, pEnd, numDof, globalOffStart, globalOffEnd, numCols, adjSize; in DMPlexCreateAdjacencySection_Static() local
H A Dplextree.c1173 const PetscInt *numDof = NULL; in DMPlexComputeAnchorMatrix_Tree_Direct() local
/petsc/src/vec/is/section/interface/
H A Dsection.c941 PetscErrorCode PetscSectionGetDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetDof()
968 PetscErrorCode PetscSectionSetDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionSetDof()
995 PetscErrorCode PetscSectionAddDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionAddDof()
1023 …ErrorCode PetscSectionGetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt *numDof) in PetscSectionGetFieldDof()
1059 …cErrorCode PetscSectionSetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt numDof) in PetscSectionSetFieldDof()
1094 …cErrorCode PetscSectionAddFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt numDof) in PetscSectionAddFieldDof()
1119 PetscErrorCode PetscSectionGetConstraintDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetConstraintDof()
1143 PetscErrorCode PetscSectionSetConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionSetConstraintDof()
1168 PetscErrorCode PetscSectionAddConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionAddConstraintDof()
1196 …PetscSectionGetFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, PetscInt *numDof) in PetscSectionGetFieldConstraintDof()
[all …]
/petsc/src/ts/tutorials/
H A Dex52.c271 PetscInt numDof[12]; in main() local
/petsc/include/petsc/private/
H A Dpetscfeimpl.h130 PetscInt *numDof; member
199 PetscInt *numDof; member
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c783 PetscErrorCode PetscDualSpaceGetNumDof(PetscDualSpace sp, const PetscInt *numDof[]) in PetscDualSpaceGetNumDof()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c759 PetscErrorCode PetscFEGetNumDof(PetscFE fem, const PetscInt *numDof[]) in PetscFEGetNumDof()