Searched defs:fid (Results 1 – 7 of 7) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | PetscBinaryIO.py | 403 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 D | PetscBagRead.m | 59 fid = fopen(petscbagh,'rt'); variable
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 652 PetscInt fid = fidp[i]; in KSPFETIDPSetUpOperators() local 662 PetscInt fid = fidp[i]; in KSPFETIDPSetUpOperators() local
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 288 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 D | ex56.c | 299 PetscInt fid[] = {1}; /* The fixed faces (x=0) */ in main() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1108 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 D | ex30.c | 599 const PetscInt fid = (PetscInt)PetscRealPart(constants[numConstants]); in average() local
|