Paul Kuberry
Paul Kuberry
Removes use of `list_url` and `list_depth` in favor of directly using location of .tar.gz files. Modifies `url_for_version` to specify substitution rule for `url`. Prior to this PR, there is an...
**Issue** When executing programs using Kokkos with `--kokkos-num-threads>=4` on an M1 mac, where the executable is compiled with `Kokkos_ENABLE_THREADS=ON` and apple-clang 14.0, segfaults appear randomly. On the same M1 mac,...
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...