Home
last modified time | relevance | path

Searched refs:set_mapping_type (Results 1 – 5 of 5) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dunstructured_mesh.C192 el->set_mapping_type(old->mapping_type()); in copy_nodes_and_elements()
757 uelem->set_mapping_type(old_elem->mapping_type()); in create_submesh()
988 lo_elem->set_mapping_type(so_elem->mapping_type()); in all_first_order()
1362 so_elem->set_mapping_type(lo_elem->mapping_type()); in all_second_order()
H A Ddistributed_mesh.C556 e->set_mapping_type(this->default_mapping_type()); in add_elem()
616 e->set_mapping_type(this->default_mapping_type()); in insert_elem()
H A Dreplicated_mesh.C325 e->set_mapping_type(this->default_mapping_type()); in add_elem()
369 e->set_mapping_type(this->default_mapping_type()); in insert_elem()
H A Dmesh_modification.C958 subelem[i]->set_mapping_type(elem->mapping_type()); in all_tri()
1351 copy->set_mapping_type(elem->mapping_type()); in flatten()
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Delem.h1180 void set_mapping_type (const ElemMappingType type);
2607 void Elem::set_mapping_type(const ElemMappingType type) in set_mapping_type() function