CliMA / Impero.jl

A symbolic language for equation specification
Apache License 2.0
15 stars 1 forks source link

Tensor Product Domain Boundaries #23

Closed sandreza closed 4 years ago

sandreza commented 4 years ago

This adds automatic computation of tensor product domains. By doing so it adds the PointDomain struct as well as the Boundaries struct. It also adds two tests and improves the functionality of ndims for product domains to be more general. For example, ndims now computes the ndims of each tensor product component and sums them.