A line begining with the # character is a comment line. Other lines are composed of tokens. Each token is a character string, and tokens are seperated by one or more of the characters ``space'', ``tabular'' or ``new line''.
Each token is a keyword or data associated to a keyword.
The available keywords are:
This keyword must be followed by an integer value specifying the number of nodes of a 1D problem and by one decimal value for each node specifying its coordinate.
This keyword must be followed by one string specifying the name of a scalar variable. This string must be followed by a decimal value for each defined points.
# every line beginning by # `#' is a comment line # points #number_of_points # value scalar_value_name # value for each node. points 14 value beta value gamma -12. 12. 5. -6. 11. 6. 0. 10. 7. 1. 9. 6.8 2.3 9.8 6. 3. 10. 7. 3.4 11. 8.2 4. 14. 9. 5. 16. 8. 6. 20. 7. 7. 24. 6. 8. 26. 4. 10. 30. 1. 11. 28. -2.