compadre
compadre copied to clipboard
Compadre (Compatible Particle Discretization and Remap)
Updates vendored TPLs - Compatible with `kokkos` and `kokkos-kernels` >= 4 - `pybind` advanced to version 2.9.2
[sphere_cubedsph_N6146.csv](https://github.com/sandialabs/compadre/files/9768672/sphere_cubedsph_N6146.csv) [normals_N6146_l4.csv](https://github.com/sandialabs/compadre/files/9768673/normals_N6146_l4.csv)
Implementation of this class will be used as a _template_ for extracting other view access from the toolkit and replacing it with objects. This issue deals with both the PointData...
Add ArborX as an option for neighbor search, enabling GPU accelerated neighbor search. What has been done: - [x] Get radius search working (CPU/GPU) - [x] Get KNN search working...
All `getAlpha0Tensor0Tensor` style helper functions for accessing alpha values from a GMLS solution can be refactored into an `AlphaAccessor` struct that contains a `SolutionSet` class on which it operates.
Currently, the ParallelManager creates a team_policy instantiation each time a functor is requested, without persistence. The next time a functor is called, it needs to be done again. Particularly for...
There is no hierarchical parallelism taking place in the curvature coefficient calulation
Enabling templated scalar types for the application of data with alpha coefficients would allow automatic differentiation with respect to data (not source sites). Doing the same for source sites would...