Robert Carson

Results 21 issues of Robert Carson

This adds support for per boundary to set what component(s) of the DOFs as being essential DOFs. This is particularly useful for certain types of problems such as those in...

fem
in-review

As discussed in several offline discussions here's the initial work done on the ExaConstit miniapp. This pull request is meant to be used as a way to discuss the miniapp...

examples & miniapps
WIP

I finally got around to updating some of my crates from ndarray v0.11.* to ndarray v0.13. I noticed that ```allclose``` was deprecated in favor of ```abs_diff_eq```. However, I noticed in...

enhancement

Based on trying to help in Issue #452 , I found some interesting behavior regarding either `Zip` or `azip!`. I've given examples down below ``` let a = arr3(&[[[ 0,...

good first issue

So, I believe as of at least RAJA v0.13.0 which is the last time I looked there was no easy way to access the raw pointer of a RAJA view...

Hi so I'm working on a python workflow as part of the ECP ExaAM project that's making use of [DEAP](https://github.com/DEAP/deap) to optimize a set of parameters based on "experimental" observations....

@davidbeckingsale and others I recently ran into a case for an application I'm working on where I had the initial `chai::ExecutionSpace` set to `chai::ExecutionSpace::GPU` for a `chai::ManagedArray`, and then I...

For an internal library I'm working to modernize, we've been transitioning over to either `RAJA::View` or `RAJA::MultiView` based on a compile time flag that our application codes would supply. I've...

API/usability
reviewed

While working out a solution to the later half of my issue in #1571 , it occurred to me that a generic sub-view like class would be the best way...

feature
API/usability
reviewed

I'm currently testing CARE out on an linux machine with GCC v7.5.0 compiler suite and a toss3 machine with GCC v7.3.0. I'm finding that the build is failing on the...