Lines Matching refs:function
61 …PetscCallSAWs(SAWs_Register, ("/PETSc/Stack/functions", petscstack.function, 20, SAWs_READ, SAWs_S… in PetscStackViewSAWs()
134 …[i]) PetscCall((*PetscErrorPrintf)("#%d %s() at %s:%d\n", j, petscstack.function[i], PetscCIFilena… in PetscStackView()
136 PetscCall(PetscStrstr(petscstack.function[i], " ", &ptr)); in PetscStackView()
137 if (!ptr) PetscCall((*PetscErrorPrintf)("#%d %s()\n", j, petscstack.function[i])); in PetscStackView()
138 else PetscCall((*PetscErrorPrintf)("#%d %s\n", j, petscstack.function[i])); in PetscStackView()
144 …printf(file, "[%d] #%d %s() at %s:%d\n", PetscGlobalRank, j, petscstack.function[i], PetscCIFilena… in PetscStackView()
146 PetscCall(PetscStrstr(petscstack.function[i], " ", &ptr)); in PetscStackView()
147 if (!ptr) fprintf(file, "[%d] #%d %s()\n", PetscGlobalRank, j, petscstack.function[i]); in PetscStackView()
148 else fprintf(file, "[%d] #%d %s\n", PetscGlobalRank, j, petscstack.function[i]); in PetscStackView()
180 sout->function[i] = sint->function[i]; in PetscStackCopy()
220 …if (sint->file[i]) fprintf(fp, " [%d] %s() at %s:%d\n", PetscGlobalRank, sint->function[i], … in PetscStackPrint()
221 else fprintf(fp, " [%d] %s()\n", PetscGlobalRank, sint->function[i]); in PetscStackPrint()