Skip to content
Snippets Groups Projects
Commit d3b13129 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

adding getSubset for getting the subset number

parent 1a01add7
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ class vector_dist_ws : public vector_dist<dim,St,typename AggregateAppend<int,pr
this->template getProp<flag_prop::value>(key) = sub_id;
}
int getSubset(vect_dist_key_dx key)
{
return this->template getProp<flag_prop::value>(key);
}
void ghost_get_subset()
{
this->template ghost_get<flag_prop::value>(NO_POSITION | SKIP_LABELLING);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment