Lines Matching refs:is
9 The original Posix format is characterized by 1 geombc and 1 restart file per mesh part, whereas Sy…
14 Note that the phastaIO library is also required to compile this library
21 …er the Posix format (one single geombc and restart file per part), where # is the number of parts …
22 Let us also assume that we want @ SyncIO files, where "@" is an integer.
23 The first requirement is that mod(#,@)=0 so that we end up #/@ parts per SyncIO file.
46 No worry, there is a bash script which can generate automatically this input file, which is provide…
47 The script's name is create_IO_O2N_input.sh. Run this script a first time without any argument to l…
53 Indeed, for mixed topology meshes, there is no garantee that a single geombc file will contain all …
54 Therefore, it is strongly advised to run this script on a limited part count mesh (up to a few thou…
67 Although there is a serial reader for SyncIO file that is used in Paraview for instance, converterN…
71 Similarly to create_IO_O2N_input.sh, there is also a bash script named create_IO_N2O_input.sh which…
72 This script is simpler since only the fields in the restart file really need to be deconverted (blo…
73 Indeed, you should already have the original geombc files under the Posix format somewhere so it is…
74 The usage of this script is the same as above.