Copyright | (c) Scott N. Walck 2023 |
---|---|
License | BSD3 (see LICENSE) |
Maintainer | Scott N. Walck <walck@lvc.edu> |
Stability | stable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Code needed in chapter 24 of the book Learn Physics with Functional Programming
Documentation
scalarLineIntegral :: CurveApprox -> ScalarField -> Curve -> R Source #
scalarSurfaceIntegral :: SurfaceApprox -> ScalarField -> Surface -> R Source #
scalarVolumeIntegral :: VolumeApprox -> ScalarField -> Volume -> R Source #
vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> Vec Source #
vectorSurfaceIntegral :: SurfaceApprox -> VectorField -> Surface -> Vec Source #
vectorVolumeIntegral :: VolumeApprox -> VectorField -> Volume -> Vec Source #