GetFEM  5.4.2
getfem::temporary_mesh_deformator< VECTOR > Class Template Reference

An object function that first deforms and then remembers to restore a mesh if it has to be restored for other bricks. More...

#include <getfem_deformable_mesh.h>

Detailed Description

template<class VECTOR = model_real_plain_vector>
class getfem::temporary_mesh_deformator< VECTOR >

An object function that first deforms and then remembers to restore a mesh if it has to be restored for other bricks.

By default the mesh is deformed on construct and undeformed in the destructor (by RAII principle) but it's also possible to specify deform_on_construct = false and then call explicitely deform() and undeform() methods. Optional to_be_restored flag will control whether the mesh will be restored when the deformator destructs.

Definition at line 58 of file getfem_deformable_mesh.h.


The documentation for this class was generated from the following file: