#include <math.h>#include "Vector/vector_dist.hpp"#include "regression/regression.hpp"Go to the source code of this file.
Data Structures | |
| struct | Redist_options< phi_type > |
| Structure to bundle options for redistancing. More... | |
| class | particle_cp_redistancing< particles_in_type, phi_field, closest_point_field, normal_field, curvature_field, num_minter_coeffs > |
| Class for reinitializing a level-set function into a signed distance function using the Closest-Point method on particles. More... | |
Typedefs | |
| template<unsigned int dim, unsigned int n_c> | |
| using | particles_surface = vector_dist< dim, double, aggregate< int, int, double, double[dim], double[n_c], double[dim]> > |