JuliaFEM / FEMBasis.jl

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.
https://juliafem.github.io/FEMBasis.jl/latest
MIT License
14 stars 12 forks source link

Add new type BasisInfo #13

Closed ahojukka5 closed 7 years ago

ahojukka5 commented 7 years ago

BasisInfo is an optimized version to calculate all necessary stuff using basis functions, including e.g. basis, basis derivatives wrt to spatial coordinates, Jacobian and it's inverse and determinant. Everything is nicely packes to BasisInfo.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.6%) to 95.556% when pulling ce6ee3855d3b5eb6b3b86c7828441b727a6887ac on feature/BasisInfo into 5f759848644a71f1763b5c470666e138e5a845fe on master.