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

PetscSpaceGetDimension

Return the dimension of this space, i.e. the number of basis vectors

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscSpaceGetDimension(PetscSpace sp, PetscInt *dim)

Input Parameter

sp -The PetscSpace

Output Parameter

dim -The dimension

See Also

PetscSpaceGetOrder(), PetscSpaceCreate(), PetscSpace

Level:intermediate
Location:
src/dm/dt/interface/dtfe.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages