NGSolve
4.9
|
Non-continous fe space on boundary. More...
#include <fespace.hpp>
Public Member Functions | |
SurfaceElementFESpace (const MeshAccess &ama, const Flags &flags, bool checkflags=false) | |
virtual string | GetClassName () const |
virtual void | Update (LocalHeap &lh) |
update dof-tables, old style | |
virtual int | GetNDof () const |
number of dofs of process | |
virtual const FiniteElement & | GetFE (int elnr, LocalHeap &lh) const |
returns finite element. | |
virtual void | GetDofNrs (int elnr, Array< int > &dnums) const |
get dof-nrs of the element | |
virtual int | GetNDofLevel (int level) const |
number of dofs on the level | |
virtual void | GetSDofNrs (int selnr, Array< int > &dnums) const |
returns dofs of sourface element |
Non-continous fe space on boundary.
virtual void ngcomp::SurfaceElementFESpace::Update | ( | LocalHeap & | lh | ) | [virtual] |