agd.ExportedCode

This is not really a package, but a collection of code samples automatically extracted from the illustrative notebooks of the AGD library: https://github.com/Mirebeau/AdaptiveGridDiscretizations

These code samples use in several notebooks. Yet they are too specific and narrow focused to be integrated in the base of AGD library.

 1# Copyright 2020 Jean-Marie Mirebeau, University Paris-Sud, CNRS, University Paris-Saclay
 2# Distributed WITHOUT ANY WARRANTY. Licensed under the Apache License, Version 2.0, see http://www.apache.org/licenses/LICENSE-2.0
 3
 4"""
 5This is not really a package, but a collection of code samples automatically extracted 
 6from the illustrative notebooks of the AGD library:
 7https://github.com/Mirebeau/AdaptiveGridDiscretizations
 8
 9These code samples use in several notebooks. Yet they are too specific and narrow focused 
10to be integrated in the base of AGD library. 
11"""