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

tuple to vector in docstring for vandermonde #38

Closed bocc closed 4 years ago

bocc commented 4 years ago

vandermonde_matrix() expects a vector

ahojukka5 commented 4 years ago

Thank you.