Kenny Weiss

Results 93 issues of Kenny Weiss

We have a utility class `ScopedLogLevelChanger` in `quest` that changes the `slic` logging level for the current scope (using RAII). Since this is generally useful, we should move it to...

enhancement
Slic

Several `uberenv` users have had issues when mirroring against branches where the current version of a branch will get cached. Spack has an option to skip unstable versions when creating...

It would be helpful if Uberenv's docs had a brief section about how users can use the copy of spack (or vcpkg) that uberenv has configured. Once uberenv is using...

enhancement
documentation

We should add a `.clang-format` file with agreed-upon formatting rules to tribol. We can then configure tribol with a `CLANG_FORMAT_EXECUTABLE` CMake variable and format the code (in a make-based build)...

A user reported the following warning from axom's fmt using clang on LLNL's rzansel: ```shell .../clang-ibm-16.0.6-cuda-11.2.0-gcc-8.3.1/axom/0.9.1a-cuda/include/axom/fmt/core.h(411): warning: pointless comparison of unsigned integer with zero detected during: instantiation of "auto axom::fmt::v9::detail::to_unsigned(Int)->std::make_unsigned::type...

bug
User Request
Reviewed
compiler

# Summary - This PR is a feature - It adds an example that loads an MFEM NURBS mesh and queries the winding number over a query grid - It...

Quest

This PR contains a minor bugfix for parsing rounded rectangles. When calling `rect2pathd` through the `Document` class, the passed in `Element` instance did not directly expose its `rx` and `ry`...

Thanks for this great library! I was playing with rotated ellipses and noticed a bug in how the rotation angle is extracted from the transform function. Essentially, `arccos` wasn't computing...

# Summary - This PR is a feature - It adds opencascade as an optional axom dependency - We're planning to use this mainly to import mesh formats, such as...

TPL
Build system

When reviewing #1412, which fixes a bug in the `eigen_solve` routine, I noticed that we do not have any tests where the number of desired eigenvalues/vectors, `k`, is less than...

Core
Testing
Reviewed
low priority