printToLogFile

Overview

This function is used to print the given text in log file. The text is written in ProjectLogfile.txt.

Syntax

simlab.printToLogFile("Text want to display in log file")

Use Case

To print the number of nodes/elements in the FEM model after meshing.

Sample