ElementVecCreate

his function creates an element vector for a finite element calculation.

Synopsis

#include "grid.h" 
int ElementVecCreate(MPI_Comm comm, int size, ElementVec *vec)
Collective on MPI_Comm

Input Parameters

comm - The communicator to associate with the vector
size - The number of local variables per element

Output Parameter

vec -The element vector

Keywords

element vector

See Also

ElementVecDestroy(), ElementMatCreate()

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