PETSc version 3.17.5
Fix/Edit manual page
DMTSDestroyRHSMassMatrix
Destroys the mass matrix and solver stored in the DMTS context, if they exist.
Synopsis
#include "petscts.h"
PetscErrorCode
DMTSDestroyRHSMassMatrix
(
DM
dm)
Logically Collective
Input Parameters
dm
-
DM
providing the mass matrix
See Also
DMTSCreateRHSMassMatrixLumped
(),
DMCreateMassMatrix
(),
DMCreateMassMatrix
(), DMTS
Level
developer
Location
src/ts/utils/dmlocalts.c
Examples
src/ts/tutorials/ex45.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages