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
Phillip Lino Rall
UGBlocks_V3
Commits
35b7983d
Commit
35b7983d
authored
Aug 25, 2020
by
Blue Bird
Browse files
Aenderungen wegen FFT Variable
parent
6c5abedf
Changes
1
Hide whitespace changes
Inline
Side-by-side
program2D/source/extemp/variable2D_cc.h
View file @
35b7983d
...
...
@@ -82,6 +82,7 @@ Variable2D<DTyp>::Variable2D ( const Variable2D<DTyp>& other ) {
blockgrid
=
other
.
blockgrid
;
ug
=
blockgrid
->
Give_unstructured_grid
();
// for parallel
my_rank
=
ug
->
Give_my_rank
();
comm
=
ug
->
Give_MPI_comm
();
...
...
@@ -181,7 +182,7 @@ Variable2D<DTyp>::Variable2D ( Blockgrid2D& blockgrid_ ) {
}
template
<
class
DTyp
>
void
Variable2D
<
DTyp
>::
allocateData
()
{
void
Variable2D
<
DTyp
>::
allocateData
()
{
//Part I
//-------
totalNumberData
=
0
;
...
...
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