OpenFPM
5.2.0
Project that contain the implementation of distributed structures
SupportBuilder.hpp
1
//
2
// Created by tommaso on 25/03/19.
3
//
4
// Modified by Abhinav and Pietro
5
6
#ifndef OPENFPM_PDATA_SUPPORTBUILDER_HPP
7
#define OPENFPM_PDATA_SUPPORTBUILDER_HPP
8
9
#include <Space/Shape/Point.hpp>
10
#include <Vector/vector_dist.hpp>
11
#include <utility>
12
13
enum
support_options
14
{
15
RADIUS,
16
LOAD,
17
ADAPTIVE,
//used in SurfaceDcpse
18
AT_LEAST_N_PARTICLES
//used in regression module
19
};
20
21
#endif
//OPENFPM_PDATA_SUPPORTBUILDER_HPP
openfpm_numerics
src
DCPSE
SupportBuilder.hpp
Generated by
1.9.1