ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Private Attributes | Friends | List of all members
solver::solver_elem Class Reference

Stores one term of an equation. More...

Collaboration diagram for solver::solver_elem:
Collaboration graph
[legend]

Private Attributes

char type
 
matrix D
 
matrix L
 
matrix R
 
matrix I
 
solver_elemnext
 Pointer to the next term in the equation. More...
 

Friends

class solver_block
 
class solver
 

Detailed Description

Stores one term of an equation.

A full linked list of solver_elem represents all the terms of a given variable in a particular equation.

See Also
Term representation in the equations

Friends And Related Function Documentation

friend class solver
friend
friend class solver_block
friend

Member Data Documentation

matrix solver::solver_elem::D
private
matrix solver::solver_elem::I
private
matrix solver::solver_elem::L
private
solver_elem* solver::solver_elem::next
private

Pointer to the next term in the equation.

matrix solver::solver_elem::R
private
char solver::solver_elem::type
private

Indicates which of the matrices D, L, R, I are not unity

  • 'd': D
  • 'l': D,L
  • 'r': D,R
  • 'f': D,L,R
  • 'm': D,L,I
  • 's': D,R,I
  • 'g': D,L,R,I

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