Lines Matching refs:code
5 The source code for the kernel is in `src/sys`. It contains systematic
17 - objects and code for viewing, drawing, and displaying data and solver objects.
24 so on are not used in PETSc source code. Rather, it has
49 These are currently always `int`, but their use clarifies the code.
54 error code” model when problems are detected in the running code. The
57 and the source code for the PETSc error handling is in
65 - `SETERRQ(comm,error code,Error message);`
77 line number, and file, plus an error code and an error message. Normally
102 handler with the code
127 The PETSc error handler takes an error code. The generic error codes are
130 The same error code is used many times in the libraries. For example,
131 the error code `PETSCERRMEM` is used whenever a requested memory
136 In a modern parallel component-oriented application code, it does not
154 In PETSc code, when one calls C++ functions that do not return with an error code but might
168 `petscsys.h`, while the implementation code is in `src/sys/memory`.
203 locations also sets the pointer value to zero, preventing later code
213 increasing performance, and it clarifies in the code related memory
217 in the PETSc source code. They automatically manage calling
264 of errors in the code since the compiler determines their sizes from the
279 The source code for the profile logging is in `src/sys/plog/`.