Rheolef  7.2
an efficient C++ finite element environment
rheolef.h
Go to the documentation of this file.
1 #ifndef _RHEOLEF_H
2 #define _RHEOLEF_H
3 //
4 // This file is part of Rheolef.
5 //
6 // Copyright (C) 2000-2009 Pierre Saramito <Pierre.Saramito@imag.fr>
7 //
8 // Rheolef is free software; you can redistribute it and/or modify
9 // it under the terms of the GNU General Public License as published by
10 // the Free Software Foundation; either version 2 of the License, or
11 // (at your option) any later version.
12 //
13 // Rheolef is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License
19 // along with Rheolef; if not, write to the Free Software
20 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 //
22 // =========================================================================
23 // AUTHOR: Pierre.Saramito@imag.fr
24 // DATE: 14 december 2010
25 
26 namespace rheolef {
88 } // namespace rheolef
89 
90 // for simplicity: include alls
91 #include "rheolef/point.h"
92 #include "rheolef/tensor.h"
93 #include "rheolef/tensor3.h"
94 #include "rheolef/tensor4.h"
95 #include "rheolef/iorheo.h"
96 #include "rheolef/diststream.h"
97 #include "rheolef/linalg.h"
98 #include "rheolef/cg.h"
99 #include "rheolef/eye.h"
100 #include "rheolef/geo.h"
101 #include "rheolef/geo_domain_indirect.h"
102 #include "rheolef/geo_domain.h"
103 #include "rheolef/space_mult.h"
104 #include "rheolef/space_component.h"
105 #include "rheolef/field_wdof_indirect.h"
106 #include "rheolef/field_wdof_sliced.h"
107 #include "rheolef/field_wdof.icc"
108 #include "rheolef/field_rdof.icc"
109 #include "rheolef/field_rdof_node.h"
110 #include "rheolef/field.h"
111 #include "rheolef/field_concat.h"
112 #include "rheolef/field_eigen.h"
113 #include "rheolef/field_valarray.h"
114 #include "rheolef/form.h"
115 #include "rheolef/form_weighted.h"
116 #include "rheolef/form_concat.h"
117 #include "rheolef/characteristic.h"
118 #include "rheolef/test.h"
119 #include "rheolef/problem_mixed.h"
120 
121 #include "rheolef/field_expr.h"
122 #include "rheolef/form_field_expr.h"
123 #include "rheolef/field_vf_assembly.h"
124 #include "rheolef/form_vf_assembly.h"
125 
126 #include "rheolef/field_lazy_node.h"
127 #include "rheolef/field_lazy_terminal.h"
128 #include "rheolef/field_lazy_form_mult.h"
129 #include "rheolef/form_lazy_expr.h"
130 #include "rheolef/form_lazy_terminal.h"
131 #include "rheolef/form_lazy_convert.h"
132 
133 #include "rheolef/interpolate.h"
134 #include "rheolef/integrate.h"
135 #include "rheolef/compose.h"
136 #include "rheolef/round.h"
137 
138 #include "rheolef/adapt.h"
139 #include "rheolef/level_set.h"
140 #include "rheolef/catchmark.h"
141 #include "rheolef/branch.h"
142 #include "rheolef/band.h"
143 #include "rheolef/newton.h"
144 #include "rheolef/damped_newton.h"
145 #include "rheolef/limiter.h"
146 #include "rheolef/continuation.h"
147 
148 // obsolete: for backward compat.
149 #include "rheolef/riesz.h"
150 #include "rheolef/field_functor.h"
151 
152 #endif // _RHEOLEF_H
This file is part of Rheolef.