petsc-3.12.5 2020-03-29
DMSetMatrixStructureOnly
When DMCreateMatrix() is called, the matrix structure will be created but the array for values will not be allocated.
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetMatrixStructureOnly(DM dm, PetscBool only)
Logically Collective on dm
Input Parameter
See Also
DMCreateMatrix(), DMSetMatrixPreallocateOnly()
Level
developer
Location
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages