petsc-3.14.6 2021-03-30
Report Typos and Errors
PetscDSCreate
Creates an empty
PetscDS
object. The type can then be set with
PetscDSSetType
().
Synopsis
#include "petscds.h"
PetscErrorCode
PetscDSCreate
(
MPI_Comm
comm,
PetscDS
*prob)
Collective
Input Parameter
comm
- The communicator for the
PetscDS
object
Output Parameter
prob
- The
PetscDS
object
See Also
PetscDSSetType
(),
PETSCDSBASIC
Level
beginner
Location
src/dm/dt/interface/dtds.c
Examples
src/dm/impls/plex/tutorials/ex4f90.F90.html
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages