Skip to content
/ CoEVP Public
forked from exmatex/CoEVP

Embedded ViscoPlasticity Scale-Bridging Proxy Application

Notifications You must be signed in to change notification settings

ptbremer/CoEVP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The subdirectories of this directory contain the files needed to build the CoEVP proxy application described in the specification document CoEVP.pdf. The constitutive models are contained in a library (cmlib.a) which is statically linked with LULESH. To build the library, link with LULESH and run, beginning in the directory containing this README file:

 cd CM/exec

 gmake (builds and installs cmlib.a and header files needed by LULESH)

 cd ../../LULESH

 gmake   (builds LULESH)

 lulesh  (runs LULESH on the Taylor cylinder problem with the specified constitutive model)

About

Embedded ViscoPlasticity Scale-Bridging Proxy Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%