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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
03d72a92
Commit
03d72a92
authored
Mar 08, 2022
by
Abhinav Singh
Browse files
Merge branch 'FD_solver' into develop
parents
5a884b91
dfcf0a2d
Pipeline
#4347
passed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_grids_util.hpp
View file @
03d72a92
...
...
@@ -369,7 +369,7 @@ public:
*
*/
template
<
typename
T
>
class
prop_write_out
<
0
,
T
>
class
prop_write_out
<
1
,
T
>
{
public:
...
...
@@ -452,7 +452,7 @@ public:
*
*/
template
<
typename
T
>
class
prop_write_out_new
<
0
,
T
>
class
prop_write_out_new
<
1
,
T
>
{
public:
...
...
@@ -531,7 +531,7 @@ struct meta_prop
// if there is the next element
while
(
it
.
isNext
())
{
prop_write_out
<
vtk_dims
<
T
>::
value
!=
1
,
T
>::
template
write
<
decltype
(
vg
),
decltype
(
it
),
I
>(
stream_out
,
vg
,
k
,
it
,
ft
);
prop_write_out
<
vtk_dims
<
T
>::
value
,
T
>::
template
write
<
decltype
(
vg
),
decltype
(
it
),
I
>(
stream_out
,
vg
,
k
,
it
,
ft
);
// increment the iterator and counter
++
it
;
...
...
@@ -773,7 +773,7 @@ struct meta_prop_new
// if there is the next element
while
(
it
.
isNext
())
{
prop_write_out_new
<
vtk_dims
<
T
>::
value
!=
1
,
T
>::
template
write
<
decltype
(
vg
),
decltype
(
it
),
I
>(
v_outToEncode_
,
vg
,
k
,
it
,
ft
);
prop_write_out_new
<
vtk_dims
<
T
>::
value
,
T
>::
template
write
<
decltype
(
vg
),
decltype
(
it
),
I
>(
v_outToEncode_
,
vg
,
k
,
it
,
ft
);
// increment the iterator and counter
++
it
;
...
...
@@ -1014,9 +1014,6 @@ struct meta_prop_new<I,ele_g,St,T,false>
inline
meta_prop_new
(
const
openfpm
::
vector
<
ele_g
>
&
vg
,
std
::
string
&
v_out
,
const
openfpm
::
vector
<
std
::
string
>
&
prop_names
,
file_type
ft
)
{
}
static
inline
void
get_pvtp_out
(
std
::
string
&
v_out
,
const
openfpm
::
vector
<
std
::
string
>
&
prop_names
)
{}
};
template
<
unsigned
int
dims
,
typename
T
>
inline
void
output_point
(
Point
<
dims
,
T
>
&
p
,
std
::
stringstream
&
v_out
,
file_type
ft
)
...
...
jstark
@jstark
mentioned in commit
8e61e26f
·
Apr 29, 2022
mentioned in commit
8e61e26f
mentioned in commit 8e61e26f8c01efc13fad5a232632cfa0b1d05a90
Toggle commit list
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