@@ -39,14 +39,14 @@ along with LB-LMC Solver C++ Code Generation Library. If not, see <https://www.
3939#define TOSTRING (x ) STRINGFY(x)
4040
4141const static std::string PROGRAM_TITLE =
42- " ORTiS Solver C++ Code Generator" ;
42+ " ORTiS Circuit Solver C++ Code Generator" ;
4343
4444const static std::string PROGRAM_VERSION =
4545" Built: " __DATE__ " " __TIME__
4646;
4747
4848const static std::string COPYRIGHT =
49- " Copyright (c) 2019-2020 Matthew Milton and others" ;
49+ " Copyright (c) 2019-2021 Matthew Milton and others" ;
5050
5151const static std::string PROGRAM_DESCRIPTION =
5252R"(
@@ -105,9 +105,9 @@ Resistor res (R) {2, 0}
105105const static std::string ABOUT_TEXT =
106106R"(
107107
108- This tool generates C++ source code for solvers of multi-physics networked systems such as
108+ This tool generates C++ source code for solvers of multi-physics circuit systems such as
109109electrical, power electronic, and energy conversion systems. These systems are defined with a
110- netlist file which is input to this tool. The solver algorithm used is the
110+ netlist file which is input to this tool. The algorithm used in generated solvers is the
111111Latency-Based Linear Multi-step Compound (LB-LMC) method.
112112
113113ORTiS Solver C++ Code Generator uses Eigen 3 Linear Algebra C++ Template Library
@@ -116,9 +116,9 @@ ORTiS Solver C++ Code Generator uses Eigen 3 Linear Algebra C++ Template Library
116116Acknowledgements:
117117
118118Matthew Milton -- ORTiS Code Generation Library and Tool Creator, Lead Developer and Director
119- Michele Difronzo -- Component Model Developer, Software Tester, Feature Requester
120- Mark Vygoder -- Component Model Developer, Software Tester, Feature Requester
119+ Michele Difronzo -- Component Model Developer
121120Dhiman Chowdhury -- Component Model Developer
121+ Mark Vygoder -- Component Model Developer
122122Andrea Benigni -- Original LB-LMC Solver Algorithm Creator
123123
124124)" ;
0 commit comments