Compadre
1.6.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 <Compadre_PointCloudSearch.hpp>
#include "GMLS_Manifold.hpp"
#include "CommandLineProcessor.hpp"
#include <Kokkos_Timer.hpp>
#include <Kokkos_Core.hpp>
Go to the source code of this file.
Functions | |
void | AmbientLocalAmbient (XYZ &u, double *T_data, double *P_data) |
[Ambient to Local Back To Ambient Helper Function] More... | |
int | main (int argc, char *args[]) |
[Ambient to Local Back To Ambient Helper Function] More... | |
void AmbientLocalAmbient | ( | XYZ & | u, |
double * | T_data, | ||
double * | P_data | ||
) |
[Ambient to Local Back To Ambient Helper Function]
Definition at line 34 of file GMLS_Manifold_Multiple_Evaluation_Sites.cpp.
int main | ( | int | argc, |
char * | args[] | ||
) |
[Ambient to Local Back To Ambient Helper Function]
Standard GMLS Example.
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]
Definition at line 67 of file GMLS_Manifold_Multiple_Evaluation_Sites.cpp.