Showing results for stiff Vector Vector Vector Vector Vector Vector
GitHub Repo
https://github.com/santosh096singh/matlab-code-to-solve-Fem-problem
santosh096singh/matlab-code-to-solve-Fem-problem
Develop a generalized MATLAB code to solve structural problems such as Bar, Beam, and Frame and Non-structural problems such as heat transfer problems. The code is generalized into stiffness matrix and load vector and applied boundaries condition.
GitHub Repo
https://github.com/Semedo2002/Hybrid-1D-FEA-Solver
Semedo2002/Hybrid-1D-FEA-Solver
1D FEA solver applies direct stiffness method for structural analysis. Has a hybrid mesh generator that couples Linear and quadratic shape functions in onee domain. Uses vectorized sparse matrix assembly and gaussian elimination to solve . It supports tapered bars and validates results against a global residual equilibrium check.
GitHub Repo
https://github.com/karolklimonczykk/FEM_basics
karolklimonczykk/FEM_basics
Basics of FEM - determining the shape function vector for a typical beam element, allowing the representation of displacements at any point within the element using the nodal displacement vector. Construction of the shape function vector and determination of the mass and stiffness matrices.
GitHub Repo
https://github.com/breadfan/computational-methods-part2
breadfan/computational-methods-part2
Well-known implementation of methods for evaluating eigen values, eigen vectors, solving systems of linear equations and dealing with stiff systems
GitHub Repo
https://github.com/lowhung/cloth-simulation
lowhung/cloth-simulation
Simulating cloth movement with different stiffness, wind strength
GitHub Repo
https://github.com/devamsheth21/Finite-Element-Analysis-codes
devamsheth21/Finite-Element-Analysis-codes
A Python code to calculate Stiffness Matrix, Displacement vector, Forces, and Stresses in Truss and spring bodies based on initial force and geometry constraints. Used numpy and math libraries for matrix inversion and other trigonometric calculations.
GitHub Repo
https://github.com/alanstoate/GrillRust
alanstoate/GrillRust
Calculates the load vector and stiffness matrix of a grillage using the matrix method
GitHub Repo
https://github.com/jannesklee/odevec
jannesklee/odevec
Cell-vectorized ODE solver for stiff differential equations.
GitHub Repo
https://github.com/bhargav-borah/Parkinson-s-Disease-Prediction
bhargav-borah/Parkinson-s-Disease-Prediction
This repository contains a machine learning model based on a support vector machine (SVM) with a linear kernel for the detection of Parkinson's disease. Parkinson's disease is a neurodegenerative disorder that affects the central nervous system, causing movement-related symptoms such as tremors, stiffness, and impaired balance.
GitHub Repo
https://github.com/TNGerken/FEM_Applied_1_D_PDE_Solver_Using_Python-