![]() |
JaRMoS
1.1
Java Reduced Model Simulations
|
Common base classes for JKerMor, JRB, JaRMoS PC and JaRMoS App. More...
Common base classes for JKerMor, JRB, JaRMoS PC and JaRMoS App.
The models that can be loaded within JaRMoS all have to be described by a suitable XML file. This file has to be named model.xml
and has to reside in the root folder of the model. The XML file has to match the XSD schema as described in JaRMoS model XSD definition
Please check the JaRMoS Models repository for example model.xml
instances.
Also checkout the Including own models to JaRMoS page if you want to include your own models.
The JaRMoSBase framework as a whole is published under the GNU GPL license stated below.
This program 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.
This program 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.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
Packages | |
package | jarmos |
JaRMoS main package. | |
package | jarmos.affine |
Contains classes for affine components. | |
package | jarmos.geometry |
Classes for geometry data handling. | |
package | jarmos.io |
Basic I/O classes to load JaRMoS models. | |
package | jarmos.util |
Utility classes. | |
package | jarmos.visual |
Common classes for visualization of simulation results. | |