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::
List of all members.
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 (
|
)
|
|
|
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]
|
|
|
void AlgebraicEquation::scan (
|
Is is ) [virtual]
|
|
|
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.