Rheolef
7.2
an efficient C++ finite element environment
basis_raw.cc
Go to the documentation of this file.
1
21
#include "rheolef/basis_raw.h"
22
23
namespace
rheolef
{
24
using namespace
std
;
25
26
// =========================================================================
27
// raw basis members
28
// =========================================================================
29
template
<
class
T>
30
basis_raw_rep<T>::basis_raw_rep
(std::string
name
)
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
42
_RHEOLEF_instanciation
(
Float
)
43
44
}
// namespace rheolef
Float
see the Float page for the full documentation
rheolef::basis_raw_rep::basis_raw_rep
basis_raw_rep(std::string name="")
Definition:
basis_raw.cc:30
rheolef::basis_raw_rep::_clear
void _clear() const
Definition:
basis_raw.h:99
mkgeo_contraction.name
string name
Definition:
mkgeo_contraction.sh:133
rheolef
This file is part of Rheolef.
Definition:
compiler_eigen.h:39
rheolef::_RHEOLEF_instanciation
_RHEOLEF_instanciation(Float, sequential, std::allocator< Float >) _RHEOLEF_instanciation(Float
std
STL namespace.