HermesCommon  2.0
hermes_common.h
Go to the documentation of this file.
1 // This file is part of HermesCommon
2 //
3 // Copyright (c) 2009 hp-FEM group at the University of Nevada, Reno (UNR).
4 // Email: hpfem-group@unr.edu, home page: http://hpfem.org/.
5 //
6 // Hermes2D is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published
8 // by the Free Software Foundation; either version 2 of the License,
9 // or (at your option) any later version.
10 //
11 // Hermes2D is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with Hermes2D; if not, write to the Free Software
18 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 #include "common.h"
23 #include "solvers/linear_matrix_solver.h"
25 #include "solvers/amesos_solver.h"
26 #include "solvers/aztecoo_solver.h"
27 #include "solvers/epetra.h"
28 #include "solvers/mumps_solver.h"
30 #include "solvers/petsc_solver.h"
31 #include "solvers/umfpack_solver.h"
32 #include "solvers/superlu_solver.h"
33 #include "solvers/precond.h"
34 #include "solvers/precond_ifpack.h"
35 #include "solvers/precond_ml.h"
36 #include "solvers/eigensolver.h"
37 #include "hermes_function.h"
38 #include "compat.h"
39 #include "callstack.h"
40 #include "vector.h"
41 #include "tables.h"
42 #include "array.h"
43 #include "qsort.h"
44 #include "ord.h"
45 #include "mixins.h"
46 #include "api.h"