Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 7 of 7) sorted by relevance

/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py403 def readObjectType(self, fid): argument
416 def readBinaryFile(self, fid, mattype='sparse'): argument
464 def writeBinaryFile(self, fid, objects): argument
/petsc/share/petsc/matlab/
H A DPetscBagRead.m59 fid = fopen(petscbagh,'rt'); variable
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c652 PetscInt fid = fidp[i]; in KSPFETIDPSetUpOperators() local
662 PetscInt fid = fidp[i]; in KSPFETIDPSetUpOperators() local
/petsc/src/dm/impls/swarm/
H A Dswarm.c288 PetscInt bs, nlocal, fid = -1, cfid = -2; in DMSwarmDestroyVectorFromField_Private() local
312 PetscInt bs, n, fid; in DMSwarmCreateVectorFromField_Private() local
357 PetscInt fid; in DMSwarmDestroyVectorFromFields_Private() local
435 PetscInt fid; in DMSwarmCreateVectorFromFields_Private() local
/petsc/src/snes/tutorials/
H A Dex56.c299 PetscInt fid[] = {1}; /* The fixed faces (x=0) */ in main() local
/petsc/src/dm/impls/plex/
H A Dplexegads.c1108 int Nf, fid, periodic[2]; in DMPlexCreateGeom_Internal() local
1360 int lid, Nf, fid, Ner = 0, Ne, e, Nt = 0, t; in DMPlexCreateGeom_Internal() local
2999 PetscInt fid, Ne, Nn; in DMPlex_Surface_Grad() local
3956 PetscInt fid, Ne, Nn; in DMPlexGeomDataAndGrads() local
/petsc/src/ts/tutorials/
H A Dex30.c599 const PetscInt fid = (PetscInt)PetscRealPart(constants[numConstants]); in average() local