Skip to content
/ NimbleSM Public
forked from NimbleSM/NimbleSM

Lagrangian finite-element code for solid mechanics on next-generation computing platforms.

Notifications You must be signed in to change notification settings

nmm0/NimbleSM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NimbleSM

NimbleSM is a Lagrangian finite-element code for solid mechanics. Its primary application is the solution of mechanics problems on nonuniform, three-dimensional meshes using either explicit transient dynamic or implicit quasi-static time integration. Additional features include multiscale modeling and the simulation of contact. The NimbleSM code base is designed for performance portability across varying hardware architectures.

NimbleSM may be built with the following optional dependencies:

Exodus

Library for I/O. It is highly recommended that you build NimbleSM with exodus support. The alternative is an exceedingly slow text-based I/O system.

https://github.com/gsjaardema/seacas

Kokkos

Performance portability programming ecosystem. Utilized by NimbleSM for improved performance on GPU-based systems and other emerging hardware platforms.

https://github.com/kokkos/kokkos

Qthreads

Lightweight locality-aware user-level threading runtime. Utilized by NimbleSM for improved performance via on-node accelerators.

https://github.com/Qthreads/qthreads

Trilinos

Algorithms for the solution of large-scale engineering and scientific problems. Utilized by NimbleSM for parallel linear solvers. Required for parallel execution of implicit time integration (quasi-statics).

https://trilinos.org

Darma

An asynchronous many task (AMT) programming model and runtime. Not publicly available.

https://github.com/darma-tasking

About

Lagrangian finite-element code for solid mechanics on next-generation computing platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • CMake 5.2%
  • Python 4.2%
  • Other 0.9%