Skip to content
Snippets Groups Projects
Commit c8b32ef1 authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

No commit message

No commit message
parent ab50d4c1
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ class FunctionSpaceBase ...@@ -69,6 +69,7 @@ class FunctionSpaceBase
virtual ~FunctionSpaceBase(){} virtual ~FunctionSpaceBase(){}
virtual int getNumKeys(MElement *ele) = 0; // if one needs the number of dofs virtual int getNumKeys(MElement *ele) = 0; // if one needs the number of dofs
virtual void getKeys(MElement *ele, std::vector<Dof> &keys) = 0; virtual void getKeys(MElement *ele, std::vector<Dof> &keys) = 0;
virtual FunctionSpaceBase* clone(const std::vector<int>& comp) const {return NULL;}
}; };
template<class T> template<class T>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment