SciML / FEniCS.jl

A scientific machine learning (SciML) wrapper for the FEniCS Finite Element library in the Julia programming language
https://docs.sciml.ai/FEniCS/stable/
Other
96 stars 25 forks source link

Add support for additional Base math functions #82

Closed CFBaptista closed 4 years ago

CFBaptista commented 4 years ago

This pull request adds support for Base math functions: ^, sin, cos, tan, asin, acos, atan applied to objects of types Expression and FeFunction.

ChrisRackauckas commented 4 years ago

Thanks for all of your recent contributions! Good stuff!

CFBaptista commented 4 years ago

Thanks and you're welcome!