<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.1.9">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I try to generate my own gmsh parsed post-processing file from a list of x,y coordinates and their associate (scalar) values.<BR>
The generated file looks like<BR>
<BR>
View "myQuantityName" {<BR>
SP(0.07,-0.06,0){0.0042};<BR>
SP(0.0674112,-0.06,0){0.00404467};<BR>
SP(0.0685773,-0.06,0){0.00411464};<BR>
<BR>
etc....<BR>
<BR>
When I load it in gmsh (v1.58), I only get colored points. Of course I would like my values to be interpolated in the space between the points. What should I do to achieve this?<BR>
<BR>
Regards,<BR>
Fabian
</BODY>
</HTML>