Searched refs:objName (Results 1 – 3 of 3) sorted by relevance
153 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()
24 const char *objName; /* The name for the next object passed to Mathematica */ member
2183 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 …]