You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,20 @@
1
1
# Scientific Computing Tools for Finite Element Methods
2
+
2
3
This package contains a collection of tools for scientific computing with a focus on finite element methods. The tools are written in Python and are intended to be used in conjunction with the [dolfinx](https://github.com/FEniCS/dolfinx).
3
4
4
5
Many users that are transitioning from legacy FEniCS to FEniCSx may find the transition difficult due to the lack of some functionalities in FEniCSx.
5
6
This package aims to provide some of the functionalities that are missing in FEniCSx.
6
7
The package is still in its early stages and many functionalities are still missing.
7
8
8
9
## Features
10
+
9
11
- Real-space implementation for usage in DOLFINx (>=v0.8.0)
10
12
- Save quadrature functions as point clouds
11
13
- Save any function that can tabulate dof coordinates as point clouds.
12
14
- Point sources for usage in DOLFINx (>=v0.8.0)
13
15
- Point sources in vector spaces are only supported on v0.9.0, post [DOLFINx PR 3429](https://github.com/FEniCS/dolfinx/pull/3429).
14
16
For older versions, apply one point source in each sub space.
15
-
17
+
- Maps between degrees of freedom and vertices: `vertex_to_dofmap` and `dof_to_vertex`
0 commit comments