DFShellGetCoordinates

Gets grid coordinate information.

Synopsis

int DFShellGetCoordinates(DF df,int *M,int *N,int *P,double **c0,double **c1,double **c2)

Input Parameters

df - the DF shell
c0, c1, c2 - coordinates in each dimension
M, N, P - number of coordinates in each dimension

Note

Currently, we fully support only 3D structured meshes withbrick elements (2d rectangular meshes), where c0, c1, andc2 correspond on each processor to the x-, y-, and z- coordinatesfor the global mesh.

See Also

DFShellSetCoordinates()

Location: src/dfvec/interface/dfvec.c
Discrete Function Index
Table of Contents