LocalVarOrderingGetFieldStart

This function returns the first index of the given field in the element vector or matrix.

Synopsis

#include "grid.h" 
int LocalVarOrderingGetFieldStart(LocalVarOrdering order, int field, int *start)
Not collective

Input Parameters

order - The ordering
field - The field

Output Parameter

start -The element vector or matrix index, or -1 if the field is not active

Keywords

local, order, start, field

See Also

LocalVarGetSize()

Level:intermediate
Location:
src/grid/interface/varorder.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages