Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
ff4a338a
Commit
ff4a338a
authored
4 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
Forgot Antialiasing...
parent
5b5157b7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/compute_Sapj.F90
+12
-3
12 additions, 3 deletions
src/compute_Sapj.F90
with
12 additions
and
3 deletions
src/compute_Sapj.F90
+
12
−
3
View file @
ff4a338a
...
@@ -78,7 +78,12 @@ SUBROUTINE compute_Sapj
...
@@ -78,7 +78,12 @@ SUBROUTINE compute_Sapj
ENDIF
ENDIF
ENDDO
nloope
ENDDO
nloope
!CALL forward_FFT(Sepj(ip,ij,:,:)) !**then put the sum back to fourier space (spares n FFT)
!! Antialiasing
DO
ikr
=
ikrs
,
ikre
DO
ikz
=
ikzs
,
ikze
Sepj
(
ip
,
ij
,
ikr
,
ikz
)
=
Sepj
(
ip
,
ij
,
ikr
,
ikz
)
*
AA_r
(
ikr
)
*
AA_z
(
ikz
)
ENDDO
ENDDO
ENDDO
jloope
ENDDO
jloope
ENDDO
ploope
ENDDO
ploope
...
@@ -146,10 +151,14 @@ SUBROUTINE compute_Sapj
...
@@ -146,10 +151,14 @@ SUBROUTINE compute_Sapj
ENDDO
nloopi
ENDDO
nloopi
!CALL forward_FFT(Sipj(ip,ij,:,:)) ! **then put the sum back to fourier space (spares n FFT)
!! Antialiasing
DO
ikr
=
ikrs
,
ikre
DO
ikz
=
ikzs
,
ikze
Sipj
(
ip
,
ij
,
ikr
,
ikz
)
=
Sipj
(
ip
,
ij
,
ikr
,
ikz
)
*
AA_r
(
ikr
)
*
AA_z
(
ikz
)
ENDDO
ENDDO
ENDDO
jloopi
ENDDO
jloopi
ENDDO
ploopi
ENDDO
ploopi
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
END
SUBROUTINE
compute_Sapj
END
SUBROUTINE
compute_Sapj
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment