petsc-3.14.6 2021-03-30
Report Typos and Errors

DMSetNumFields

Set the number of fields in the DM

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMSetNumFields(DM dm, PetscInt numFields)
Logically collective on dm

Input Parameters

dm - The DM
Nf - The number of fields

See Also

DMGetNumFields(), DMSetField()

Level

intermediate

Location

src/dm/interface/dm.c

Examples

src/dm/impls/plex/tutorials/ex1.c.html
src/dm/impls/plex/tutorials/ex6.c.html
src/dm/impls/plex/tutorials/ex1f90.F90.html
src/ts/tutorials/ex52.c.html
src/tao/tutorials/ex3.c.html

Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages