int TSCreate(MPI_Comm comm,TSProblemType problemtype,TS *outts)Collective on MPI_Comm
comm | - MPI communicator |
type | - One of TS_LINEAR,TS_NONLINEAR where these types refer to problems of the forms |
U_t = A U U_t = A(t) U U_t = F(t,U)
Level:beginner
Location:src/ts/interface/ts.c
Time Stepping
Table of Contents