Rheolef  7.2
an efficient C++ finite element environment
space_seq.cc
Go to the documentation of this file.
1 
22 #include "rheolef/space.h"
23 #include "rheolef/space_mult.h"
24 #include "rheolef/piola_util.h"
25 
26 namespace rheolef {
27 
28 // ---------------------------------------------------------------
29 // space_rep<seq>
30 // ---------------------------------------------------------------
31 template <class T>
33  const space_constitution<T,sequential>& constit)
35 {
36 }
37 template <class T>
39  const geo_basic<T,sequential>& omega,
40  std::string approx,
41  std::string valued)
42  : space_base_rep<T,sequential>::space_base_rep (omega, approx, valued)
43 {
44 }
45 template <class T>
47  const geo_basic<T,sequential>& omega,
48  const basis_basic<T>& b)
50 {
51 }
52 template <class T>
56 {
57 }
58 // for compatibility with the distributed case:
59 static std::set<size_t> empty_set;
60 
61 template <class T>
64 {
65  return empty_set;
66 }
67 template <class T>
70 {
71  return empty_set;
72 }
73 // ----------------------------------------------------------------------------
74 // instanciation in library
75 // ----------------------------------------------------------------------------
76 template class space_rep<Float,sequential>;
77 
78 } // namespace rheolef
field::size_type size_type
Definition: branch.cc:430
static std::set< size_t > empty_set
Definition: space_seq.cc:59
Expr1::float_type T
Definition: field_expr.h:230
This file is part of Rheolef.