| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex1.c | 12 PetscInt numDof[12]; in main() local
|
| H A D | ex14.c | 14 PetscInt numDof[12]; in main() local
|
| H A D | ex6.c | 204 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 D | ex20.c | 160 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 D | ex21.c | 56 PetscInt numDof[] = {1, 0, 0}; /* vert, edge, cell */ in pic_advect() local
|
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | distribute_field.py | 41 numDof = [0] * 3 variable
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex15.c | 16 PetscInt numDof[3] = {2, 0, 0}; in main() local
|
| H A D | ex52.c | 64 PetscInt numDof[6] = {0}; in main() local
|
| H A D | ex10.c | 10 PetscInt *numDof; /* The dof signature for the section */ member
|
| H A D | ex12.c | 95 PetscInt numDof[] = {0, 0, 0, 1}; in CreateMesh() local
|
| H A D | ex47.c | 529 PetscInt numDof[4] = {0, 0, 0, 0}; in main() local
|
| H A D | ex9.c | 13 PetscInt *numDof; /* The dof signature for the section */ member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 39 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 D | plexpreallocate.c | 249 PetscInt dim, pStart, pEnd, numDof, globalOffStart, globalOffEnd, numCols, adjSize; in DMPlexCreateAdjacencySection_Static() local
|
| H A D | plextree.c | 1173 const PetscInt *numDof = NULL; in DMPlexComputeAnchorMatrix_Tree_Direct() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 941 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 D | ex52.c | 271 PetscInt numDof[12]; in main() local
|
| /petsc/include/petsc/private/ |
| H A D | petscfeimpl.h | 130 PetscInt *numDof; member 199 PetscInt *numDof; member
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 783 PetscErrorCode PetscDualSpaceGetNumDof(PetscDualSpace sp, const PetscInt *numDof[]) in PetscDualSpaceGetNumDof()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 759 PetscErrorCode PetscFEGetNumDof(PetscFE fem, const PetscInt *numDof[]) in PetscFEGetNumDof()
|