view LazyTensors/Project.toml @ 262:f1e90a92ad74 boundary_conditions

Add Quadrature and InverseQuadrature for Laplace as TensorMappings. Implement and test the 2D case. Fix implementation of apply_transpose for BoundaryQuadrature and add tests.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 26 Nov 2019 08:28:26 -0800
parents 6945c15a6a7a
children 11010bb74260
line wrap: on
line source

name = "LazyTensors"
uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3"
authors = ["Jonatan Werpers <jonatan.werpers@it.uu.se>"]
version = "0.1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]