Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 5 of 5) sorted by relevance

/libCEED/python/
H A Dbuild_ceed_cffi.py54 lines = [] variable
57 lines += [line.strip() for line in f if is_valid_line(line)]
58 lines = [line.replace("CEED_EXTERN", "extern") for line in lines] variable
61 for line in lines:
63 insert_index = lines.index(line) + 1
68 insert_index = lines.index(line) + 1
72 lines[insert_index: insert_index] = extra_lines
75 lines = [line for line in lines if not line.startswith("#include")] variable
78 header = '\n'.join(lines)
/libCEED/examples/fluids/meshes/
H A Dcylinder.geo80 // Radial lines
/libCEED/examples/nek/boxes/
H A Db1e.rea143 **MESH DATA** 6 lines are X,Y,Z;X,Y,Z. Columns corners 1-4;5-8
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md217 …sted on the same line if possible; otherwise, they should be listed on adjacent lines. For example,
239 …All parameter lines in the Doxygen block should be formatted such that parameter names and descrip…
/libCEED/
H A DDoxyfile745 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
747 # documentation. If the initializer consists of more lines than specified here
1082 # Note that the filter must not add or remove lines; it is applied before the
1083 # code is scanned, but not when the output code is generated. If lines are added
1134 # extension is to allow longer lines before the automatic comment starts. The
1135 # setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can
2515 # significantly it will wrapped across multiple lines. Some heuristics are apply