Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
TurTLE
TurTLE
Commits
bab90786
Commit
bab90786
authored
Feb 24, 2021
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
updates documentation
parent
00ade412
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#94386
passed
Feb 26, 2021
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpp/full_code/NSVE.hpp
+5
-0
5 additions, 0 deletions
cpp/full_code/NSVE.hpp
cpp/vorticity_equation.hpp
+4
-1
4 additions, 1 deletion
cpp/vorticity_equation.hpp
with
9 additions
and
1 deletion
cpp/full_code/NSVE.hpp
+
5
−
0
View file @
bab90786
...
...
@@ -34,6 +34,11 @@
#include
"vorticity_equation.hpp"
#include
"full_code/direct_numerical_simulation.hpp"
/**
* Allocates 1 vorticity equation and 1 vector field.
*/
template
<
typename
rnumber
>
class
NSVE
:
public
direct_numerical_simulation
{
...
...
...
...
This diff is collapsed.
Click to expand it.
cpp/vorticity_equation.hpp
+
4
−
1
View file @
bab90786
...
...
@@ -36,10 +36,13 @@
extern
int
myrank
,
nprocs
;
/* container for field descriptor, fields themselves, parameters, etc
/** container for field descriptor, fields themselves, parameters, etc
*
* This particular class is only meant as a stepping stone to a proper solver
* that only uses the field class (and related layout and kspace classes), and
* HDF5 for I/O.
*
* Allocates 5 vector fields, and 1 kspace object.
* */
template
<
typename
rnumber
,
...
...
...
...
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
sign in
to comment