You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
This refactoring supports our design experimentation related to
element-algorithms.
* Adds two classes that mimic element-algorithms:
TestElemAlgorithmWithVectors, TestElemAlgorithmWithViews
* Illustrates the scratch-array resizing strategy which finds max
nodes-per-elem and num-integ-points prior to the bucket loop and
performs max resize, making subsequent resize operations fast.
* Illustrates Kokkos views with shared-memory-views as prototyped
by Christian in a separate repo.
* Encapsulates looping mechanisms as described in recent meeting.
* Some 'kokkos-helper' stuff (typedefs, small functions etc) are at
the top of the file, essentially similar to the stuff that
Christian had in the KokkosInterface.h header in his repo.
* The test 'main' functions are at the bottom of the file, this is
where you should start reading if you are interested in exploring.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Activities:
The text was updated successfully, but these errors were encountered: