Rheolef  7.1
an efficient C++ finite element environment
basis_raw_visu_gnuplot.cc
Go to the documentation of this file.
1 // file automatically generated by: ../../../rheolef/nfem/pbasis/make_basis_list_cxx.sh
22 #include "rheolef/basis_raw.h"
23 #include "rheolef/iorheo.h"
24 #include "basis_visu_gnuplot.icc"
25 namespace rheolef {
26 using namespace std;
27 
28 template<class T>
29 void
30 basis_raw_rep<T>::put (ostream& os, reference_element hat_K) const {
31  details::put (*this, os, hat_K); // shared with basis_fem
32 }
33 // --------------------------
34 // instanciation in library:
35 // --------------------------
36 template void basis_raw_rep<Float>::put (ostream& os, reference_element hat_K) const;
37 
38 } // namespace rheolef
rheolef::details::put
void put(const Basis &b, ostream &os, reference_element hat_K)
Definition: basis_visu_gnuplot.icc:32
rheolef::reference_element
see the reference_element page for the full documentation
Definition: reference_element.h:66
rheolef
This file is part of Rheolef.
Definition: compiler_eigen.h:37
rheolef::basis_raw_rep::put
void put(std::ostream &os, reference_element hat_K) const
Definition: basis_raw_visu_gnuplot.cc:30
basis_visu_gnuplot.icc