Home
last modified time | relevance | path

Searched defs:dofs (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c13 PetscInt *dofs, *offs, *cdofs, *coffs, *cinds, dof, cdof, m, moff, i; in PetscSectionView_HDF5_SingleField() local
183 const PetscInt *dofs, *offs, *cdofs; in PetscSectionLoad_HDF5_SingleField() local
/petsc/include/petsc/private/
H A Dpetscconvestimpl.h33 PetscInt *dofs; member
H A Dpcpatchimpl.h40 IS dofs; /* [patch][cell in patch][dof in cell]: patch local dof */ member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi158 cdef inline PetscInt asDofs(dofs, argument
/petsc/src/binding/petsc4py/test/
H A Dtest_dmstag.py299 dofs = [dof0, dof1, dof2, dof3][: dim + 1] variable
/petsc/src/snes/utils/
H A Dconvest.c221 PetscInt *dofs = &ce->dofs[r * ce->Nf]; in PetscConvEstMonitorDefault() local
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj.cxx81 PetscInt gxm, gym, i, dofs = 2, ctrl[3] = {0, 0, 0}; in main() local
/petsc/src/ksp/ksp/tutorials/
H A Dex49.c1205 static PetscErrorCode DMDABCApplySymmetricCompression(DM elas_da, Mat A, Vec f, IS *dofs, Mat *AA, … in DMDABCApplySymmetricCompression()
H A Dex42.c1639 PetscInt i, dofs; in DAView_3DVTK_PStructuredGrid() local
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c837 static PetscErrorCode PCPatchGetPointDofs(PC pc, PetscHSetI pts, PetscHSetI dofs, PetscInt base, Pe… in PCPatchGetPointDofs()