29 #ifndef __Discontinuous_H
30 #define __Discontinuous_H 1
32 #include <boost/fusion/sequence.hpp>
38 namespace fusion = boost::fusion;
50 public detail::continuity_base
59 static const bool is_continuous =
false;
60 static const bool is_discontinuous_locally =
false;
61 static const bool is_discontinuous_totally =
true;
69 typedef fusion::vector<> discontinuity_markers_type;
80 Discontinuous( Continuous
const & );
91 Discontinuous&
operator=( Discontinuous
const & o )
122 template<
typename MeshType,
typename DofType>
127 typedef MeshType mesh_type;
128 typedef DofType dof_type;
129 typedef typename dof_type::fe_type fe_type;
131 apply( MeshType& M, DofType& D )
137 result_type operator()(
const T& t,
const size_type& start )
const
size_t size_type
Indices (starting from 0)
Definition: feelcore/feel.hpp:319
Elements & operator=(Elements const &e)
Definition: elements.hpp:335