Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
quadrature_p.cc
Go to the documentation of this file.
1
21#include "rheolef/quadrature.h"
22namespace rheolef {
23using namespace std;
24
25template<class T>
26void
27quadrature_on_geo<T>::init_point (quadrature_option opt)
28{
29 wx (x(), 1);
30}
31// ----------------------------------------------------------------------------
32// instanciation in library
33// ----------------------------------------------------------------------------
34#define _RHEOLEF_instanciation(T) \
35template void quadrature_on_geo<T>::init_point (quadrature_option);
36
38
39}// namespace rheolef
#define _RHEOLEF_instanciation(T, M, A)
Definition asr.cc:223
see the Float page for the full documentation
void init_point(quadrature_option opt)
This file is part of Rheolef.
STL namespace.