30
30
/// Move coordinates of mesh according to new boundary coordinates
31
31
static void move(Mesh& mesh, Mesh& new_boundary,
38
36
// Transfinite meanvalue interpolation
39
37
static void meanValue(real* new_x, uint dim, Mesh& new_boundary,
40
38
Mesh& mesh, const MeshFunction<uint>& vertex_map,
43
41
// Compute weights for transfinite meanvalue interpolation
44
42
static void computeWeights2D(real* w, real** u, real* d,