Home
last modified time | relevance | path

Searched refs:objName (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c153 vmath->objName = NULL; in PetscViewerCreate_Mathematica()
420 *name = vmath->objName; in PetscViewerMathematicaGetName()
442 vmath->objName = name; in PetscViewerMathematicaSetName()
462 vmath->objName = NULL; in PetscViewerMathematicaClearName()
474 if (!vmath->objName) name = "mat"; in PetscViewerMathematicaPutMatrix()
475 else name = (char *)vmath->objName; in PetscViewerMathematicaPutMatrix()
503 if (!vmath->objName) name = "mat"; in PetscViewerMathematicaPutCSRMatrix()
504 else name = (char *)vmath->objName; in PetscViewerMathematicaPutCSRMatrix()
H A Dmathematica.h24 const char *objName; /* The name for the next object passed to Mathematica */ member
/petsc/config/BuildSystem/config/
H A DsetCompilers.py2183 objName = os.path.join(self.tmpDir, 'conf1.o')
2195 if os.path.isfile(objName):
2196 os.remove(objName)
2211 if os.path.isfile(objName):
2212 os.remove(objName)
2213 os.rename(self.compilerObj, objName)
2218 …g.base.Configure.executeShellCommand(self.AR+' '+arflags+' '+arcUnix+' '+objName, checkCommand = c…
2236 if os.path.isfile(objName):
2237 os.remove(objName)
2248 os.remove(objName)
[all …]