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

PetscDSGetConstants

Returns the array of constants passed to point functions

Synopsis

#include "petscds.h" 
PetscErrorCode PetscDSGetConstants(PetscDS prob, PetscInt *numConstants, const PetscScalar *constants[])
Not collective

Input Parameter

prob - The PetscDS object

Output Parameters

numConstants - The number of constants
constants - The array of constants, NULL if there are none

See Also

PetscDSSetConstants(), PetscDSCreate()

Level

intermediate

Location

src/dm/dt/interface/dtds.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages