Rheolef  7.2
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
void put(std::ostream &os, reference_element hat_K) const
see the reference_element page for the full documentation
void put(const Basis &b, ostream &os, reference_element hat_K)
This file is part of Rheolef.