https://github.com/ccsi-toolset/ireveallite
Automated reduced order model generation for improved computational time
https://github.com/ccsi-toolset/ireveallite
foqus
Last synced: 10 months ago
JSON representation
Automated reduced order model generation for improved computational time
- Host: GitHub
- URL: https://github.com/ccsi-toolset/ireveallite
- Owner: CCSI-Toolset
- License: other
- Created: 2017-06-08T17:22:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T00:00:39.000Z (about 8 years ago)
- Last Synced: 2025-07-11T01:01:57.542Z (11 months ago)
- Topics: foqus
- Language: Java
- Homepage:
- Size: 34.8 MB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# iRevealLite
Automate tool to create reduced order model from high-fidelity model
Note: This product is also part of the [FOQUS Bundle](../../../FOQUS_bundle)
## Getting Started
See installaton and user guide documents in the [documentation](docs) subdirectory.
This software has been compiled and tested on Windows 7 professional and Linux
### Pre-requisites
Your environment must have the following tools installed.
The build has be tested with the following versions. Use other
versions at your own risk.
+ Git Bash for windows
+ Java 1.8
### Build and Package
See installation manual in the [documentation](docs) subdirectory.
```
git clone https://github.com/CCSI-Toolset/iRevealLite.git
```
## Authors
* Jinliang Ma
See also the list of [contributors](../../contributors) who participated in this project.
## Development Practices
* Code development will be peformed in a forked copy of the repo. Commits will not be
made directly to the repo. Developers will submit a pull request that is then merged
by another team member, if another team member is available.
* Each pull request should contain only related modifications to a feature or bug fix.
* Sensitive information (secret keys, usernames etc) and configuration data
(e.g database host port) should not be checked in to the repo.
* A practice of rebasing with the main repo should be used rather that merge commmits.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available,
[releases](../../releases) or [tags](../..//tags) on this repository.
## License & Copyright
See [LICENSE.md](LICENSE.md) file for details