How to get the number of nodes in a CFX-Post macro?


Example session file:

MESH CALCULATOR:MESH CALCULATOR
Mesh Function = Mesh Statistics
END
> mesh
!$nodes = getValue("MESH CALCULATOR", "Number of Nodes");

!open (FH, ">>data") or die $!;
! print FH $nodes . "n";
! close (FH);





Show Form
No comments yet. Be the first to add a comment!