Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Stokhos::BlockPreconditioner< ordinal_type, value_type > Class Template Reference

#include <Stokhos_BlockPreconditioner.hpp>

Inheritance diagram for Stokhos::BlockPreconditioner< ordinal_type, value_type >:
Inheritance graph
[legend]

Public Member Functions

 BlockPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m)
 Constructor.
 
virtual ~BlockPreconditioner ()
 Destructor.
 
virtual ordinal_type ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type m) const
 Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.
 
- Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type >
 Operator ()
 Constructor.
 
virtual ~Operator ()
 Destructor.
 

Protected Member Functions

ordinal_type facto (ordinal_type n) const
 
ordinal_type siz (ordinal_type n, ordinal_type m) const
 

Protected Attributes

const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & K
 
const ordinal_type p
 
const ordinal_type m
 

Detailed Description

template<typename ordinal_type, typename value_type>
class Stokhos::BlockPreconditioner< ordinal_type, value_type >

Definition at line 55 of file Stokhos_BlockPreconditioner.hpp.

Constructor & Destructor Documentation

◆ BlockPreconditioner()

template<typename ordinal_type , typename value_type >
Stokhos::BlockPreconditioner< ordinal_type, value_type >::BlockPreconditioner ( const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & K,
const ordinal_type p,
const ordinal_type m )

Constructor.

Definition at line 50 of file Stokhos_BlockPreconditionerImp.hpp.

◆ ~BlockPreconditioner()

template<typename ordinal_type , typename value_type >
Stokhos::BlockPreconditioner< ordinal_type, value_type >::~BlockPreconditioner ( )
virtual

Destructor.

Definition at line 60 of file Stokhos_BlockPreconditionerImp.hpp.

Member Function Documentation

◆ ApplyInverse()

template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::BlockPreconditioner< ordinal_type, value_type >::ApplyInverse ( const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & Input,
Teuchos::SerialDenseMatrix< ordinal_type, value_type > & Result,
ordinal_type m ) const
virtual

Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.

Implements Stokhos::Operator< ordinal_type, value_type >.

Definition at line 87 of file Stokhos_BlockPreconditionerImp.hpp.

◆ facto()

template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::BlockPreconditioner< ordinal_type, value_type >::facto ( ordinal_type n) const
protected

Definition at line 67 of file Stokhos_BlockPreconditionerImp.hpp.

◆ siz()

template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::BlockPreconditioner< ordinal_type, value_type >::siz ( ordinal_type n,
ordinal_type m ) const
protected

Definition at line 78 of file Stokhos_BlockPreconditionerImp.hpp.

Member Data Documentation

◆ K

template<typename ordinal_type , typename value_type >
const Teuchos::SerialDenseMatrix<ordinal_type,value_type>& Stokhos::BlockPreconditioner< ordinal_type, value_type >::K
protected

Definition at line 77 of file Stokhos_BlockPreconditioner.hpp.

◆ p

template<typename ordinal_type , typename value_type >
const ordinal_type Stokhos::BlockPreconditioner< ordinal_type, value_type >::p
protected

Definition at line 78 of file Stokhos_BlockPreconditioner.hpp.

◆ m

template<typename ordinal_type , typename value_type >
const ordinal_type Stokhos::BlockPreconditioner< ordinal_type, value_type >::m
protected

Definition at line 79 of file Stokhos_BlockPreconditioner.hpp.


The documentation for this class was generated from the following files: