Skip to content

polossk/Peridynamics-Example-Using-HMSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peridynamics-Example-Using-HMSolver

Private usage. The HMSolver is private repo. // 仅限个人使用。HMSolver 是一个私有的求解器

Working Directory

Source lines of code (SLOC)

SLOC python powershell markdown
. 26
Chinese-Handbook 47 505
Examples 197 498
Group-2020-11-17 1496 67 178
Utilities 9 1 12
Total 1749 68 1219
  • Linux: Shell
    for ext in "*.py" "*.ps1" "*.md"
    do
        wc $(find . -name $ext) -l
    done
  • Windows: PowerShell
    "*.py", "*.ps1", "*.md" | ForEach-Object { Get-ChildItem -Path .\ -Recurse $_ | Get-Content | Measure-Object -Line }

About

Private usage for backup. The HMSolve is a private repo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published