julienfausty / Fe2O3

A finite element library written in rust
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Define and start implementing spaces module #8

Open julienfausty opened 1 year ago

julienfausty commented 1 year ago

The finite element is heavily rooted in Functional theory where the main objects of interest are sets, spaces and functional spaces. I thought it might be a good idea to have some sort of representation for these abstract concepts in the library

julienfausty commented 1 year ago

related to and dependent on #9