Skip to main content

inhomogeneity

The Universal Program of Nonlinear Hyperelasticity

Submitted by arash_yavari on

For a given class of materials, universal deformations are those that can be maintained in the absence of body forces by applying only boundary tractions.  Universal deformations play a crucial role in nonlinear elasticity.

Eshelby solution: 2-D code for benchmarking

Submitted by Mogadalai Gururajan on

This is a C code based on Jaswon and Bhargava for 2-D solution for the Eshelby problem. Please feel free to write to me in case you find any errors. I am sharing this code under GNU GPL license. In order to upload the code, the file extension is given as txt. Once you download the code, remove the .txt and keep only the .c extension. The command

gcc JaswonBhargava.c -lm

will compile and give you the executable to run.