int DFShellGetInfo(DF df,DFType *type,int *dim,int *nc,DFComponentOrdering *ord, int *n0,int *n1,int *n2)
type | - type of discrete function, currently one of DF_SEQGEN, DF_SEQREG, DF_MPIGEN, or DF_MPIREG |
dim | - number of problem dimensions (1, 2, or 3) |
nc | - number of components per grid point |
ord | - grid component ordering, either ORDER_1 (ordering by components most rapidly), or ORDER_2 (ordering 1 component for whole grid, then the next component, etc.) |
n0, n1, n2 | - number of local grid points in each dimension |
Location: src/dfvec/interface/dfvec.c
Discrete Function Index
Table of Contents