Author Archives: David Garlisch

About David Garlisch

Illini by birth, Texan by choice.

The Plugin SDK, Part 3: Structured Grid Import – New in Pointwise V18.1

The Pointwise Plugin SDK was updated with the release of V18.1 to include grid import capability. This third post in a 4-part series provides details about how to write a structured grid importer. Previous posts have detailed unstructured grid import … Continue reading

Posted in Applications, Software | Tagged , , , , , , , | 3 Comments

The Plugin SDK, Part 2: Unstructured Grid Import – New in Pointwise V18.1

In this second post of a four-part series you will read the details about how to use the new import API in the Pointwise Plugin SDK to write an importer for unstructured grid data. 

Posted in Applications, Software | Tagged , , , , , , , | 1 Comment

The Plugin SDK, Part 1 – Updates in Pointwise V18.1

Pointwise’s Plugin SDK now includes an API with which you can write structured and unstructured grid importers. In addition, the existing functionality for structured and unstructured export to CAE formats has been improved. These updates are introduced in Part 1 … Continue reading

Posted in Applications, Software | Tagged , , , , , , , | 2 Comments

This Is How I Glyph – Tcl Namespaces (Part 3)

Each object has its own internal variables that can be manipulated independently from all other objects using the object’s subcommands. Continue reading

Posted in Applications, Software | Tagged , , | 1 Comment

This Is How I Glyph – Tcl Namespaces (Part 2)

A Tcl command with one or more subcommands is also known as a command ensemble. The Tcl namespace command can be used to create your own command ensembles. Continue reading

Posted in Applications, Software | Tagged , , | 2 Comments