Umov is a FDTD modelling library for electromagnetic field.
Currently it is not in compilable state, it will be completely rewritten.
This project uses Paket dependency manager. Before opening the solution
or building the project, you should install Paket (or Paket bootstrapper) into
.paket
directory and download the dependencies using the following commands:
$ ./.paket/paket.bootstrapper.exe
$ ./.paket/paket.exe restore
For convenience, there is a script Scripts/Install.ps1
that will download
Paket bootstrapper and call these commands automatically.
Consult the script documentation to discover its parameters.
To build Nuget package for Umov, use the script Scripts/Package.ps1
.
If you want to push this package to the Nuget feed, use
Scripts/Push-Package.ps1
.
Consult the scripts documentation to get the information about their parameters.