Lines Matching refs:teststring
31 teststring="co-ordinates"
32 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
36 teststring="boundary condition array"
37 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
43 teststring="boundary condition array"
44 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
55 teststring="number of interior tpblocks"
56 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
66 teststring="number of interior elements"
67 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
75 teststring="number of nodes"
76 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
80 teststring="maximum number of element nodes"
81 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
85 teststring="number of modes"
86 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
90 teststring="bc mapping array"
91 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
95 teststring="bc codes array"
96 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
100 teststring="number of boundary tpblocks"
101 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
115 teststring="number of boundary elements"
116 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
120 teststring="size of ilwork array"
121 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
125 teststring="ilwork"
126 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
130 teststring="periodic masters array"
131 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
169 teststring="number of boundary tpblocks"
170 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
200 teststring="solution"
201 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
207 teststring="byteorder magic number"
208 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…