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
TurTLE
TurTLE
Commits
9b7a6f50
Commit
9b7a6f50
authored
Jan 30, 2020
by
Cristian Lalescu
Browse files
fit write_rpressure into new repository structure
parent
54e06b67
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9b7a6f50
...
...
@@ -272,6 +272,7 @@ set(cpp_for_lib
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/symmetrize_test.cpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/field_output_test.cpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/get_rfields.cpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/write_rpressure.cpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/bandpass_stats.cpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/field_single_to_double.cpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/resize.cpp
...
...
@@ -321,6 +322,7 @@ set(hpp_for_lib
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/symmetrize_test.hpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/field_output_test.hpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/get_rfields.hpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/write_rpressure.hpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/bandpass_stats.hpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/field_single_to_double.hpp
${
PROJECT_SOURCE_DIR
}
/cpp/full_code/resize.hpp
...
...
@@ -454,6 +456,10 @@ if (BUILD_TESTING)
NAME test_pp_get_rfields
COMMAND turtle PP get_rfields --simname dns_nsveparticles --iter0 0 --iter1 64
WORKING_DIRECTORY
${
TEST_OUTPUT_DIRECTORY
}
)
add_test
(
NAME test_pp_write_rpressure
COMMAND turtle PP write_rpressure --simname dns_nsveparticles --iter0 0 --iter1 64
WORKING_DIRECTORY
${
TEST_OUTPUT_DIRECTORY
}
)
add_test
(
NAME test_pp_joint_acc_vel_stats
COMMAND turtle PP joint_acc_vel_stats --simname dns_nsveparticles --iter0 0 --iter1 64
...
...
bfps/
cpp/full_code/write_rpressure.cpp
→
cpp/full_code/write_rpressure.cpp
View file @
9b7a6f50
File moved
bfps/
cpp/full_code/write_rpressure.hpp
→
cpp/full_code/write_rpressure.hpp
View file @
9b7a6f50
File moved
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