Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
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_pdata
Commits
0235f075
Commit
0235f075
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing Interpolation and adding test
parent
bf8a5316
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
src/Decomposition/common.hpp
+1
-16
1 addition, 16 deletions
src/Decomposition/common.hpp
src/Decomposition/ie_loc_ghost.hpp
+3
-3
3 additions, 3 deletions
src/Decomposition/ie_loc_ghost.hpp
with
5 additions
and
20 deletions
openfpm_numerics
@
a1c29e3a
Subproject commit
be31957a785f39a94b9f256463be9753053467e8
Subproject commit
a1c29e3aecaf43a130dddf9322e4449028c61487
This diff is collapsed.
Click to expand it.
src/Decomposition/common.hpp
+
1
−
16
View file @
0235f075
...
...
@@ -126,7 +126,7 @@ struct Box_sub_k
//! Where this sub_domain live
comb
<
dim
>
cmb
;
//! k \see getLocalGhost
IBox
E
//! k \see getLocal
I
GhostE
long
int
k
;
Box_sub_k
()
...
...
@@ -138,21 +138,6 @@ struct Box_sub_k
template
<
unsigned
int
dim
,
typename
T
>
using
Box_map
=
aggregate
<
Box
<
dim
,
T
>
,
long
int
>
;
/*template<unsigned int dim,typename T>
struct Box_map
{
typedef boost::fusion::vector<Box<dim,T>,long int> type;
type data;
static bool noPointers()
{
return true;
}
static const unsigned int max_prop = 2;
};*/
//! Case for local ghost box
template
<
unsigned
int
dim
,
typename
T
>
struct
lBox_dom
...
...
This diff is collapsed.
Click to expand it.
src/Decomposition/ie_loc_ghost.hpp
+
3
−
3
View file @
0235f075
...
...
@@ -350,9 +350,9 @@ public:
return
loc_ghost_box
;
}
/*! \brief Get the number of local
sub-domain
s
/*! \brief Get the number of local
ghost boxe
s
*
* \return the number of local
sub-domain
s
* \return the number of local
ghost boxe
s
*
*
*/
...
...
@@ -385,7 +385,7 @@ public:
return
loc_ghost_box
.
get
(
id
).
ibx
.
size
();
}
/*! \brief For the sub-domain i intersected with a surrounding sub-domain enlarged. Produce a internal ghost box from
/*! \brief For the sub-domain i intersected with a surrounding sub-domain enlarged
j
. Produce a internal ghost box from
* the prospecive of i and an associated external ghost box from the prospective of j.
* In order to retrieve the information about the external ghost box we have to use getLocalEGhostBox(x,k).
* where k is the value returned by getLocalIGhostE(i,j) and x is the value returned by
...
...
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