Choral
Private Member Functions | Private Attributes | List of all members
mumps_mod::mumps Interface Reference

Factorisation of csr matrices with MUMPS. More...

Collaboration diagram for mumps_mod::mumps:
Collaboration graph

Private Member Functions

final mumps_clear
 destructor More...
 
type(mumps) function mumps_create (g, type, verb)
  Constructor for the type mumps More...
 

Private Attributes

logical created = .FALSE.
 To check wether the class has been created or not. More...
 

Detailed Description

Factorisation of csr matrices with MUMPS.

See the description in mumps_mod detailed description.

Definition at line 58 of file mumps_mod.F90.

Member Function/Subroutine Documentation

◆ mumps_clear()

final mumps_mod::mumps::mumps_clear ( )
finalprivate

destructor

Definition at line 69 of file mumps_mod.F90.

Here is the call graph for this function:

◆ mumps_create()

type(mumps) function mumps_mod::mumps::mumps_create ( type(csr), intent(in)  g,
integer, intent(in)  type,
integer, intent(in), optional  verb 
)
private

Constructor for the type mumps

  • OUTPUT:
    • lu = mumps factorisation

Definition at line 153 of file mumps_mod.F90.

Member Data Documentation

◆ created

logical mumps_mod::mumps::created = .FALSE.
private

To check wether the class has been created or not.

Definition at line 60 of file mumps_mod.F90.


The documentation for this interface was generated from the following file: