Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

AlgebraicEquation Class Reference

algebraic equation. More...

#include <AlgebraicEquation.h>

Inheritance diagram for AlgebraicEquation::

AlgebraicDofBase List of all members.

Public Methods

 AlgebraicEquation ()
 AlgebraicEquation (const AlgebraicEquation &eqn)
 AlgebraicEquation (int glob_eqn)
 AlgebraicEquation (int glob_eqn, const VecSimple(NUMT) &coeffs_, const VecSimple(int) &col_idx)
virtual ~AlgebraicEquation ()
AlgebraicEquation& operator= (const AlgebraicEquation &alg_eqn)
int getEqnNo () const
void setEqnNo (int glob_eqn)
void print (Os os) const
void scan (Is is)

Friends

Osoperator<< (Os &os, const AlgebraicEquation &x)
Isoperator>> (Is &is, AlgebraicEquation &x)

Detailed Description

algebraic equation.

NAME: AlgebraicEquation - algebraic equation

DESCRIPTION:

The class implements an algebraic equation, typically extending the algebraic problem posed by the discretization of a PDE-based model.


Constructor & Destructor Documentation

AlgebraicEquation::AlgebraicEquation ( )
 

See class "AlgebraicDofBase".

AlgebraicEquation::AlgebraicEquation ( const AlgebraicEquation & eqn )
 

See documentation of one of the overloaded constructor.

AlgebraicEquation::AlgebraicEquation ( int glob_eqn )
 

See documentation of one of the overloaded constructor.

AlgebraicEquation::AlgebraicEquation ( int glob_eqn,
const VecSimple(NUMT) & coeffs_,
const VecSimple(int) & col_idx )
 

See documentation of one of the overloaded constructor.

AlgebraicEquation::~AlgebraicEquation ( ) [inline, virtual]
 


Member Function Documentation

int AlgebraicEquation::getEqnNo ( ) const
 

Returns the global equation number. This is a synonym for the inherited function "getIndexNo".

AlgebraicEquation & AlgebraicEquation::operator= ( const AlgebraicEquation & alg_eqn )
 

void AlgebraicEquation::print ( Os os ) const [virtual]
 

Reimplemented from AlgebraicDofBase.

void AlgebraicEquation::scan ( Is is ) [virtual]
 

Reimplemented from AlgebraicDofBase.

void AlgebraicEquation::setEqnNo ( int glob_eqn )
 

Sets the global equation number. This is a synonym for the inherited function "setIndexNo".


Friends And Related Function Documentation

Os & operator<< ( Os & os,
const AlgebraicEquation & x ) [friend]
 

Is & operator>> ( Is & is,
AlgebraicEquation & x ) [friend]
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.