Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Goth
splitALF
Commits
4724426f
Commit
4724426f
authored
Apr 05, 2020
by
Florian Goth
Browse files
fix a method
parent
03c5cade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Prog/splittings.f90
View file @
4724426f
...
...
@@ -312,10 +312,11 @@ subroutine init_splittings(split)
splits
(
27
)
%
Tcoeffs
(
4
)
=
CMPLX
(
4.D0
/
15
,
+2.D0
/
15
,
kind
=
kind
(
0.D0
))
splits
(
27
)
%
Tcoeffs
(
5
)
=
CMPLX
(
1.D0
/
10
,
-1.D0
/
30
,
kind
=
kind
(
0.D0
))
splits
(
27
)
%
Vcoeffs
(
1
)
=
1.D0
/
4.D
0
splits
(
27
)
%
Vcoeffs
(
1
)
=
0.
0
splits
(
27
)
%
Vcoeffs
(
2
)
=
1.D0
/
4.D0
splits
(
27
)
%
Vcoeffs
(
3
)
=
1.D0
/
4.D0
splits
(
27
)
%
Vcoeffs
(
4
)
=
1.D0
/
4.D0
splits
(
27
)
%
Vcoeffs
(
5
)
=
1.D0
/
4.D0
! The optimized Order-4 method from here: http://www.gicas.uji.es/Research/splitting-complex.html
call
createsplit
(
splits
(
28
),
5
,
5
)
...
...
@@ -421,7 +422,7 @@ splits(30)%Tcoeffs(17) = splits(30)%Tcoeffs(1)
splits
(
34
)
%
Vcoeffs
(
4
)
=
1.D0-2.D0
*
(
splits
(
34
)
%
Vcoeffs
(
2
)
+
splits
(
34
)
%
Vcoeffs
(
3
)
)
splits
(
34
)
%
Vcoeffs
(
5
)
=
splits
(
34
)
%
Vcoeffs
(
3
)
splits
(
34
)
%
Vcoeffs
(
6
)
=
splits
(
34
)
%
Vcoeffs
(
2
)
end
subroutine
end
module
splittings
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment