Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
basis_raw.cc
Go to the documentation of this file.
1
21#include "rheolef/basis_raw.h"
22
23namespace rheolef {
24using namespace std;
25
26// =========================================================================
27// raw basis members
28// =========================================================================
29template <class T>
31 : _degree(0),
32 _have_initialize()
33{
34 _clear();
35}
36// ----------------------------------------------------------------------------
37// instanciation in library
38// ----------------------------------------------------------------------------
39#define _RHEOLEF_instanciation(T) \
40template basis_raw_rep<T>::basis_raw_rep (std::string name); \
41
43
44}// namespace rheolef
#define _RHEOLEF_instanciation(T, M, A)
Definition asr.cc:223
see the Float page for the full documentation
basis_raw_rep(std::string name="")
Definition basis_raw.cc:30
void _clear() const
Definition basis_raw.h:99
This file is part of Rheolef.
STL namespace.