Home
last modified time | relevance | path

Searched refs:boundaryID (Results 1 – 4 of 4) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/TOOLS/
H A Dboundarycells.hpp73 BoundaryCells(const int &boundaryID, in BoundaryCells() argument
78 : boundaryID_(boundaryID), in BoundaryCells()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/0ld/TOOLS/
H A Dboundarycells.hpp73 BoundaryCells(const int &boundaryID, in BoundaryCells() argument
78 : boundaryID_(boundaryID), in BoundaryCells()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/newsblog/
H A DFeedItem.jsm299 let boundaryID = source.length;
303 boundaryID +
307 boundaryID +
316 source += enclosure.convertToAttachment(boundaryID);
319 source += this.ENCLOSURE_BOUNDARY_PREFIX + boundaryID + "--\n\n\n";
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkAutomaticTopologyMeshSource.hxx177 IdentifierType boundaryID = vertexArray[i]; in AddLine() local
178 m_OutputMesh->SetBoundaryAssignment(0, cellID, i, boundaryID); in AddLine()