Skip to content

alfredicus/stress-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stress-cmd

Allows to perform a stress inversion using the command line.

This app is based on the stress library.

Usage:

node invert.js --help
node invert.js --vers
node invert.js jsonFile

Json configuration file

{
    "dataset": [
        {
            "file": "stylos/stylolites-1.json",
            "weight": 0.83, // optional, default 1
            "active": true // optional, default true
        },
        ...
    ],
    "options": {
        "searchMethod": {
            "name": "Monte Carlo",
            "nbIter": 50000
        },
        "stressRatio": {
            "min": 0.7,
            "max": 0.9
        }
    }
}

When at the root of this folder

node invert.js ./data/matelles/model.json

In the 'matelles‘ folder

node ../../invert.js model.json




Generate a executable from node

See this page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published