lammps/lib/kokkos/example
Stan Moore 39786b1740 Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
..
cmake Update to Kokkos library v2.5.00 2017-12-15 16:42:06 -07:00
cmake_build Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
common Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
feint Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
fenl Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
fixture Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
global_2_local_ids Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
grow_array Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
md_skeleton Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
multi_fem Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
query_device Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
sort_array Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
tutorial Update Kokkos library to r2.6.00 2018-03-08 10:57:08 -07:00
CMakeLists.txt Updating Kokkos lib 2016-09-06 23:06:32 +00:00
README Updating Kokkos lib 2016-09-06 23:06:32 +00:00

README

This directory contains example application proxies that use different
parts of Kokkos.  If you are looking for the FENL ("finite element
nonlinear" solve) example, it has moved into the LinAlg subpackage of
Tpetra.

MANIFEST:

  - common:  Header files used by different examples
  - feint:   Unstructured finite-element method
  - fixture: Some other finite-element method example
  - global_2_local_ids: Example of global-to-local index lookup
  - grow_array:   Parallel dynamic memory allocation
  - md_skeleton:  Molecular dynamics
  - query_device: Kokkos' HWLOC wrapper for querying device topology
  - sort_array:   Parallel sort
  - tutorial:     Kokkos tutorial (START HERE)