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
47565f6c
Commit
47565f6c
authored
Jan 20, 2016
by
laura.gassner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX (ACOUSTIC): wrong seismograms passed for adjoint sources with QUELLTYPB<4
parent
2519bd09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/denise.c
src/denise.c
+1
-1
No files found.
src/denise.c
View file @
47565f6c
...
...
@@ -2230,7 +2230,7 @@ int main(int argc, char **argv){
update_v_PML_SH
(
1
,
NX
,
1
,
NY
,
nt
,
pvz
,
pvzp1
,
pvzm1
,
psxz
,
psyz
,
prjp
,
srcpos_loc_back
,
sectionvzdiff
,
sectionvzdiff
,
ntr1
,
absorb_coeff
,
hc
,
infoout
,
1
,
K_x
,
a_x
,
b_x
,
K_x_half
,
a_x_half
,
b_x_half
,
K_y
,
a_y
,
b_y
,
K_y_half
,
a_y_half
,
b_y_half
,
psi_sxz_x
,
psi_syz_y
);
}
}
else
{
update_v_acoustic_PML
(
1
,
NX
,
1
,
NY
,
nt
,
pvx
,
pvxp1
,
pvxm1
,
pvy
,
pvyp1
,
pvym1
,
psp
,
prip
,
prjp
,
srcpos_loc_back
,
section
pdiff
,
sectionp
diff
,
ntr1
,
absorb_coeff
,
hc
,
infoout
,
1
,
K_x_half
,
a_x_half
,
b_x_half
,
K_y_half
,
a_y_half
,
b_y_half
,
psi_sxx_x
,
psi_syy_y
);
update_v_acoustic_PML
(
1
,
NX
,
1
,
NY
,
nt
,
pvx
,
pvxp1
,
pvxm1
,
pvy
,
pvyp1
,
pvym1
,
psp
,
prip
,
prjp
,
srcpos_loc_back
,
section
vxdiff
,
sectionvy
diff
,
ntr1
,
absorb_coeff
,
hc
,
infoout
,
1
,
K_x_half
,
a_x_half
,
b_x_half
,
K_y_half
,
a_y_half
,
b_y_half
,
psi_sxx_x
,
psi_syy_y
);
}
...
...
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