Searched refs:tsdae (Results 1 – 1 of 1) sorted by relevance
22 PetscErrorCode TSDAESimpleCreate(MPI_Comm comm, TSDAESimple *tsdae) in TSDAESimpleCreate() argument25 PetscCall(PetscNew(tsdae)); in TSDAESimpleCreate()26 (*tsdae)->comm = comm; in TSDAESimpleCreate()30 PetscErrorCode TSDAESimpleSetRHSFunction(TSDAESimple tsdae, Vec U, PetscErrorCode (*f)(PetscReal, V… in TSDAESimpleSetRHSFunction() argument33 tsdae->f = f; in TSDAESimpleSetRHSFunction()34 tsdae->U = U; in TSDAESimpleSetRHSFunction()36 tsdae->fctx = ctx; in TSDAESimpleSetRHSFunction()40 PetscErrorCode TSDAESimpleSetIFunction(TSDAESimple tsdae, Vec V, PetscErrorCode (*F)(PetscReal, Vec… in TSDAESimpleSetIFunction() argument43 tsdae->F = F; in TSDAESimpleSetIFunction()44 tsdae->V = V; in TSDAESimpleSetIFunction()[all …]