Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_numerics
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_numerics
Merge requests
!5
Fixing DCPSE includes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixing DCPSE includes
FD_solver
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
8
Merged
Abhinav Singh
requested to merge
FD_solver
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
8
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
6517fc44
1 commit,
3 years ago
8 files
+
31
−
6
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
src/DCPSE/DCPSE_op/tests/DCPSE_op_Solver_test.cpp
+
8
−
2
Options
@@ -5,6 +5,11 @@
* Author: Abhinav Singh, Pietro Incardona
*
*/
#ifdef HAVE_EIGEN
#ifdef HAVE_PETSC
#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
#define BOOST_MPL_LIMIT_VECTOR_SIZE 40
#include
"config.h"
@@ -60,7 +65,7 @@ BOOST_AUTO_TEST_SUITE(dcpse_op_suite_tests)
Laplacian
Lap
(
domain
,
2
,
rCut
,
2
);
DCPSE_scheme
<
equations2d1
,
decltype
(
domain
)
>
Solver
(
domain
);
DCPSE_scheme
<
equations2d1
,
decltype
(
domain
)
>
Solver
(
domain
);
openfpm
::
vector
<
aggregate
<
int
>>
bulk
;
openfpm
::
vector
<
aggregate
<
int
>>
up_p
;
@@ -1207,5 +1212,6 @@ BOOST_AUTO_TEST_SUITE(dcpse_op_suite_tests)
BOOST_AUTO_TEST_SUITE_END
()
#endif
#endif