Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Phillip Lino Rall
UGBlocks_V3
Commits
e7b82f34
Commit
e7b82f34
authored
Nov 10, 2020
by
Phillip Lino Rall
Browse files
implemented example for FFT propagation in GRIN media
parent
1178403f
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
e7b82f34
...
...
@@ -3,11 +3,21 @@
/Default/
/QMake-build/
/build-program-Desktop-Debug/
/build*
bin_o/
html
latex
run
*.dx
config.pri
configMy.pri
source/program.pro
*.user
*.vtk
*.Debug
*.Release
*.stash
*pro.user*
*pro.user
/program2D/Makefile
/program2D/debug/
\ No newline at end of file
program2D/main.cc
View file @
e7b82f34
...
...
@@ -9,6 +9,7 @@
#include
<string>
#include
<vector>
#include
"source/ugblock2D.h"
#include
"source/ugblock.h"
using
std
::
complex
;
...
...
@@ -581,6 +582,9 @@ int main(int argc, char** argv) {
double
wavenumber
=
2.0
*
M_PI
/
lambda
;
VTK_Reader
reader
()
cout
<<
" Test CalcFresnel!!"
<<
endl
;
std
::
cout
<<
"distance = "
<<
distance
<<
std
::
endl
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment