|
Compadre
1.2.0
|
#include <iostream>#include <string>#include <vector>#include <map>#include <stdlib.h>#include <cstdio>#include <random>#include <Compadre_Config.h>#include <Compadre_GMLS.hpp>#include <Compadre_Evaluator.hpp>#include "GMLS_Tutorial.hpp"#include <Kokkos_Timer.hpp>#include <Kokkos_Core.hpp>Go to the source code of this file.
Functions | |
| int | main (int argc, char *args[]) |
| Manifold GMLS Example. More... | |
| int main | ( | int | argc, |
| char * | args[] | ||
| ) |
Manifold GMLS Example.
Standard GMLS Example.
Exercises GMLS operator evaluation with data over various orders and numbers of targets for targets including point evaluation, Laplace-Beltrami, gradient and gradient on a manifold.
Manifold GMLS Example.
[Parse Command Line Arguments]
[Setting Up The Point Cloud]
[Setting Up The Point Cloud]
[Creating The Data]
[Creating The Data]
[Performing Neighbor Search]
[Performing Neighbor Search]
[Setting Up The GMLS Object]
[Setting Up The GMLS Object]
[Apply GMLS Alphas To Data]
[Apply GMLS Alphas To Data]
[Check That Solutions Are Correct]
[Check That Solutions Are Correct]
[Finalize Program]
[Parse Command Line Arguments]
[Setting Up The Point Cloud]
[Setting Up The Point Cloud]
[Creating The Data]
[Creating The Data]
[Performing Neighbor Search]
[Performing Neighbor Search]
[Setting Up The GMLS Object]
[Setting Up The GMLS Object]
[Apply GMLS Alphas To Data]
[Apply GMLS Alphas To Data]
[Check That Solutions Are Correct]
[Check That Solutions Are Correct]
[Finalize Program]
Definition at line 23 of file GMLS_Host.cpp.
1.8.5