Giter VIP home page Giter VIP logo

nektar4's Introduction

Nektar++

Nektar++ is an open-source software framework designed to support the development of high-performance scalable solvers for partial differential equations (PDEs) using the spectral/hp element method.

This package consists of a set of libraries (the framework) and a number of pre-written PDE solvers for a selection of application domains.

The software and User Guide is available for download from http://www.nektar.info/.

User Guide

Detailed information on compiling, installing and using the software is available in the User Guide. This document is available as a pre-compiled PDF from the downloads section of the project website.

Pre-requisites

Nektar++ requires the following software to be installed on the users system:

  • CMake
  • BLAS/LAPACK

Additional software is also required. This can either be installed system-wide or it can be downloaded and compiled automatically during the build process.

For more detailed information, please see the User Guide.

Compilation

On most UNIX-based systems a default compilation can be performed using the following commands from the top-level of the source tree:

mkdir build
cd build
cmake ..
make

To alter the build configuration (for example, to enable parallel execution support) we recommend using the ccmake command instead of cmake.

For more detailed operating-system specific instructions, please see the User Guide.

Installation

The default installation location is in a dist subdirectory of the build directory. This can be changed by setting the CMAKE_INSTALL_PREFIX option using ccmake. To install the compiled libraries, solvers and header files, on UNIX-based systems run:

make install

nektar4's People

Contributors

zaidedan 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.