QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
dqrm_mod.F90
Go to the documentation of this file.
1 !! ##############################################################################################
2 !!
3 !! Copyright 2012 CNRS, INPT
4 !!
5 !! This file is part of qr_mumps.
6 !!
7 !! qr_mumps is free software: you can redistribute it and/or modify
8 !! it under the terms of the GNU Lesser General Public License as
9 !! published by the Free Software Foundation, either version 3 of
10 !! the License, or (at your option) any later version.
11 !!
12 !! qr_mumps is distributed in the hope that it will be useful,
13 !! but WITHOUT ANY WARRANTY; without even the implied warranty of
14 !! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 !! GNU Lesser General Public License for more details.
16 !!
17 !! You can find a copy of the GNU Lesser General Public License
18 !! in the qr_mumps/doc directory.
19 !!
20 !! ##############################################################################################
21 
22 
23 !! ##############################################################################################
33 
34 
37 module dqrm_mod
38 
39  use dqrm_spmat_mod
40  use dqrm_utils_mod
41  use qrm_mem_mod
42  use qrm_error_mod
45  use dqrm_solve_mod
46  use qrm_common_mod
48  use qrm_const_mod
49 
50 end module dqrm_mod
51 
52 
53 
This module contains all the error management routines and data.
This module contains all the interfaces for the typed routines in the solve phase.
This is intended to be the only module to be included in user's programs.
Definition: dqrm_mod.F90:37
This module contains generic methods.
This module contains the interfaces of all non-typed routines.
This module contains the definition of the basic sparse matrix type and of the associated methods...
This module contains generic interfaces for a number of auxiliary tools.
This module contains all the generic interfaces for the typed routines in the factorization phase...
This module contains the generic interfaces for all the analysis routines.
This module implements the memory handling routines. Pretty mucch allocations and deallocations...
Definition: qrm_mem_mod.F90:38