Home
last modified time | relevance | path

Searched refs:local_error (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.c920 error local_error; in cJSON_ParseWithLengthOpts() local
921 local_error.json = (const unsigned char *)value; in cJSON_ParseWithLengthOpts()
922 local_error.position = 0; in cJSON_ParseWithLengthOpts()
925 local_error.position = buffer.offset; in cJSON_ParseWithLengthOpts()
927 local_error.position = buffer.length - 1; in cJSON_ParseWithLengthOpts()
930 …if (return_parse_end != NULL) *return_parse_end = (const char *)local_error.json + local_error.pos… in cJSON_ParseWithLengthOpts()
932 global_error = local_error; in cJSON_ParseWithLengthOpts()
/petsc/src/ts/impls/eimex/
H A Deimex.c81 PetscReal alpha, local_error, local_error_a, local_error_r; in TSStep_EIMEX() local
110 …>nstages - 1, ext->nstages - 2, ext->nstages)], ts->adapt->wnormtype, &local_error, &local_error_a… in TSStep_EIMEX()
111 accept = (local_error < 1.0) ? PETSC_TRUE : PETSC_FALSE; in TSStep_EIMEX()