NGSolve
4.9
|
A space of continuous finite elements. More...
#include <fespace.hpp>
Public Member Functions | |
NodalFESpace (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 int | GetNDofLevel (int level) const |
number of dofs on the level | |
virtual void | GetDofNrs (int elnr, Array< int > &dnums) const |
get dof-nrs of the element | |
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 Array< int > * | CreateDirectSolverClusters (const Flags &flags) const |
for anisotropic plane smoothing: |
A space of continuous finite elements.
Supports first and second order finite elements.
virtual void ngcomp::NodalFESpace::GetVertexDofNrs | ( | int | vnr, |
Array< int > & | dnums | ||
) | const [virtual] |
get number of low-order dofs for node of type nt
get dofs on vertex vnr
Reimplemented from ngcomp::FESpace.
virtual void ngcomp::NodalFESpace::Update | ( | LocalHeap & | lh | ) | [virtual] |