Compare commits

..

2 Commits

Author SHA1 Message Date
dc3c60f390 Update copyright
Signed-off-by: Ian Jauslin <ian.jauslin@rutgers.edu>
2026-04-14 11:54:30 -04:00
e60942428e Print index of lyapunov exponent 2026-04-14 11:49:54 -04:00
21 changed files with 23 additions and 23 deletions

View File

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

View File

@@ -51,7 +51,7 @@ The available commands are
* `lyapunov`: to compute the Lyapunov exponents. This command prints
```
time instantaneous_lyapunov lyapunov
time index instantaneous_lyapunov lyapunov
```
where `instantaneous_lyapunov` is computed from the tangent flow only between
the given time and the previous one.
@@ -187,4 +187,4 @@ binary.
# License
Nstrophy is released under the Apache 2.0 license.
Copyright 2017-2025 Ian Jauslin
Copyright 2017-2026 Ian Jauslin

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
/*
Copyright 2017-2025 Ian Jauslin
Copyright 2017-2026 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -162,7 +162,7 @@ int lyapunov(
// print
for(i=0; i<MATSIZE; i++){
printf("% .15e % .15e % .15e\n",time, lyapunov[i], lyapunov_avg[i]);
printf("% .15e %3d % .15e % .15e\n",time, i, lyapunov[i], lyapunov_avg[i]);
}
printf("\n");
fprintf(stderr,"% .15e\n",time);

View File

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

View File

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

View File

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

View File

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