Go to the source code of this file.
Defines |
#define | ERRMSG_0 "Not enough scratch memory" |
#define | ERRMSG_1 "Cannot malloc" |
#define | ERRMSG_2 "Invalid data" |
#define | ERRMSG_3 "Cannot evaluate basis functions" |
#define | ERRMSG_4 "Iterations limit exceeded" |
#define | ERRMSG_5 "Bracketing failed" |
#define | ERRMSG_6 "Failed to improve a point" |
#define | ERRMSG_7 "Cannot decompose constraint equations matrix" |
#define | ERRMSG_8 "Cannot transform the Hessian" |
#define | ERRMSG_9 "Cannot find rows" |
#define | ERRMSG_10 "Could not find neighbours" |
#define | ERRMSG_11 "Could not order points" |
#define | ERRMSG_12 "Failed to set up a small block" |
#define | ERRMSG_13 "Failed to set up a big block" |
#define | ERRMSG_14 "Something wrong with the mesh" |
#define | ERRMSG_15 "Failed to set up the elements" |
#define | ERRMSG_16 "Failed to set up normal vectors" |
#define | ERRMSG_17 "Failed to extract block Hessian rows" |
#define | ERRMSG_18 "Block Hessian not positive-definite" |
#define | ERRMSG_19 "Could not compute the Hessian matrix" |
#define | ERRMSG_20 "Could not compute the gradient" |
#define | ERRMSG_21 "CG method failed" |
#define | ERRMSG_22 "No progress" |
#define | ERRMSG_23 "Cannot begin bracketing" |
#define | ERRMSG_24 "Failed to set up the coarse mesh preconditioner" |
Define Documentation
#define ERRMSG_0 "Not enough scratch memory" |
#define ERRMSG_1 "Cannot malloc" |
#define ERRMSG_10 "Could not find neighbours" |
#define ERRMSG_11 "Could not order points" |
#define ERRMSG_12 "Failed to set up a small block" |
#define ERRMSG_13 "Failed to set up a big block" |
#define ERRMSG_14 "Something wrong with the mesh" |
#define ERRMSG_15 "Failed to set up the elements" |
#define ERRMSG_16 "Failed to set up normal vectors" |
#define ERRMSG_17 "Failed to extract block Hessian rows" |
#define ERRMSG_18 "Block Hessian not positive-definite" |
#define ERRMSG_19 "Could not compute the Hessian matrix" |
#define ERRMSG_2 "Invalid data" |
#define ERRMSG_20 "Could not compute the gradient" |
#define ERRMSG_21 "CG method failed" |
#define ERRMSG_22 "No progress" |
#define ERRMSG_23 "Cannot begin bracketing" |
#define ERRMSG_24 "Failed to set up the coarse mesh preconditioner" |
#define ERRMSG_3 "Cannot evaluate basis functions" |
#define ERRMSG_4 "Iterations limit exceeded" |
#define ERRMSG_5 "Bracketing failed" |
#define ERRMSG_6 "Failed to improve a point" |
#define ERRMSG_7 "Cannot decompose constraint equations matrix" |
#define ERRMSG_8 "Cannot transform the Hessian" |
#define ERRMSG_9 "Cannot find rows" |