compadre icon indicating copy to clipboard operation
compadre copied to clipboard

Compadre (Compatible Particle Discretization and Remap)

Results 25 compadre issues
Sort by recently updated
recently updated
newest added

Updates vendored TPLs - Compatible with `kokkos` and `kokkos-kernels` >= 4 - `pybind` advanced to version 2.9.2

TOOLKIT

[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)

bug

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...

TOOLKIT

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...

TOOLKIT

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.

TOOLKIT

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...

TOOLKIT

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...