Searched refs:statements (Results 1 – 14 of 14) sorted by relevance
7 "E701", # multiple statements on one line (colon)8 "E702", # multiple statements on one line (semicolon)
3 ! Note: This file should contain only define statements
75 - Any invocable command line statements longer than a few words should be in76 …lock::` sections. Double backticks must enclose any such statements not in code-block statements"\…
375 Fortran whose preprocessor can sometimes fail at these statements.
102 attempting to sequentialize printf() statements via
1130 def addBatchBody(self, statements): argument1132 if not isinstance(statements, list):1133 statements = [statements]1134 self.batchBodies.extend(statements)
85 problems is much faster than using print statements.
1680 /* .. Data statements .. */1818 /* .. Data statements .. */2068 /* .. Data statements .. */3671 /* .. Data statements .. */3809 /* .. Data statements .. */4059 /* .. Data statements .. */
274 The C/C++ include files for PETSc should be used via statements such as859 > (and use statements in Fortran).986 These allow cleaner application code since it does not have many if statements to avoid inactive me…
482 different process. For example, the statements491 processes. On the other hand, the statements
611 the standard `printf()` and `fprintf()` statements.
818 ### How can I put carriage returns in `PetscPrintf()` statements from Fortran?1518 occurs when there are "if" statements in the residual evaluation, e.g. phase change or