Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
space_seq.cc
Go to the documentation of this file.
1
21
22#include "rheolef/space.h"
23#include "rheolef/space_mult.h"
24#include "rheolef/piola_util.h"
25
26namespace rheolef {
27
28// ---------------------------------------------------------------
29// space_rep<seq>
30// ---------------------------------------------------------------
31template <class T>
37template <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}
45template <class T>
52template <class T>
58// for compatibility with the distributed case:
59static std::set<size_t> empty_set;
60
61template <class T>
62const std::set<typename rheolef::space_base_rep<T, sequential>::size_type>&
64{
65 return empty_set;
66}
67template <class T>
68const std::set<typename rheolef::space_base_rep<T, sequential>::size_type>&
70{
71 return empty_set;
72}
73// ----------------------------------------------------------------------------
74// instanciation in library
75// ----------------------------------------------------------------------------
76template class space_rep<Float,sequential>;
77
78} // namespace rheolef
generic mesh with rerefence counting
Definition geo.h:1089
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.