Compadre
1.5.9
|
#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_Tutorial.hpp"
#include "CommandLineProcessor.hpp"
#include <Kokkos_Timer.hpp>
#include <Kokkos_Core.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char *args[]) |
[Parse Command Line Arguments] More... | |
int main | ( | int | argc, |
char * | args[] | ||
) |
[Parse Command Line Arguments]
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]
[Check That Solutions Are Correct]
[Check That Solutions Are Correct]
[Finalize Program]
Definition at line 37 of file GMLS_NeumannGradScalar.cpp.