Skip to content

krysros/tim_jax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Solution of Simply Supported Rectangular Plates under Sinusoidal Load using Automatic Differentiation (AD).

Theory

See ch. 5, p. 105 of Theory of Plates and Shells by S. Timoshenko and S. Woinowsky-Krieger.

Installation

python -m pip install -r requirements.txt

Setup (optional)

export JAX_ENABLE_X64=True
export JAX_PLATFORM_NAME=cpu

or

$env:JAX_ENABLE_X64 = "True"
$env:JAX_PLATFORM_NAME = "cpu"

Tests

pytest

Calculations

python main.py

About

Solution of Simply Supported Rectangular Plates under Sinusoidal Load using Automatic Differentiation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published