Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_numerics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_numerics
Commits
ec4e89c7
Commit
ec4e89c7
authored
5 years ago
by
Abhinav Singh
Browse files
Options
Downloads
Patches
Plain Diff
Labfolder hook
parent
c6336652
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
mpi_include
+1
-1
1 addition, 1 deletion
mpi_include
mpi_libs
+1
-1
1 addition, 1 deletion
mpi_libs
src/DCPSE_op/DCPSE_op_test.cpp
+1
-1
1 addition, 1 deletion
src/DCPSE_op/DCPSE_op_test.cpp
src/Operators/Vector/vector_dist_operators.hpp
+13
-0
13 additions, 0 deletions
src/Operators/Vector/vector_dist_operators.hpp
with
16 additions
and
3 deletions
mpi_include
+
1
−
1
View file @
ec4e89c7
-I/Users/absingh/git/OpenFPM/Dependencies/MPI/include
\ No newline at end of file
-I
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mpi_libs
+
1
−
1
View file @
ec4e89c7
/Users/absingh/git/OpenFPM/Dependencies/MPI/lib/libmpi.dylib
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/DCPSE_op/DCPSE_op_test.cpp
+
1
−
1
View file @
ec4e89c7
...
...
@@ -3,7 +3,7 @@
*
* Created on: Jan 7, 2020
* Author: Abhinav Singh, Pietro Incardona
* //adding labfolder
* //adding labfolder
hook
*/
#include
"config.h"
...
...
This diff is collapsed.
Click to expand it.
src/Operators/Vector/vector_dist_operators.hpp
+
13
−
0
View file @
ec4e89c7
...
...
@@ -62,6 +62,7 @@
#define VECT_ROUND 88
#define VECT_NEARBYINT 89
#define VECT_RINT 90
#define VECT_DCPSE 100
#define VECT_PMUL 91
#define VECT_SUB_UNI 92
...
...
@@ -460,6 +461,18 @@ public:
return
v
;
}
/*! \brief Return the vector on which is acting
*
* It return the vector used in getVExpr, to get this object
*
* \return the vector
*
*/
const
vector
&
getVector
()
const
{
return
v
;
}
/*! \brief This function must be called before value
*
* it initialize the expression if needed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment