From: Stogner, R. H <roy...@ic...> - 2019-10-01 20:43:32
|
On Tue, 1 Oct 2019, Renato Poli wrote: > I'm working with remeshing. Is there any helper class you I should look at? > I need to map a solution vector from a mesh to another, for exemple. > They share the same physical space, but the latter is much more refined in > a given area. See MeshFunction, combined with System::project_vector() or System::project_solution(), as in src/apps/projection.C --- Roy |