commercial/solvers.h

00001 // solvers.cpp
00002 //
00003 // ETP solver utilities
00004 //
00005 // DP Chassin
00006 // December 2002
00007 // Copyright (C) 2002, Pacific Northwest National Laboratory
00008 // All Rights Reserved
00009 //
00010 
00011 #ifndef _SOLVERS_H
00012 #define _SOLVERS_H
00013 
00014 int dual_decay_solve(double *ans, double prec, double start, double end, int f, double a, double n, double b, double m, double c);
00015 int dual_decay_solve(double *ans, double prec, double start, double end, double a, double n, double b, double m, double c);
00016 
00017 #endif

GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy