Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
258b88e6
Commit
258b88e6
authored
Apr 11, 2019
by
Marco Govoni
Browse files
Update function3d.f90
parent
9a2f46cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO_kernel/function3d.f90
View file @
258b88e6
...
...
@@ -59,12 +59,12 @@ MODULE function3d
IF
(
gamma_only
)
THEN
SELECT
CASE
(
fftdriver
)
CASE
(
'Wave'
)
CALL
single_interp_invfft_gamma
(
dfft
,
ng
,
ngx
,
funct3d_g
,
funct3d_r_complex
,
'Wa
ve
'
,
nl
)
CALL
single_interp_invfft_gamma
(
dfft
,
ng
,
ngx
,
funct3d_g
,
funct3d_r_complex
,
fftdri
ve
r
,
nl
)
CASE
(
'Dense'
)
CALL
single_interp_invfft_k
(
dfft
,
ng
,
ngx
,
funct3d_g
,
funct3d_r_complex
,
'Dense'
,
nl
)
CALL
single_interp_invfft_k
(
dfft
,
ng
,
ngx
,
funct3d_g
,
funct3d_r_complex
,
fftdriver
,
nl
)
END
SELECT
ELSE
CALL
single_interp_invfft_k
(
dfft
,
ng
,
ngx
,
funct3d_g
,
funct3d_r_complex
,
'Wa
ve
'
,
nl
)
CALL
single_interp_invfft_k
(
dfft
,
ng
,
ngx
,
funct3d_g
,
funct3d_r_complex
,
fftdri
ve
r
,
nl
)
ENDIF
!
IF
(
mpime
==
1
)
WRITE
(
*
,
*
)
"funct3d_r_complex when writing: "
,
funct3d_r_complex
(
1
:
10
)
...
...
Write
Preview
Markdown
is supported
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