Hi,
ok:
- I fixed the links to documentation earlier today, it should work
- there is no need for the union mesh, if you want to calculate an
integral taking both solutions from both meshes, the internals of
Hermes do this for you. Just pass the two (different, but coming from
a common master mesh) meshes (spaces) to the solver together with a
WeakForm containing the definition of integrals you want to evaluate.
Take a look at this example regarding this:
http://hpfem.org/hermes-doc/hermes-tutorial/html/src/hermes2d/D-adaptivity/03-system.html
Otherwise the method Traverse::construct_union_mesh could help you.
Regards,
Lukas
2013/8/27 <
jnieg...@googlemail.com>: