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
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_numerics
Commits
8940976d
Commit
8940976d
authored
Oct 08, 2015
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass the test of derivative for periodic and non periodic boundary condition
parent
0c51112a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1582 additions
and
2 deletions
+1582
-2
autogen.sh
autogen.sh
+1578
-0
configure.ac
configure.ac
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
src/main.cpp
src/main.cpp
+2
-0
No files found.
autogen.sh
0 → 100755
View file @
8940976d
This diff is collapsed.
Click to expand it.
configure.ac
View file @
8940976d
...
...
@@ -82,7 +82,7 @@ fi
####### include openfpm_devices include path
INCLUDES_PATH+=" -I/usr/local/include -I. -Iconfig -I../../openfpm_devices/src -I../../openfpm_data/src"
INCLUDES_PATH+=" -I/usr/local/include -I. -Iconfig -I../../openfpm_devices/src -I../../openfpm_data/src
-I../../openfpm_io/src -I../../openfpm_vcluster/src -I../../src
"
###### Check for memleak check compilation
...
...
src/Makefile.am
View file @
8940976d
LINKLIBS
=
$(DEFAULT_LIB)
$(PTHREAD_LIBS)
$(OPT_LIBS)
$(BOOST_LDFLAGS)
LINKLIBS
=
$(DEFAULT_LIB)
$(PTHREAD_LIBS)
$(OPT_LIBS)
$(BOOST_LDFLAGS)
$(BOOST_PROGRAM_OPTIONS_LIB)
$(BOOST_IOSTREAMS_LIB)
noinst_PROGRAMS
=
numerics
numerics_SOURCES
=
main.cpp
...
...
src/main.cpp
View file @
8940976d
...
...
@@ -2,3 +2,5 @@
#define BOOST_TEST_MODULE "C++ test module for OpenFPM_numerics project"
#include <boost/test/included/unit_test.hpp>
#include "Equations/eq_unit_tests.hpp"
#include "FiniteDifference/FDScheme_unit_tests.hpp"
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