EPANET  3.0
EPANET Development Project
Public Member Functions | List of all members
GGASolver Class Reference

A hydraulic solver based on Todini's Global Gradient Algorithm. More...

#include <ggasolver.h>

Inheritance diagram for GGASolver:
HydSolver

Public Member Functions

 GGASolver (Network *nw, MatrixSolver *ms)
 
int solve (double tstep, int &trials)
 
- Public Member Functions inherited from HydSolver
 HydSolver (Network *nw, MatrixSolver *ms)
 

Additional Inherited Members

- Public Types inherited from HydSolver
enum  StatusCode { SUCCESSFUL, FAILED_NO_CONVERGENCE, FAILED_ILL_CONDITIONED }
 
- Static Public Member Functions inherited from HydSolver
static HydSolverfactory (const std::string name, Network *nw, MatrixSolver *ms)
 
- Protected Attributes inherited from HydSolver
Networknetwork
 
MatrixSolvermatrixSolver
 

Detailed Description

A hydraulic solver based on Todini's Global Gradient Algorithm.


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