hsadok / amcircuit

AMCircuit is a circuit analysis program using Adams-Moulton implicit methods for time analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMCircuit

Build Status

AMCircuit is a circuit analysis program using Adams-Moulton implicit methods for time analysis.

Building From Source

First make sure that you have CMake and an C++ compiler environment installed.

Then open a terminal, go to the source directory and type the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ make

Running unit tests

After building this project you may run its unit tests by using these commands:

$ make test  # To run all tests via CTest
$ make catch # Run all tests directly, showing more details to you

License

GNU GPLv3 Image

This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

AMCircuit is a circuit analysis program using Adams-Moulton implicit methods for time analysis.


Languages

Language:C++ 93.6%Language:CMake 4.0%Language:Python 2.4%