petsc-3.9.4 2018-09-11
Report Typos and Errors

PetscDSGetFieldSize

Returns the size of the given field in the full space basis

Synopsis

#include "petscds.h" 
PetscErrorCode PetscDSGetFieldSize(PetscDS prob, PetscInt f, PetscInt *size)
Not collective

Input Parameters

prob - The PetscDS object
f - The field number

Output Parameter

size -The size

See Also

PetscDSGetFieldOffset(), PetscDSGetNumFields(), PetscDSCreate()

Level

beginner

Location

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