For a second-order differential problem defined as M u_tt + C u_t + K u = F(t)
what would be the steps to solve this problem using TS? P.S.: I already have the matrices M, C, and K implemented as Mat objects.
Diego Magela Lemos via petsc-users Thu, 14 Nov 2024 13:57:52 -0800
For a second-order differential problem defined as M u_tt + C u_t + K u = F(t)
what would be the steps to solve this problem using TS? P.S.: I already have the matrices M, C, and K implemented as Mat objects.