コード例 #1
0
ファイル: inv.hpp プロジェクト: LANTZT/feelpp
 tensor( this_type const& expr,
         Geo_t const& geom, Basis_i_t const& fev )
     :
     M_tensor_expr( expr.expression(), geom, fev ),
     M_inv( vf::detail::ExtractGm<Geo_t>::get( geom )->nPoints() )
 {
 }
コード例 #2
0
ファイル: trace.hpp プロジェクト: LANTZT/feelpp
 tensor( this_type const& expr, Geo_t const& geom )
     :
     M_tensor_expr( expr.expression(), geom )
 {
 }
コード例 #3
0
ファイル: trace.hpp プロジェクト: LANTZT/feelpp
 tensor( this_type const& expr,
         Geo_t const& geom, Basis_i_t const& fev )
     :
     M_tensor_expr( expr.expression(), geom, fev )
 {
 }