user_manual:sesamx:input_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
user_manual:sesamx:input_file [2022/07/04 08:27]
Ali Baba [References]
user_manual:sesamx:input_file [2023/01/28 09:45]
Ali Baba
Line 64: Line 64:
 <well>**Remark**: a common pitfall is to use tab-indent instead of space-indent. You should always use space-indent.</well> <well>**Remark**: a common pitfall is to use tab-indent instead of space-indent. You should always use space-indent.</well>
  
-So far we have exposed function, branch and keyword formatting. The last element to mention is **the keywords list**. Some functions or branches may authorized a list of repeated keywords. For instance the ''CREATE-SUBMESH'' function:+So far we have exposed function, branch and keyword formatting. The last element to mention is **the keywords list**. Some functions or branches may authorized a list of repeated keywords. For instance the ''ADD-MESH'' function:
  
 <code php> <code php>
-CREATE-SUBMESH +ADD-MESH 
   MODEL: MY_MODEL   MODEL: MY_MODEL
   NODES   NODES
Line 75: Line 75:
 </code> </code>
  
-When defining nodes on a submesh we can provide a list of ''ID'' and ''POINT'' keywords, each one defines a new point. A new **list element must start with an hyphen '-'** and must be indented compare to the parent branch or function, as shown in the previous example.+When defining nodes on a mesh we can provide a list of ''ID'' and ''POINT'' keywords, each one defines a new point. A new **list element must start with an hyphen '-'** and must be indented compared to the parent branch or function, as shown in the previous example.
  
 ===== Input file characters restrictions ===== ===== Input file characters restrictions =====
  • user_manual/sesamx/input_file.txt
  • Last modified: 2023/01/28 13:44
  • by Ali Baba