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