All Projects → nicoguaro → continuum_mechanics

nicoguaro / continuum_mechanics

Licence: MIT License
Utilities for doing calculations in continuum mechanics.

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to continuum mechanics

Awesome Scientific Computing
😎 Curated list of awesome software for numerical analysis and scientific computing
Stars: ✭ 476 (+2544.44%)
Mutual labels:  physics, mathematics
Root
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Stars: ✭ 1,377 (+7550%)
Mutual labels:  physics, mathematics
Imagine Old
Modeling and simulations using computational graphs
Stars: ✭ 25 (+38.89%)
Mutual labels:  physics, mathematics
Optimesh
Mesh optimization, mesh smoothing.
Stars: ✭ 261 (+1350%)
Mutual labels:  physics, mathematics
creative-coding-notebooks
🎨 An authorial collection of fundamental recipes on Creative Coding and Recreational Programming.
Stars: ✭ 17 (-5.56%)
Mutual labels:  physics, mathematics
Qilin App
Fully hackable text editor developed for exact sciences with built-in KaTeX and AsciiMath support. Extensible via plugins and themes. Exportable as HTML, PDF and GFM.
Stars: ✭ 336 (+1766.67%)
Mutual labels:  physics, mathematics
Computer Science Resources
A list of resources in different fields of Computer Science (multiple languages)
Stars: ✭ 1,316 (+7211.11%)
Mutual labels:  physics, mathematics
Orthopy
Orthogonal polynomials in all shapes and sizes.
Stars: ✭ 75 (+316.67%)
Mutual labels:  physics, mathematics
spicyphysics
Sup bois, here's my work
Stars: ✭ 22 (+22.22%)
Mutual labels:  physics, mathematics
cplot
Function plotter
Stars: ✭ 27 (+50%)
Mutual labels:  physics, mathematics
fundamental
Software to look for interrelationships between constants and find formulas for number sequences
Stars: ✭ 14 (-22.22%)
Mutual labels:  physics, mathematics
maelstrom
Numerical simulation of magnetohydrodynamics.
Stars: ✭ 28 (+55.56%)
Mutual labels:  physics, mathematics
Dmsh
Simple mesh generator inspired by distmesh.
Stars: ✭ 113 (+527.78%)
Mutual labels:  mathematics, finite-elements
Dynamicalsystems.jl
Award winning software library for nonlinear dynamics
Stars: ✭ 381 (+2016.67%)
Mutual labels:  physics, mathematics
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (+127.78%)
Mutual labels:  mathematics, sympy
Cadabra2
A field-theory motivated approach to computer algebra.
Stars: ✭ 112 (+522.22%)
Mutual labels:  physics, mathematics
My NoteBook
サイエンス、テクノロジー、エンジニアリング関連の情報を記載したノート(忘備録)です。
Stars: ✭ 104 (+477.78%)
Mutual labels:  physics, mathematics
FastExpm.jl
Implementation of a fast exponential matrix for large matrices (full and sparse)
Stars: ✭ 22 (+22.22%)
Mutual labels:  physics, mathematics
Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
Stars: ✭ 117 (+550%)
Mutual labels:  mathematics
awesome-physics
🏄 A list of awesome resources I used to study Physics.
Stars: ✭ 27 (+50%)
Mutual labels:  physics

Continuum Mechanics

Documentation Status Updates https://img.shields.io/pypi/dm/continuum_mechanics

Utilities for doing calculations in continuum mechanics.

Features

  • Make long vector calculus calculations simple.
  • Support different coordinate systems.
  • Visualize entities such as second rank tensors.

Citation

To cite continuum_mechanics in publications use

Nicolás Guarín-Zapata. (2020). nicoguaro/continuum_mechanics: Version 0.2.1 (Version v0.2.1). Zenodo. http://doi.org/10.5281/zenodo.4029448

A BibTeX entry for LaTeX users is

@software{continuum_mechanics,
 title = {continuum_mechanics: Continuum Mechanics calculations in Python},
 version = {0.2.1},
 author = {Guarín-Zapata, Nicolás},
 year = 2020,
 keywords = {Python, Finite elements, Scientific computing, Computational mechanics},
 abstract = {`continuum_mechanics` is a Python package built on top of SymPy to aid
    with calculations in Continuum Mechanics that are commonly lengthy and
    tedious if done by hand. It also provides visualization capabilities for
    second-order tensors such as Mohr's circle to help in stress analyses.},
 url = {https://github.com/nicoguaro/continuum_mechanics},
 doi = {http://doi.org/10.5281/zenodo.4029448}
}

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].