Home
last modified time | relevance | path

Searched refs:entType (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DElemEvaluator.hpp297 EntityType entType; member in moab::ElemEvaluator
357 entType = mbImpl->type_from_handle(ent); in set_ent_handle()
364 if (!evalSets[entType].evalFcn) in set_ent_handle()
365 EvalSet::get_eval_set(entType, numVerts, evalSets[entType]); in set_ent_handle()
374 …if (evalSets[entType].initFcn) return (*evalSets[entType].initFcn)(vertPos[0].array(), numVerts, w… in set_ent_handle()
472 assert(entHandle && MBMAXTYPE != entType); in eval()
473 return (*evalSets[entType].evalFcn)(params, in eval()
482 assert(entHandle && MBMAXTYPE != entType); in reverse_eval()
483 …return (*evalSets[entType].reverseEvalFcn)(evalSets[entType].evalFcn, evalSets[entType].jacobianFc… in reverse_eval()
491 assert(entHandle && MBMAXTYPE != entType); in get_normal()
[all …]
H A DSetIterator.hpp29 inline EntityType ent_type() const {return entType;}; in ent_type()
57 entType(ent_tp), entDimension(ent_dim), checkValid(check_valid) {}; in SetIterator()
69 EntityType entType; member in moab::SetIterator
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DSetIterator.cpp117 bool max_type = (entType == MBMAXTYPE); in get_next_by_type()
122 (!max_type && !iterPos && CREATE_HANDLE(entType, ID_FROM_HANDLE(iterPos)) > ptr[idx+1]))) in get_next_by_type()
124 if ((int)idx == count || TYPE_FROM_HANDLE(ptr[idx]) > entType) { in get_next_by_type()
130 TYPE_FROM_HANDLE(ptr[idx]) <= entType && in get_next_by_type()
131 TYPE_FROM_HANDLE(ptr[idx+1]) >= entType) { in get_next_by_type()
132 iterPos = std::max(CREATE_HANDLE(entType,1), ptr[idx]); in get_next_by_type()
138 if (TYPE_FROM_HANDLE(next) != entType && !max_type) next = LAST_HANDLE(entType); in get_next_by_type()
153 iterPos && (max_type || TYPE_FROM_HANDLE(iterPos) == entType)); in get_next_by_type()
155 if (!iterPos || (!max_type && TYPE_FROM_HANDLE(iterPos) != entType)) atend = true; in get_next_by_type()
164 if (entType != MBMAXTYPE) { in get_next_by_dimension()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DMBIter.hpp14 iBase_EntityType entType; member
26 … : entType(type), entTopo(topology), entSet(set), arrSize(array_sz), isRecursive(recursive) in iBase_EntityArrIterator_Private()
152 else if (entType != iBase_ALL_TYPES) { in reset()
153 result = mb->get_entities_by_dimension( entSet, entType, iterData, isRecursive ); in reset()
154 if (entType == iBase_REGION) in reset()
H A DiMeshP_MOAB.cpp285 ErrorCode result = get_boundary_entities( pComm, entSet, entType, entTopo, in reset()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/divide/
H A Ddividedlg.cpp47 QString entType = splitList.at( 1 ); in dividedlg() local
48 this->setWindowTitle( tr("Divide - ") + entType ); in dividedlg()
49 entType = entType.toLower(); in dividedlg()
189 if ( entType == "line" ) in dividedlg()
195 else if ( entType == "circle" ) in dividedlg()
228 else if ( entType == "arc" ) in dividedlg()
234 else if ( entType == "polyline" ) in dividedlg()
H A Ddivide.cpp141 QString entType = data.at( 0 ).simplified().toLower(); in execComm() local
144 if ( entType.startsWith( "ci" ) ) //circle in execComm()
181 ( 360.0 / qty ), entType ); in execComm()
186 else if ( entType.startsWith( "li" ) ) //line in execComm()
243 segmentLine( startX, endXY, startXY, entType, qty, i ); in execComm()
248 else if ( entType.startsWith( "ar" ) ) //arc in execComm()
307 ( ( diff * 180.0 ) / M_PI ) * -1, entType ); in execComm()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dimoab_ptest2.cpp157 int entType = 0; // vertex in main() local
158 …rc = iMOAB_SetIntTagStorage ( pid, "INTFIELD", &num_tag_storage_length, &entType, &valstest[0], st… in main()
161 rc = iMOAB_ReduceTagsMax ( pid, &tagIndex, &entType ); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntx2Mesh.cpp873 EntityType entType = MBQUAD; in create_departure_mesh_2nd_alg() local
875 entType = MBPOLYGON; in create_departure_mesh_2nd_alg()
877 entType = MBTRI; in create_departure_mesh_2nd_alg()
879 rval = mb->create_element(entType, new_conn, nnodes, new_element); in create_departure_mesh_2nd_alg()
925 EntityType entType = MBQUAD; in create_departure_mesh_2nd_alg() local
927 entType = MBPOLYGON; in create_departure_mesh_2nd_alg()
929 entType = MBTRI; in create_departure_mesh_2nd_alg()
930 rval = mb->create_element(entType, new_conn, nnodes, new_element); in create_departure_mesh_2nd_alg()
1213 EntityType entType = MBQUAD; in create_departure_mesh_3rd_alg() local
1215 entType = MBPOLYGON; in create_departure_mesh_3rd_alg()
[all …]
H A DIntx2MeshOnSphere.cpp1109 EntityType entType = MBQUAD; in construct_covering_set() local
1111 entType = MBPOLYGON; in construct_covering_set()
1113 entType = MBTRI; in construct_covering_set()
1114 …rval = mb->create_element(entType, new_conn, nnodes, new_element);MB_CHK_SET_ERR(rval, "can't crea… in construct_covering_set()
/dports/cad/solvespace/solvespace-2.3/src/
H A Drequest.cpp43 if(ent) *ent = te->entType; in CopyEntityInfo()
69 if(ent == te->entType) { in GetEntityInfo()
H A Dsketch.h536 int entType; member
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewDataGModelIO.cpp680 const med_entite_maillage entType[] = {MED_NOEUD, MED_MAILLE, local
699 for(std::size_t i = 0; i < sizeof(entType) / sizeof(entType[0]); i++) {
705 med_int n = MEDnPasdetemps(fid, name, entType[i], eleType[j]);
730 med_entite_maillage ent = entType[pairs[pair].first];
/dports/security/keybase/client-v5.7.1/go/client/
H A Dsimplefs_test.go116 entType := keybase1.DirentType_DIR
119 entType = keybase1.DirentType_FILE
126 DirentType: entType,
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DSceneEditor.cpp246 int entType; member in SEQuad
254 …SEQuad(std::string tex, Vector pos, int entType, std::string name) : Quad(tex, pos), entType(entTy… in SEQuad() argument
286 || (entType != -1 && dsq->game->sceneEditor.selectedEntity.typeListIndex == entType)) in onUpdate()
308 if (entType > -1) in onUpdate()
309 dsq->game->sceneEditor.selectedEntity.setIndex(entType); in onUpdate()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dimoab_testF.F251 & entType(2), DWORK(dTAG) )
/dports/devel/etcd/etcd-2.3.8/raft/
H A Draft_test.go1721 entType pb.EntryType
1729 r.appendEntry(pb.Entry{Type: tt.entType})
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlTextReaderImpl.cs2503 EntityType entType; in DtdParserProxy_ParseNumericCharRef()
2504 return this.ParseNumericCharRef(true, internalSubsetBuilder, out entType); in DtdParserProxy_ParseNumericCharRef()
6100 …EntityType entType = HandleGeneralEntityReference(entityName, isInAttributeValue, false, entityLin… in ParseXmlDeclaration()
6103 return entType; in ParseXmlDeclaration()
H A DXmlTextReaderImplAsync.cs3944 …EntityType entType = await HandleGeneralEntityReferenceAsync(entityName, isInAttributeValue, false… in ParseXmlDeclarationAsync()
3948 return new ValueTuple<int, EntityType>(charRefEndPos, entType); in ParseXmlDeclarationAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlTextReaderImpl.cs2286 EntityType entType; in DtdParserProxy_ParseNumericCharRef()
2287 return this.ParseNumericCharRef( true, internalSubsetBuilder, out entType ); in DtdParserProxy_ParseNumericCharRef()
5480 …EntityType entType = HandleGeneralEntityReference( entityName, isInAttributeValue, false, entityLi…
5483 return entType;
H A DXmlTextReaderImplAsync.cs3537 …EntityType entType = await HandleGeneralEntityReferenceAsync( entityName, isInAttributeValue, fals…
3541 return new Tuple<int, EntityType>(charRefEndPos, entType);
/dports/devel/etcd31/etcd-3.1.20/raft/
H A Draft_test.go2515 entType pb.EntryType
2523 r.appendEntry(pb.Entry{Type: tt.entType})
/dports/devel/etcd32/etcd-3.2.32/raft/
H A Draft_test.go2519 entType pb.EntryType
2527 r.appendEntry(pb.Entry{Type: tt.entType})
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/raft/
H A Draft_test.go2773 entType pb.EntryType
2781 r.appendEntry(pb.Entry{Type: tt.entType})
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/raft/
H A Draft_test.go2773 entType pb.EntryType
2781 r.appendEntry(pb.Entry{Type: tt.entType})

12