#include <stdexcept>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <feel/feelcore/traits.hpp>
#include <feel/feelalg/glas.hpp>
#include <feel/feelalg/lu.hpp>
#include <feel/feelmesh/simplex.hpp>
#include <feel/feelmesh/hypercube.hpp>
#include <feel/feelmesh/refsimplex.hpp>
#include <feel/feelmesh/refhypercube.hpp>
Go to the source code of this file.
|
template<typename Geo , uint16_type Dim, uint16_type Order, uint16_type RDim, typename T > |
std::ostream & | Feel::operator<< (std::ostream &os, Reference< Geo, Dim, Order, RDim, T > const &ref) |
|
template<typename RefEntity > |
void | Feel::toPython (RefEntity const &e, std::string str="simplex") |
|