Files
lammps/lib/kokkos/example
Eisuke Kawashima 649a8cc01a Fix typo
2020-03-14 13:57:48 +09:00
..
2020-03-14 13:57:48 +09:00
2018-05-25 15:00:53 -06:00
2020-03-14 13:57:48 +09:00
2020-03-14 13:57:48 +09:00
2016-09-06 23:06:32 +00:00
2016-09-06 23:06:32 +00:00

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)