#include "petscdmplex.h" #include "petsclandau.h" PetscErrorCode DMPlexLandauIFunction(TS ts, PetscReal time_dummy, Vec X, Vec X_t, Vec F, void *actx)Collective on ts
TS | - The time stepping context | |
time_dummy | - current time (not used) | |
X | - Current state | |
X_t | - Time derivative of current state | |
actx | - Landau context |
F | - The residual |
.keywords: mesh .seealso: DMPlexLandauCreateVelocitySpace(), DMPlexLandauIJacobian()