Compare commits

..

2 Commits

Author SHA1 Message Date
cf48b23d4d Update copyright 2024-10-15 11:47:13 -04:00
c7ff1384e1 Update README 2024-10-15 11:45:28 -04:00
21 changed files with 24 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2023 Ian Jauslin # Copyright 2017-2024 Ian Jauslin
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -39,9 +39,11 @@ The available commands are
* `enstrophy`: to compute the enstrophy and various other observables. This * `enstrophy`: to compute the enstrophy and various other observables. This
command prints 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 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`. 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. * `uk`: to compute the Fourier transform of the solution.
@@ -144,4 +146,4 @@ written to the `savefile` is binary.
# License # License
Nstrophy is released under the Apache 2.0 license. Nstrophy is released under the Apache 2.0 license.
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin

View File

@@ -1,4 +1,4 @@
% Copyright 2017-2023 Ian Jauslin % Copyright 2017-2024 Ian Jauslin
% %
% Licensed under the Apache License, Version 2.0 (the "License"); % Licensed under the Apache License, Version 2.0 (the "License");
% you may not use this file except in compliance with the License. % you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/* /*
Copyright 2017-2023 Ian Jauslin Copyright 2017-2024 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.