MeshKit  1.0
IASolver Class Reference

#include <IASolver.hpp>

Inheritance diagram for IASolver:

List of all members.

Public Member Functions

 IASolver (IAData *ia_data, IASolution *ia_solution)
virtual ~IASolver ()
bool solve ()

Private Member Functions

bool solve_relaxed ()
bool solve_int ()
bool solve_even ()
double sum_even_value (int i)
 IASolver (const IASolver &)
IASolveroperator= (const IASolver &)

Private Attributes

const bool debugging

Detailed Description

Definition at line 16 of file IASolver.hpp.


Constructor & Destructor Documentation

IASolver ( IAData ia_data,
IASolution ia_solution 
)

default constructor

Definition at line 22 of file IASolver.cpp.

~IASolver ( ) [virtual]

default destructor

Definition at line 29 of file IASolver.cpp.

IASolver ( const IASolver ) [private]

Member Function Documentation

IASolver& operator= ( const IASolver ) [private]
bool solve ( )

Definition at line 64 of file IASolver.cpp.

bool solve_even ( ) [private]

Definition at line 57 of file IASolver.cpp.

bool solve_int ( ) [private]

Definition at line 49 of file IASolver.cpp.

bool solve_relaxed ( ) [private]

Definition at line 32 of file IASolver.cpp.

double sum_even_value ( int  i) [private]

Member Data Documentation

const bool debugging [private]

Definition at line 43 of file IASolver.hpp.


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