Home
last modified time | relevance | path

Searched defs:find (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddtweakform.c558 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 Dplexsection.c303 const PetscInt *find; in DMPlexCreateSectionBCIndicesField() local
376 const PetscInt *find; in DMPlexCreateSectionBCIndices() local
H A Dplexorient.c878 PetscInt find; in DMPlexOrientCells_Internal() local
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1303 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.py188 def find(self, heading: str, cache_result: bool = True, strict: bool = False) -> SectionBase: member in SectionManager