Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
virtual ~BlockPreconditioner ()
 Destructor. More...
 
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. More...
 
- Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type >
 Operator ()
 Constructor. More...
 
virtual ~Operator ()
 Destructor. More...
 

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 20 of file Stokhos_BlockPreconditioner.hpp.

Constructor & Destructor Documentation

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 17 of file Stokhos_BlockPreconditionerImp.hpp.

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

Destructor.

Definition at line 27 of file Stokhos_BlockPreconditionerImp.hpp.

Member Function Documentation

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 54 of file Stokhos_BlockPreconditionerImp.hpp.

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

Definition at line 34 of file Stokhos_BlockPreconditionerImp.hpp.

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 45 of file Stokhos_BlockPreconditionerImp.hpp.

Member Data Documentation

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 42 of file Stokhos_BlockPreconditioner.hpp.

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

Definition at line 43 of file Stokhos_BlockPreconditioner.hpp.

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

Definition at line 44 of file Stokhos_BlockPreconditioner.hpp.


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