MFEM v2.0
Public Member Functions
IdentityOperator Class Reference

Operator I: x -> x. More...

#include <operator.hpp>

Inheritance diagram for IdentityOperator:
Inheritance graph
[legend]
Collaboration diagram for IdentityOperator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IdentityOperator (int n)
 Creates I_{nxn}.
virtual void Mult (const Vector &x, Vector &y) const
 Operator application.
 ~IdentityOperator ()

Detailed Description

Operator I: x -> x.

Definition at line 45 of file operator.hpp.


Constructor & Destructor Documentation

IdentityOperator::IdentityOperator ( int  n) [inline, explicit]

Creates I_{nxn}.

Definition at line 49 of file operator.hpp.

References Operator::size.

IdentityOperator::~IdentityOperator ( ) [inline]

Definition at line 54 of file operator.hpp.


Member Function Documentation

virtual void IdentityOperator::Mult ( const Vector x,
Vector y 
) const [inline, virtual]

Operator application.

Implements Operator.

Definition at line 52 of file operator.hpp.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines