Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
IFOS2D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GPIAG-Software
IFOS2D
Commits
d4ee553f
Commit
d4ee553f
authored
Dec 03, 2015
by
Florian Wittkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: Acoustic free surface (merge issue)
parent
744ec46b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/surface_acoustic_PML.c
src/surface_acoustic_PML.c
+1
-0
No files found.
src/surface_acoustic_PML.c
View file @
d4ee553f
...
...
@@ -36,6 +36,7 @@ void surface_acoustic_PML(int ndepth, float ** sp){
j
=
ndepth
;
/* The free surface is located exactly in y=1/2*dh !! */
for
(
i
=
1
;
i
<=
NX
;
i
++
){
sp
[
j
][
i
]
=
0
;
for
(
m
=
1
;
m
<=
fdoh
;
m
++
)
{
sp
[
j
-
m
][
i
]
=
-
sp
[
j
+
m
][
i
];
}
...
...
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