Home
last modified time | relevance | path

Searched refs:ms_handle (Results 1 – 10 of 10) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/pymoab/pymoab/
H A Dskinner.pyx30 def find_geometric_skin(self, moab.EntityHandle ms_handle, exceptions = ()): argument
41 ms_handle # the mesh set corresponding for which boundary is requested
42 ms_handle = mb.get_rootset()
43 skin_ents = find_geometric_skin(ms_handle)
47 ms_handle : EntityHandle
67 err = self.inst.find_geometric_skin(ms_handle, deref(ents.inst))
73 …def find_skin(self, const moab.EntityHandle ms_handle, entities, bint get_vertices=False, bint is_… argument
84 ms_handle # the mesh set corresponding for which boundary is requested
85 ms_handle = mb.get_rootset()
86 quads = mb.get_entities_by_dimension(ms_handle, 2)
[all …]
H A Dtopo_util.pyx63 cdef moab.EntityHandle ms_handle
71 ms_handle = from_ent
72 err = self.inst.get_bridge_adjacencies(ms_handle, bridge_dim, to_dim, deref(adjs.inst))
111 cdef moab.EntityHandle ms_handle
H A Dcore.pyx196 cdef eh.EntityHandle ms_handle = 0
200 return _eh_py_type(ms_handle)
202 def add_entity(self, eh.EntityHandle ms_handle, entity, exceptions = ()): argument
217 ms_handle : EntityHandle
235 err = self.inst.add_entities(ms_handle, deref(r.inst))
254 ms_handle : EntityHandle
278 err = self.inst.add_entities(ms_handle, deref(r.inst))
298 ms_handle : EntityHandle
316 err = self.inst.remove_entities(ms_handle, deref(r.inst))
337 ms_handle : EntityHandle
[all …]
H A Dmoab.pxd186 ErrorCode create_meshset(const unsigned int options, EntityHandle &ms_handle)
187 ErrorCode create_meshset(const unsigned int options, EntityHandle &ms_handle, int start_id)
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadNCDF.cpp782 EntityHandle ms_handle; in read_elements() local
809 if (mdbImpl->add_entities(ms_handle, &newp, 1) != MB_SUCCESS) in read_elements()
813 if (mdbImpl->tag_set_data(mMaterialSetTag, &ms_handle, 1, &block_id) != MB_SUCCESS) in read_elements()
815 if (mdbImpl->tag_set_data(mGlobalIdTag, &ms_handle, 1, &block_id) != MB_SUCCESS) in read_elements()
844 EntityHandle ms_handle; in read_elements() local
870 if (mdbImpl->add_entities(ms_handle, &newp, 1) != MB_SUCCESS) in read_elements()
874 if (mdbImpl->tag_set_data(mMaterialSetTag, &ms_handle, 1, &block_id) != MB_SUCCESS) in read_elements()
876 if (mdbImpl->tag_set_data(mGlobalIdTag, &ms_handle, 1, &block_id) != MB_SUCCESS) in read_elements()
902 EntityHandle ms_handle; in read_elements() local
906 if (mdbImpl->add_entities(ms_handle, new_range) != MB_SUCCESS) in read_elements()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp1662 EntityHandle &ms_handle,
1684 virtual ErrorCode get_meshset_options(const EntityHandle ms_handle,
1692 virtual ErrorCode set_meshset_options(const EntityHandle ms_handle,
H A DCore.hpp955 EntityHandle &ms_handle,
973 virtual ErrorCode get_meshset_options(const EntityHandle ms_handle,
977 virtual ErrorCode set_meshset_options(const EntityHandle ms_handle,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCore.cpp3259 EntityHandle &ms_handle, in serial_load_file() argument
3265 ErrorCode Core::get_meshset_options( const EntityHandle ms_handle, in serial_load_file() argument
3268 if (!ms_handle) { // root set in serial_load_file()
3281 ErrorCode Core::set_meshset_options( const EntityHandle ms_handle, in serial_load_file() argument
3284 MeshSet* set = get_mesh_set( sequence_manager(), ms_handle ); in serial_load_file()
3681 if (0 != ms_handle) { in serial_load_file()
3682 get_entities_by_handle( ms_handle, entities ); in serial_load_file()
3699 if (!first_call || !ms_handle) return; in serial_load_file()
3703 this->get_parent_meshsets(ms_handle, temp); in serial_load_file()
3715 this->get_child_meshsets(ms_handle, temp); in serial_load_file()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dispmbox.h706 uint32_t ms_handle; member
H A Disp_library.c1609 ISP_IOXGET_32(isp, &src->ms_handle, dst->ms_handle); in isp_get_ms()
1663 ISP_IOXPUT_32(isp, src->ms_handle, &dst->ms_handle); in isp_put_ms()