Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Ronald
Nektar
Commits
f645355d
Commit
f645355d
authored
Jan 01, 2015
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added README file.
parent
b86b5337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
README
README
+49
-0
No files found.
README
0 → 100644
View file @
f645355d
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
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment