Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_numerics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argupta
openfpm_numerics
Commits
4cbdaaa7
Commit
4cbdaaa7
authored
Aug 16, 2017
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing run test in SE_CLASS3
parent
9a131027
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/FiniteDifference/eq_unit_test.hpp
src/FiniteDifference/eq_unit_test.hpp
+4
-0
src/FiniteDifference/eq_unit_test_3d.hpp
src/FiniteDifference/eq_unit_test_3d.hpp
+3
-0
No files found.
src/FiniteDifference/eq_unit_test.hpp
View file @
4cbdaaa7
...
...
@@ -265,10 +265,14 @@ template<typename solver_type,typename lid_nn> void lid_driven_cavity_2d()
std
::
cout
<<
"File1: "
<<
file1
<<
std
::
endl
;
std
::
cout
<<
"File2: "
<<
file2
<<
std
::
endl
;
#ifndef SE_CLASS3
// Check that match
bool
test
=
compare
(
file1
,
file2
);
BOOST_REQUIRE_EQUAL
(
test
,
true
);
#endif
}
// Lid driven cavity, incompressible fluid
...
...
src/FiniteDifference/eq_unit_test_3d.hpp
View file @
4cbdaaa7
...
...
@@ -232,10 +232,13 @@ template<typename solver_type,typename lid_nn_3d> void lid_driven_cavity_3d()
std
::
cout
<<
"File1: "
<<
file1
<<
std
::
endl
;
std
::
cout
<<
"File2: "
<<
file2
<<
std
::
endl
;
#ifndef SE_CLASS3
// Check that match
bool
test
=
compare
(
file1
,
file2
);
BOOST_REQUIRE_EQUAL
(
test
,
true
);
#endif
}
// Lid driven cavity, uncompressible fluid
...
...
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