Kenny Weiss

Results 93 issues of Kenny Weiss

One of the codes that I work with is upgrading its stack to `c++14` and we'd like to configure `caliper` for `c++14` as part of this work. The following line...

A user requested the ability to read in Pro-E tet meshes for our shaping capability. The ascii format for this is supposed to be: ``` … … ``` For MPI-based...

Quest

We should benchmark the performance of `axom::Array`, `axom::ArrayView` and `sidre::Array` against other array libraries, e.g. `std::vector` (and possibly `mfem::Array`), to make sure there are no bottlenecks.

help wanted
Core
Performance

We began CI testing of a subset of our installed examples in PR #225. Specifically, we are now testing our `using-with-cmake` and `using-with-blt` examples for all CPU-based host-configs. To further...

App Integration
Testing
CI
Build system
GPU
cuda
Reviewed

A user requested a new primitive operation in primal to return the intersection volume between a hexahedron and a tetrahedron. We already have * a Tetrahedron object * functionality to...

Primal
GPU
User Request

It was pointed out in #881 that `axom::Array` is missing an `assign()` method, but has a `set()` method with similar behavior. @kanye-quest suggested renaming the latter to the former *...

Core
Reviewed

# Summary - This PR is revamps and supersedes the code from @davidgunderman's PR #112, rebasing the `feature/gunderman/bezier-polygon` branch on our current `develop` branch - It adds some functionality to...

Quest
Primal
Reviewed

The `ostream` is only used by the root rank, but is required for all ranks. We shouldn't need to create an ostream on ranks that it is not used. This...

bug
Slic
Reviewed

Several queries in axom are based on `STL` triangle meshes (e.g. the In/Out and Signed distance query). We also have a `mesh_tester` application that validates geometric and topological properties of...

Quest
Mint
Reviewed

The `AXOM_DEVICE_CODE` macro is supposed to only be enabled for code that is running on a device (i.e. when `__CUDA_ARCH__` is defined). I ran into a situation where `AXOM_DEVICE_CODE` appeared...

bug
Build system
cuda
Reviewed
high priority