Searched defs:find (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dtweakform.c | 558 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetJacobian() local 570 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddJacobian() local 582 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetJacobian() local 594 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexJacobian() local 621 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetJacobianPreconditioner() local 633 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddJacobianPreconditioner() local 645 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetJacobianPreconditioner() local 657 PetscInt find = f * wf->Nf + g; in PetscWeakFormSetIndexJacobianPreconditioner() local 684 PetscInt find = f * wf->Nf + g; in PetscWeakFormGetBdJacobian() local 696 PetscInt find = f * wf->Nf + g; in PetscWeakFormAddBdJacobian() local [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 303 const PetscInt *find; in DMPlexCreateSectionBCIndicesField() local 376 const PetscInt *find; in DMPlexCreateSectionBCIndices() local
|
| H A D | plexorient.c | 878 PetscInt find; in DMPlexOrientCells_Internal() local
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 1303 inline typename UnorderedMap<K, T, H, KE>::iterator UnorderedMap<K, T, H, KE>::find(const key_type … in find() function in Petsc::UnorderedMap 1313 inline typename UnorderedMap<K, T, H, KE>::const_iterator UnorderedMap<K, T, H, KE>::find(const key… in find() function in Petsc::UnorderedMap
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 188 def find(self, heading: str, cache_result: bool = True, strict: bool = False) -> SectionBase: member in SectionManager
|