rita is a console application to solve scientific computing problems invoking partial differential equations. The numerical solution is based on the OFELI library. rita handles also the numerical solution of algebraic equations, ordinary differential equations and most basic numerical analysis problems.
rita can be either run interactively by typing
a series of commands or by using a shell script file.
The latter option can be chosen either by executing
rita script-file
or once in the rita execution by typing
load script-file
The file script-file must contain all commands to be executed,
one on each line.
The tutorial directory contains a series of examples of script files.
Here is a list of available commands in the rita console application. These commands can be classified in categories:
rita is freely available under the GPL (Gnu Public License).
Copyright © 2021-2022 Rachid Touzani
rita is free software: you can redistribute it 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.
rita is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
GNU General Public License for more details.
The latest stable release of rita (1.2.0) is available for download:
rita can be installed using its compiled version. For this, once the downloaded file
is unpacked, you can follow the intallation script or copy manully the files.
Let us describe the installation procedure using the source files.
WARNING:
After unpacking the rita package file, let's go to the created
directory (where the file INSTALL is).
You now have to create a directory, which we will call build for instance.
Type:
This creates the executable file rita in the subdirectory
src.
You can now run the tests by typing
All tests are run. If you prefer to display test outputs, type
Now, everything is ready (if tests are run successfully). You can install the application on your computer by typing
This command may require administrator privileges.
You can adjust the installation destination (the "prefix")
by passing the -DCMAKE_INSTALL_PREFIX=myprefix option to
cmake, as is explained in the message that cmake prints at the end.