|
| PetscErrorCode | MoFEM::TsSetIFunction (TS ts, PetscReal t, Vec u, Vec u_t, Vec F, void *ctx) |
| | Set IFunction for TS solver.
|
| |
| PetscErrorCode | MoFEM::TsSetIJacobian (TS ts, PetscReal t, Vec u, Vec u_t, PetscReal a, Mat A, Mat B, void *ctx) |
| | Set function evaluating jacobian in TS solver.
|
| |
| PetscErrorCode | MoFEM::TsMonitorSet (TS ts, PetscInt step, PetscReal t, Vec u, void *ctx) |
| | Set monitor for TS solver.
|
| |
| PetscErrorCode | MoFEM::TsSetRHSFunction (TS ts, PetscReal t, Vec u, Vec F, void *ctx) |
| | TS solver function.
|
| |
| PetscErrorCode | MoFEM::TsSetRHSJacobian (TS ts, PetscReal t, Vec u, Mat A, Mat B, void *ctx) |
| | TS solver function.
|
| |
| PetscErrorCode | MoFEM::TsSetI2Jacobian (TS ts, PetscReal t, Vec u, Vec u_t, Vec u_tt, PetscReal a, PetscReal aa, Mat A, Mat B, void *ctx) |
| | Calculation Jacobian for second order PDE in time.
|
| |
| PetscErrorCode | MoFEM::TsSetI2Function (TS ts, PetscReal t, Vec u, Vec u_t, Vec u_tt, Vec F, void *ctx) |
| | Calculation the right hand side for second order PDE in time.
|
| |
| PetscErrorCode | MoFEM::TSAdaptChooseMoFEM (TSAdapt adapt, TS ts, PetscReal h, PetscInt *next_sc, PetscReal *next_h, PetscBool *accept, PetscReal *wlte, PetscReal *wltea, PetscReal *wlter) |
| |
| PetscErrorCode | MoFEM::TSAdaptResetMoFEM (TSAdapt adapt) |
| |
| PetscErrorCode | MoFEM::TSAdaptDestroyMoFEM (TSAdapt adapt) |
| |
| PetscErrorCode | MoFEM::TSAdaptCreateMoFEM (TSAdapt adapt) |
| | Craete MOFEM adapt.
|
| |