GetFEM
5.4.2
|
Contact body that will be projected on the boundary of the master. More...
#include <getfem_level_set_contact.h>
Inherits level_set_contact::contact_body.
Public Member Functions | |
slave_contact_body (model &_md, const std::string &_var_name, mesh_im *_pmim) | |
default constructor. More... | |
slave_contact_body (model &_md, std::string _var_name, std::string _ls_name) | |
Level set field is provided via the model variable name. | |
void | offset_level_set (scalar_type off) |
adds a fixed value "off" to the level set field | |
Contact body that will be projected on the boundary of the master.
Definition at line 144 of file getfem_level_set_contact.h.
level_set_contact::slave_contact_body::slave_contact_body | ( | getfem::model & | _md, |
const std::string & | _var_name, | ||
getfem::mesh_im * | _pmim_ls | ||
) |
default constructor.
Level set field will have zero value right on the boundary of the contact body
Definition at line 42 of file getfem_level_set_contact.cc.