|
NGSolve
4.9
|
Public Member Functions | |
| ElementFESpace (const MeshAccess &ama, const Flags &flags, bool parseflags=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 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 | |
| virtual void | GetVertexDofNrs (int vnr, Array< int > &dnums) const |
| get number of low-order dofs for node of type nt | |
| virtual void | GetEdgeDofNrs (int ednr, Array< int > &dnums) const |
| get dofs on edge enr | |
| virtual void | GetFaceDofNrs (int fanr, Array< int > &dnums) const |
| get dofs on face fnr | |
| virtual void | GetInnerDofNrs (int elnr, Array< int > &dnums) const |
| get dofs on element (=cell) elnr | |
| virtual void ngcomp::ElementFESpace::GetVertexDofNrs | ( | int | vnr, |
| Array< int > & | dnums | ||
| ) | const [inline, virtual] |
get number of low-order dofs for node of type nt
get dofs on vertex vnr
Reimplemented from ngcomp::FESpace.
| virtual void ngcomp::ElementFESpace::Update | ( | LocalHeap & | lh | ) | [virtual] |
1.7.6.1