예제 #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 )
 {
 }