petsc-3.8.4 2018-03-24
Report Typos and Errors

DMSetFromOptions

sets parameters in a DM from the options database

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode  DMSetFromOptions(DM dm)
Collective on DM

Input Parameter

dm -the DM object to set options for

Options Database

-dm_preallocate_only - Only preallocate the matrix for DMCreateMatrix(), but do not fill it with zeros
-dm_vec_type <type> - type of vector to create inside DM
-dm_mat_type <type> - type of matrix to create inside DM
-dm_coloring_type - <global or ghosted>

See Also

DMView(), DMCreateGlobalVector(), DMCreateInterpolation(), DMCreateColoring(), DMCreateMatrix()

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

Examples

src/dm/impls/plex/examples/tutorials/ex2.c.html
src/dm/impls/plex/examples/tutorials/ex5.c.html
src/dm/impls/forest/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex2.c.html
src/dm/examples/tutorials/ex3.c.html
src/dm/examples/tutorials/ex4.c.html
src/dm/examples/tutorials/ex5.c.html
src/dm/examples/tutorials/ex7.c.html
src/dm/examples/tutorials/ex8.c.html
src/dm/examples/tutorials/ex9.c.html