Choral
|
Go to the source code of this file.
Data Types | |
interface | mumps_mod::mumps |
Factorisation of csr matrices with MUMPS. More... | |
interface | mumps_mod::clear |
destructor More... | |
interface | mumps_mod::mumps |
Factorisation of csr matrices with MUMPS. More... | |
interface | mumps_mod::solve |
solve LU x = b More... | |
Modules | |
module | mumps_mod |
DERIVED TYPE mumps: to use the library MUMPS | |
Functions/Subroutines | |
subroutine, public | mumps_mod::mumps_init () |
Initialisation. More... | |
subroutine | mumps_mod::mumps_clear (lu) |
Destructor. More... | |
type(mumps) function | mumps_mod::mumps_create (g, type, verb) |
Constructor for the type mumps More... | |
subroutine | mumps_mod::mumps_solve (x, LU, b) |
SOLVE LU x = b. More... | |