Go to the source code of this file.
|
| GEO |
| Global Vorpaline namespace.
|
|
|
enum | LaplaceBeltramiDiscretization { COMBINATORIAL
, UNIFORM
, FEM_P1
, FEM_P1_LUMPED
} |
|
|
void | GEO::mesh_compute_manifold_harmonics (Mesh &M, index_t nb_eigens, LaplaceBeltramiDiscretization discretization, const std::string &attribute_name="eigen", double shift=0.0, bool print_spectrum=false) |
| Computes the Manifold Harmonics basis functions. More...
|
|
void | GEO::mesh_compute_manifold_harmonics_by_bands (Mesh &M, index_t nb_eigens, LaplaceBeltramiDiscretization discretization, ManifoldHarmonicsCallback callback, index_t nb_eigens_per_band=30, double initial_shift=0.0, void *client_data=nullptr) |
| Computes Laplacian eigenfunctions band by band. More...
|
|