Coverage for /usr/share/miniconda3/envs/dolfin/lib/python3.8/site-packages/block/algebraic/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.2.1, created at 2023-03-20 13:03 +0000

1"""Please import a backend explicitly. 

2 

3Currently only two backends are implemented: block.algebraic.petsc 

4and block.algebraic.hazmath. Trilinos is depreciated.  

5""" 

6 

7active_backend = None