-
Notifications
You must be signed in to change notification settings - Fork 161
/
.gitignore
76 lines (71 loc) · 1.38 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*.[ao]
*.dat
.deps/
.vscode/
*.l[ao]
*.log
*.pyc
*.pvd
*.pvtu
*.so
*.vtu
.DS_Store
__pycache__/
/demos/**/*.py
/demos/immersed_fem/immersed_domain.msh
/docs/build/
/docs/notebooks/.ipynb_checkpoints/
/docs/source/firedrake.rst
/docs/source/firedrake.adjoint.rst
/docs/source/firedrake.adjoint_utils.rst
/docs/source/firedrake.adjoint_utils.blocks.rst
/docs/source/firedrake.cython.rst
/docs/source/firedrake.matrix_free.rst
/docs/source/firedrake.mg.rst
/docs/source/firedrake.ml.rst
/docs/source/firedrake.preconditioners.rst
/docs/source/firedrake.slate.rst
/docs/source/firedrake.slate.slac.rst
/docs/source/firedrake.slate.static_condensation.rst
/docs/source/firedrake.slope_limiter.rst
/docs/source/obtaining_pyop2.rst
/docs/source/team.rst
/docs/source/teamgrid.rst
/docs/source/teaminactive.rst
/docs/source/demos
/firedrake/cython/dmcommon.c
/firedrake/cython/extrusion_numbering.c
/firedrake/cython/hdf5interface.c
/firedrake/cython/mgimpl.c
/firedrake/cython/patchimpl.c
/firedrake/cython/spatialindex.c
/firedrake/cython/supermeshimpl.c
/firedrake_configuration/configuration.json
/firedrake.egg-info
/docs/source/element_list.csv
# Build
build
dist
MANIFEST
PyOP2.egg-info
*.py[cdo]
# Extension modules
sparsity.so
sparsity.c
sparsity.cpython*.so
# Docs
pyop2.coffee.rst
pyop2.rst
pyop2.pdf
pyop2.aux
pyop2.log
# Testing
.pytest-incremental
.tox
.vagrant
# Meshes
*.edge
*.ele
*.msh
*.node
*.geo