Skip to content
Snippets Groups Projects
Commit caef6f0b authored by Matthew Collins's avatar Matthew Collins
Browse files

block vector now arbitrary size as well

parent f5801479
No related branches found
No related tags found
1 merge request!369Feature/add python bindings
......@@ -45,5 +45,6 @@ def BlockVector(blockSize):
typeName = "Dune::BlockVector< Dune::FieldVector< double," + str(blockSize) + " > >"
includes = ["dune/istl/bvector.hh"]
includes = includes + ["dune/common/fmatrix.hh"]
print("bindings for bigger than 1 blocksize")
# todo: provide other constructors
return loadvec(includes, typeName).BlockVector
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment