Compare commits
2 Commits
0404bd0cf0
...
cf48b23d4d
| Author | SHA1 | Date | |
|---|---|---|---|
| cf48b23d4d | |||
| c7ff1384e1 |
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
# Copyright 2017-2023 Ian Jauslin
|
||||
# Copyright 2017-2024 Ian Jauslin
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -39,9 +39,11 @@ The available commands are
|
||||
|
||||
* `enstrophy`: to compute the enstrophy and various other observables. This
|
||||
command prints
|
||||
```step_index time average(alpha) average(enstrophy) average(alpha*enstrophy) alpha enstrophy alpha*enstrophy```
|
||||
```step_index time average(alpha) average(energy) average(enstrophy) alpha energy enstrophy```
|
||||
where the averages are running averages over `print_freq`. In addition, if
|
||||
the algorithm has an adaptive step, an extra column is printed with `delta`.
|
||||
In addition, if alpha has a negative value (even in between `print_freq`
|
||||
intervals), a line is printed with the information.
|
||||
|
||||
* `uk`: to compute the Fourier transform of the solution.
|
||||
|
||||
@@ -144,4 +146,4 @@ written to the `savefile` is binary.
|
||||
# License
|
||||
Nstrophy is released under the Apache 2.0 license.
|
||||
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
% Copyright 2017-2023 Ian Jauslin
|
||||
% Copyright 2017-2024 Ian Jauslin
|
||||
%
|
||||
% Licensed under the Apache License, Version 2.0 (the "License");
|
||||
% you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
2
src/io.c
2
src/io.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
2
src/io.h
2
src/io.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2017-2023 Ian Jauslin
|
||||
Copyright 2017-2024 Ian Jauslin
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user