Skip to content

eguiraud-pf/rat-template-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Template project for Rat's C++ API

Good starting point for beginner, yes?

Based on the original https://gitlab.com/Project-Rat/rat-template, adds a devcontainer with RAT pre-installed.

Installation

This template allows you to get started with the Rat libraries. It already contains the CMake file and a simple example so that you can get started more easily. To build the example file run the following commands in the terminal:

cd rat-template
mkdir build
cd build
cmake ..
make

To run the solenoid model that is part of this template run the following command from the build directory.

./Release/bin/solenoid --od ./mydata

The paraview files will be stored in the ./mydata directory.

About

Template project to work on RAT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published