Skip to content

Interpolating discrete functions on non-matching meshes #2036

Discussion options

You must be logged in to vote

@massimiliano-leoni you can definitely do this kind of thing:

auto Xhc=Pch<5>(mesh);
auto Xhd=Pdh<2>(mesh);
auto I = opInterpolation(_domain=Xhd, _image=Xhc, _range=markedelements(Xhc->mesh(),"some markers"));

there are a lot of examples in the testsuite.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@massimiliano-leoni
Comment options

Answer selected by prudhomm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants