#include <feorthomeshinterface.h>
Public Member Functions | |
virtual void | reinit (OrthoMesh &mesh)=0 |
virtual const VecIndex & | get_global_map (OrthoMesh::Cell_It &cell)=0 |
Definition at line 9 of file feorthomeshinterface.h.
virtual const VecIndex& FEOrthoMeshInterface::get_global_map | ( | OrthoMesh::Cell_It & | cell | ) | [pure virtual] |
This function returns the mapping between the local degrees of freedom (dof) to global dof.
So the ith position of this vector contains the global numbering of the local dof i. In other words if v is the vector being returned, v[i] is the global numbering of the local dof i.
Implemented in FEDealWrapperQ1, and FEOrthoSystem.
virtual void FEOrthoMeshInterface::reinit | ( | OrthoMesh & | mesh | ) | [pure virtual] |
Implemented in FEDealWrapperQ1, and FEOrthoSystem.