Go to the source code of this file.
|
#define | FEELPP_EXPORT_QUADLOCALIZATION 0 |
|
|
template<typename MeshTestType , typename MeshTrialType , typename IteratorRange , typename Im , typename Expr > |
boost::shared_ptr
< QuadPtLocalization< typename
Feel::detail::quadptlocrangetype
< IteratorRange >::type, Im,
Expr > > | Feel::quadPtLocPtr (boost::shared_ptr< MeshTestType > meshTest, boost::shared_ptr< MeshTrialType > meshTrial, IteratorRange const &elts, Im const &im, Expr const &expr) |
|
template<typename MeshTestType , typename IteratorRange , typename Im , typename Expr > |
boost::shared_ptr
< QuadPtLocalization< typename
Feel::detail::quadptlocrangetype
< IteratorRange >::type, Im,
Expr > > | Feel::quadPtLocPtr (boost::shared_ptr< MeshTestType > meshTest, IteratorRange const &elts, Im const &im, Expr const &expr) |
|