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::SchurPreconditioner< ordinal_type, value_type > Class Template Reference

#include <Stokhos_SchurPreconditioner.hpp>

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

Public Member Functions

 SchurPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m, const ordinal_type diag)
 Constructor. More...
 
virtual ~SchurPreconditioner ()
 Destructor. More...
 
virtual ordinal_type ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type prec_iters) 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 fact (ordinal_type n) const
 
ordinal_type size (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
 
const ordinal_type diag
 

Detailed Description

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

Definition at line 20 of file Stokhos_SchurPreconditioner.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 16 of file Stokhos_SchurPreconditionerImp.hpp.

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

Destructor.

Definition at line 28 of file Stokhos_SchurPreconditionerImp.hpp.

Member Function Documentation

template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::SchurPreconditioner< 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 72 of file Stokhos_SchurPreconditionerImp.hpp.

template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::SchurPreconditioner< ordinal_type, value_type >::fact ( ordinal_type  n) const
protected

Definition at line 35 of file Stokhos_SchurPreconditionerImp.hpp.

template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::SchurPreconditioner< ordinal_type, value_type >::size ( ordinal_type  n,
ordinal_type  m 
) const
protected

Definition at line 47 of file Stokhos_SchurPreconditionerImp.hpp.

Member Data Documentation

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

Definition at line 41 of file Stokhos_SchurPreconditioner.hpp.

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

Definition at line 42 of file Stokhos_SchurPreconditioner.hpp.

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

Definition at line 43 of file Stokhos_SchurPreconditioner.hpp.

template<typename ordinal_type, typename value_type>
const ordinal_type Stokhos::SchurPreconditioner< ordinal_type, value_type >::diag
protected

Definition at line 44 of file Stokhos_SchurPreconditioner.hpp.


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