Skip to content

Commit 6c81ce1

Browse files
uvillagarth-wells
andauthored
Update python/dolfinx/fem/function.py
Co-authored-by: Garth N. Wells <[email protected]>
1 parent 7748e92 commit 6c81ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/dolfinx/fem/function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def functiontype(dtype):
369369
# Store DOLFINx FunctionSpace object
370370
self._V = V
371371

372-
# Store casting to la.Vector
372+
# Store Python wrapper around the underlying Vector
373373
self._x = la.Vector(self._cpp_object.x)
374374

375375
@property

0 commit comments

Comments
 (0)