Go to the source code of this file.
|
typedef bases< Lagrange
< 1, Scalar > > | Feel::basisP1LS_type |
|
typedef ReinitializerFMS
< spaceP1LS_type, itRangeLS,
NoPeriodicity > | Feel::fms_2d_periodic_type |
|
typedef ReinitializerFMS
< spaceP1LS_type, itRangeLS,
Periodic<> > | Feel::fms_2d_type |
|
typedef ReinitializerFMS
< spaceP1LS_3d_type,
itRange_3d_LS, Periodic<> > | Feel::fms_3d_periodic_type |
|
typedef ReinitializerFMS
< spaceP1LS_3d_type,
itRange_3d_LS, NoPeriodicity > | Feel::fms_3d_type |
|
typedef boost::shared_ptr
< mesh_3d_typeLS > | Feel::mesh_3d_ptrtypeLS |
|
typedef Mesh< Simplex< 3 > > | Feel::mesh_3d_typeLS |
|
typedef boost::shared_ptr
< mesh_typeLS > | Feel::mesh_ptrtypeLS |
|
typedef Mesh< Simplex< 2 > > | Feel::mesh_typeLS |
|
typedef FunctionSpace
< mesh_3d_typeLS,
basisP1LS_type, Periodicity
< NoPeriodicity > > | Feel::spaceP1LS_3d_type |
|
typedef FunctionSpace
< mesh_typeLS, basisP1LS_type,
Periodicity< NoPeriodicity > > | Feel::spaceP1LS_type |
|
|
template<typename FunctionSpaceType , typename IteratorRange , typename periodicity_type = NoPeriodicity> |
boost::shared_ptr
< ReinitializerFMS
< FunctionSpaceType,
IteratorRange,
periodicity_type > > | Feel::fms (boost::shared_ptr< FunctionSpaceType > const &Xh, IteratorRange r, periodicity_type p=NoPeriodicity()) |
|
|
mesh_3d_ptrtypeLS | Feel::___mesh_3d_LS |
|
mesh_ptrtypeLS | Feel::___mesh_LS |
|
decltype(elements(___mesh_3d_LS))
typedef | Feel::itRange_3d_LS |
|
decltype(elements(___mesh_LS))
typedef | Feel::itRangeLS |
|