Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nektar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavan Pranjivan Mehta
Nektar
Commits
3b15b820
Commit
3b15b820
authored
Mar 6, 2016
by
Chris Cantwell
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelog, contributing and readme docs.
parent
d63304c9
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
CONTRIBUTING.md
+6
-0
6 additions, 0 deletions
CONTRIBUTING.md
README.md
+10
-0
10 additions, 0 deletions
README.md
with
19 additions
and
0 deletions
CHANGELOG.md
+
3
−
0
View file @
3b15b820
...
...
@@ -43,6 +43,9 @@ v4.3.0
-
Add linearise processing module to remove all curvature from high order
elements (!509)
**Documentation:**
-
Added git submodule for including Nektar++ tutorials in the source tree (!507)
v4.2.0
------
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
+
6
−
0
View file @
3b15b820
...
...
@@ -128,6 +128,12 @@ should provide:
-
Generally, code should be well-commented using regular C++ comments to explain
its function to help in reviewing it.
Nektar++ also has a growing number of tutorials to help introduce users and
developers to the use of the library and the range of application solvers. These
are stored in a separate repository, but are available from the main repository
through a git submodule. To populate the docs/tutorial directory run
`git
submodule init`
followed by
`git submodule update`
.
## Code review and merging
All merge requests will be reviewed by one of the senior developers. We try to
stick to the following process:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
0
View file @
3b15b820
...
...
@@ -10,6 +10,7 @@ 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
...
...
@@ -17,6 +18,15 @@ available in the User Guide. This document is available as a pre-compiled PDF
from the downloads section of the project website.
Tutorials
---------
A number of tutorials are available, designed to walk the user through the
basics of spectral/hp element methods, through the use of individual solvers and
performing specific types of calculations.
The tutorials are available from
<http://doc.nektar.info/tutorials/latest>
.
Pre-requisites
--------------
Nektar++ requires the following software to be installed on the users system:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment