Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
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"
25namespace rheolef {
26using namespace std;
27
28template<class T>
29void
30basis_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// --------------------------
36template 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.
STL namespace.