Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F905665 TYPE(Element_t), POINTER :: ElementCopy local
5712 ElementCopy => AllocateElement()
5713 ElementCopy % Type => Element % Type
5714 ALLOCATE(ElementCopy % NodeIndexes(3))
5716 ElementCopy % BodyId = Element % BodyId
5717 ElementCopy % BoundaryInfo => Element % BoundaryInfo
5719 ElementCopy => Element
5722 ElementCopy => Element
5724 CALL GetElementNodes(Nodes, ElementCopy)
5734 stat = ElementInfo(ElementCopy, Nodes, IP % u(p), &
[all …]