Giter Site home page Giter Site logo

coildes's Introduction

coildes

- CURRENTLY NOT READY FOR USE. CHECK BACK IN SEPTEMBER 2019 -

Stellarator Coil Design Thesis Code

Installation

The commands below are given for Ubuntu Linux. They have been verified using Ubuntu 18.04.

The first step is to update your Ubuntu installation

sudo apt update

GNU Fortran compiler: gfortran

Install the GNU Fortran compiler gfortran

sudo apt install gfortran

Numerical packages: BLAS and LAPACK

Install BLAS, LAPACK, as well as LAPACKE.

sudo apt install liblapack3
sudo apt install liblapack-dev
sudo apt install libopenblas-base
sudo apt install libopenblas-dev
sudo apt install liblapacke-dev

Fourier Transform Package: FFTW

Install FFTW.

sudo apt install libfftw3-dev libfftw3-doc

Linear Algebra Library: mātricks

The mātricks linear algebra library is used throughout the code.

The mātricks library is included as a submodule and is automatically built by the Makefile.

ODE Library: ODEPACK

The package ODEPACK is used to follow the field lines of the magnetic field configuration.

This project only uses the function DLSODE.

The ODEPACK library mirror from Jacob Williams is included as a submodule, and is automatically built by the Makefile.

coildes's People

Contributors

ron2015schmitt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.