subroutines
There are 172 repositories under subroutines topic.
gajus/surgeon
Declarative DOM extraction expression evaluator. 👨⚕️
mathisi-io/t24dev
T24 Programming
faisal-bhuiyan/Physics-based-composite-progressive-failure
UMAT subroutines (for FEA code Abaqus) to model progressive damage/failure in FRP composites
verhas/jScriptBasic
ScriptBasic for Java
Sina-Taghizadeh/UMAT_Hyperelastic
Comparison of Abaqus Library, UMAT, and Analytical Solution for Neo-Hookean Hyperelastic Material Under Large Deformations
frodal/SCMM-hypo
SIMLab Crystal Mechanics model - Hypoelastic formulation (SCMM-Hypo)
N1ghtF1re/Subprograms-table-generator
Will help you with writing a report!
harismuneer/Bit-Manipulation-and-Subroutines-8086_Assembly
🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.
eccentricOrange/CAIE-Computer-Science
Helpful resources for CAIE Computer Science syllabuses (0478 IGCSE and 9608 A Level) problem-solving and programming
CAEAssistant-Group/Path-dependent-Abaqus-model-for-the-analysis-of-composite-curing
This study introduces a novel method for analyzing residual stresses in composite materials: the Abaqus path-dependent curing model. The model is implemented within Abaqus CAE using Fortran subroutines like USDFLD, UMAT, HETVAL, UEXPAN, and DISP.
sanmak/factorial-tail-call-optimisation
A console based application to calculate factorial using Tail-Call-Optimisation.
shayansss/bioumat
This code is the Fortran 77 version of the UMAT, FLOW, and SDVINI subroutines of the cartilage model, I firstly proposed in my Master's thesis. The model with minor modification was used in several publications.
stdlib-js/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
zakonweb/algorithms-AS
Miscellaneous algorithms/program codes for AS level
stdlib-js/blas-base-csrot
Apply a plane rotation.
stdlib-js/blas-base-dasum
Compute the sum of absolute values (L1 norm).
stdlib-js/blas-base-sscal
Multiply a single-precision floating-point vector by a constant.
stdlib-js/blas-base-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
stdlib-js/blas-base-cswap
Interchanges two complex single-precision floating-point vectors.
stdlib-js/blas-base-dcopy
Copy values from x into y.
stdlib-js/blas-base-dswap
Interchange two double-precision floating-point vectors.
stdlib-js/blas-base-gasum
Compute the sum of absolute values (L1 norm).
stdlib-js/blas-base-gaxpy
Multiply x by a constant and add the result to y.
stdlib-js/blas-base-gdot
Calculate the dot product of two vectors.
stdlib-js/blas-base-gscal
Multiply a vector by a constant.
stdlib-js/blas-base-gswap
Interchange two vectors.
stdlib-js/blas-base-sasum
Compute the sum of absolute values (L1 norm).
stdlib-js/blas-base-scopy
Copy values from x into y.
stdlib-js/blas-base-sswap
Interchange two single-precision floating-point vectors.
stdlib-js/blas-base-ssyr
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
stdlib-js/blas-dswap
Interchange two double-precision floating-point vectors.
stdlib-js/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
stdlib-js/blas-sswap
Interchange two single-precision floating-point vectors.
stdlib-js/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
stdlib-js/lapack-base-dlaswp
Perform a series of row interchanges on an input matrix.
stdlib-js/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.