NGSolve  4.9
Public Member Functions
ngcomp::SurfaceElementFESpace Class Reference

Non-continous fe space on boundary. More...

#include <fespace.hpp>

Inheritance diagram for ngcomp::SurfaceElementFESpace:
ngcomp::FESpace ngcomp::NGS_Object

List of all members.

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 FiniteElementGetFE (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

Detailed Description

Non-continous fe space on boundary.


Member Function Documentation

virtual void ngcomp::SurfaceElementFESpace::Update ( LocalHeap lh) [virtual]

update dof-tables, old style

update dof-table

Reimplemented from ngcomp::FESpace.


The documentation for this class was generated from the following file: