Searched defs:dofsArray (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 607 …nc)(PC pc, PetscInt point, Vec x, Vec f, IS cellIS, PetscInt n, const PetscInt *dofsArray, const P… in PCPatchSetComputeFunction() 645 …c)(PC pc, PetscInt point, Vec x, Vec f, IS facetIS, PetscInt n, const PetscInt *dofsArray, const P… in PCPatchSetComputeFunctionInteriorFacets() 683 …(PC pc, PetscInt point, Vec x, Mat mat, IS facetIS, PetscInt n, const PetscInt *dofsArray, const P… in PCPatchSetComputeOperator() 721 …(PC pc, PetscInt point, Vec x, Mat mat, IS facetIS, PetscInt n, const PetscInt *dofsArray, const P… in PCPatchSetComputeOperatorInteriorFacets() 1204 PetscInt *dofsArray = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local 1730 const PetscInt *dofsArray = NULL; in PCPatchCreateMatrix_Private() local 1932 const PetscInt *dofsArray; in PCPatchComputeFunction_Internal() local 2015 const PetscInt *dofsArray; in PCPatchComputeOperator_Internal() local
|