Home
last modified time | relevance | path

Searched defs:Arhs (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/interface/
H A Dts.c719 PetscErrorCode TSGetRHSMats_Private(TS ts, Mat *Arhs, Mat *Brhs) in TSGetRHSMats_Private()
920 Mat Arhs = NULL; in TSComputeIJacobian() local
945 Mat Arhs = NULL, Brhs = NULL; in TSComputeIJacobian() local
4647 Mat Arhs, Brhs; in TSComputeRHSFunctionLinear() local
/petsc/include/petsc/private/
H A Dtsimpl.h254 Mat Arhs; /* Right hand side matrix */ member