Home
last modified time | relevance | path

Searched refs:topology_grp (Results 1 – 3 of 3) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dsidredatacollection.cpp411 sidre::Group* topology_grp = m_bp_grp->createGroup(mesh_topo_str); in createMeshBlueprintTopologies() local
413 topology_grp->createViewString("type", "unstructured"); in createMeshBlueprintTopologies()
414 topology_grp->createViewString("elements/shape", eltTypeStr); in createMeshBlueprintTopologies()
415 topology_grp->createViewAndAllocate( in createMeshBlueprintTopologies()
417 topology_grp->createViewString("coordset", "coords"); in createMeshBlueprintTopologies()
423 topology_grp->createViewString("grid_function",m_meshNodesGFName); in createMeshBlueprintTopologies()
467 sidre::Group *topology_grp = m_bp_grp->getGroup(mesh_topo_str); in createMeshBlueprintTopologies() local
471 bp_index_topo_grp->copyView( topology_grp->getView("type") ); in createMeshBlueprintTopologies()
472 bp_index_topo_grp->copyView( topology_grp->getView("coordset") ); in createMeshBlueprintTopologies()
478 bp_index_topo_grp->copyView(topology_grp->getView("grid_function")); in createMeshBlueprintTopologies()
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DMFEMSidreDataCollection.cpp467 sidre::Group* topology_grp = m_bp_grp->createGroup(mesh_topo_str); in createMeshBlueprintTopologies() local
469 topology_grp->createViewString("type", "unstructured"); in createMeshBlueprintTopologies()
470 topology_grp->createViewString("elements/shape", eltTypeStr); in createMeshBlueprintTopologies()
471 topology_grp->createViewAndAllocate("elements/connectivity", in createMeshBlueprintTopologies()
474 topology_grp->createViewString("coordset", "coords"); in createMeshBlueprintTopologies()
480 topology_grp->createViewString("grid_function", m_meshNodesGFName); in createMeshBlueprintTopologies()
523 sidre::Group* topology_grp = m_bp_grp->getGroup(mesh_topo_str); in createMeshBlueprintTopologies() local
527 bp_index_topo_grp->copyView(topology_grp->getView("type")); in createMeshBlueprintTopologies()
528 bp_index_topo_grp->copyView(topology_grp->getView("coordset")); in createMeshBlueprintTopologies()
534 bp_index_topo_grp->copyView(topology_grp->getView("grid_function")); in createMeshBlueprintTopologies()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dmacrodlg.c4680 GrouP topology_grp; member
4704 Hide (dlg->topology_grp); in ChangeSequenceQualPairType()
4722 Show (dlg->topology_grp); in ChangeSequenceQualPairType()
5106 dlg->topology_grp = HiddenGroup (g, 2, 0, NULL); in SequenceQualPairDialog()
5107 StaticPrompt (dlg->topology_grp, "From", 0, dialogTextHeight, programFont, 'l'); in SequenceQualPairDialog()
5108 StaticPrompt (dlg->topology_grp, "To", 0, dialogTextHeight, programFont, 'l'); in SequenceQualPairDialog()
5110 …dlg->topology_from_dlg = ValNodeSelectionDialog (dlg->topology_grp, val_list, SHORT_SELECTION_LIST… in SequenceQualPairDialog()
5115 …dlg->topology_to_dlg = ValNodeSelectionDialog (dlg->topology_grp, val_list, SHORT_SELECTION_LIST, … in SequenceQualPairDialog()
5139 (HANDLE) dlg->topology_grp, in SequenceQualPairDialog()