Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Coupling approaches for classical linear elasticity and bond-based peridynamic models

License

Notifications You must be signed in to change notification settings

diehlpk/paperCouplingAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supplementary material: Coupling approaches for classical linear elasticity and bond-basedperidynamic models

DOI Codacy Badge Binder

Dependencies

Files

  • coupling-vhm.py - VHCM
  • coupling-vhm-convergence.py - VHCM (m-convergence)
  • coupling-vhm-direchlet.py - VHCM (direchlet)
  • coupling-approach-1.py - MDCM
  • coupling-approcah-1-convergence.py - MDCM (m-convergence)
  • coupling-approach-1-direchlet.py - MDCM (dirichlet)
  • coupling-approach-2.py - MSCM
  • coupling-approach-2-dirichlet.py - MSCM (dirichlet)
  • coupling-approach-2-convergence.py - MSCM (m-convergnece)

Usage

python3 -m venv deps
source deps/bin/activate
pip install -r requirements.txt