NVIDIA / modulus-sym

Framework providing pythonic APIs, algorithms and utilities to be used with Modulus core to physics inform model training as well as higher level abstraction for domain experts
https://developer.nvidia.com/modulus
Apache License 2.0
163 stars 68 forks source link

🚀[FEA]: Support for one-dimensional linear elasticity. #150

Open ahenkes1 opened 5 months ago

ahenkes1 commented 5 months ago

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

Low (would be nice)

Please provide a clear description of problem you would like to solve.

Currently, only 2D and 3D are supported for linear elasticity. 1D would be very nice, especially for development and debugging as well as tutorials. I created a PR to add 1D support.

Describe any alternatives you have considered

No response

Additional context

No response