Hello All,
I am looking for a command or example that shows how to merge or create a model with two different elements.
I would like to create a 2D model with triangles with 1D elements connecting some edges of theses triangles in the edges.
I was trying to run the model "demo_multimesh-poisson.py" to see if the command MultiMeshFunctionSpace
could solve my problem, but it is giving the following error:
V = MultiMeshFunctionSpace(multimesh, "Lagrange", 1)
TypeError: init() takes exactly 1 argument (4 given)
Some idea how to create a model with different element dimension?
Best Regards,