JuliaFEM
Popular repositories Loading
-
JuliaFEM.jl
JuliaFEM.jl PublicThe JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed t…
-
AbaqusReader.jl
AbaqusReader.jl PublicAbaqusReader.jl is a parse for ABAQUS FEM models. It's capable of parsing the geometry accurately, including surface sets, node sets, and other relevant geometrical data used in FEM calculations. O…
-
-
-
FEMBasis.jl
FEMBasis.jl PublicFEMBasis contains interpolation routines for finite element function spaces. Given ansatz and coordinates of domain, shape functions are calculated symbolically in a very general way to get efficie…
Repositories
- Gmsh.jl Public
Gmsh.jl contains API for Gmsh: a three-dimensional finite element mesh generator. With the help of Gmsh.jl, it is possible add parametric model construction and/or automatic mesh generation to a FEM pipeline.
JuliaFEM/Gmsh.jl’s past year of commit activity - AbaqusReader.jl Public
AbaqusReader.jl is a parse for ABAQUS FEM models. It's capable of parsing the geometry accurately, including surface sets, node sets, and other relevant geometrical data used in FEM calculations. Other option is to parse whole model, including boundary conditions, material data and load steps.
JuliaFEM/AbaqusReader.jl’s past year of commit activity - JuliaFEM.jl Public
The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
JuliaFEM/JuliaFEM.jl’s past year of commit activity - FEMBasis.jl Public
FEMBasis contains interpolation routines for finite element function spaces. Given ansatz and coordinates of domain, shape functions are calculated symbolically in a very general way to get efficient code. Shape functions can also be given directly and in that case partial derivatives are calculated automatically.
JuliaFEM/FEMBasis.jl’s past year of commit activity - FEMQuad.jl Public
FEMQuad.jl package contains various of integration schemes for cartesian and tetrahedral domains. The most common integration rules are tabulated and focus is on speed. Each rule has own "label" so we can easily implement several rules with same degree. API is very simple making is easy to utilize package in different FEM projects.
JuliaFEM/FEMQuad.jl’s past year of commit activity - Mortar2D.jl Public
Mortar2D.jl is a Julia package to calculate discrete projections between non-conforming finite element meshes. The resulting "mortar matrices" can be used to tie non-conforming finite elements meshes together in an optimal way.
JuliaFEM/Mortar2D.jl’s past year of commit activity - MFrontInterface.jl Public
MFrontInterface provides Julia bindings to MFront via MFrontGenericInterfaceSupport
JuliaFEM/MFrontInterface.jl’s past year of commit activity