@@ -55,8 +55,10 @@ <h1>Source code for ufl.corealg.map_dag</h1><div class="highlight"><pre>
5555< span class ="sd "> the call, use the arguments vcache and rcache.</ span >
5656
5757< span class ="sd "> Args:</ span >
58- < span class ="sd "> function: The function</ span >
59- < span class ="sd "> expression: An expression</ span >
58+ < span class ="sd "> function:</ span >
59+ < span class ="sd "> The function</ span >
60+ < span class ="sd "> expression:</ span >
61+ < span class ="sd "> An expression</ span >
6062< span class ="sd "> compress: If True (default), the output object from</ span >
6163< span class ="sd "> the function is cached in a dict and reused such that the</ span >
6264< span class ="sd "> resulting expression DAG does not contain duplicate objects</ span >
@@ -88,13 +90,17 @@ <h1>Source code for ufl.corealg.map_dag</h1><div class="highlight"><pre>
8890< span class ="sd "> the call, use the arguments vcache and rcache.</ span >
8991
9092< span class ="sd "> Args:</ span >
91- < span class ="sd "> function: The function</ span >
92- < span class ="sd "> expressions: An expression</ span >
93- < span class ="sd "> compress: If True (default), the output object from</ span >
94- < span class ="sd "> the function is cached in a dict and reused such that the</ span >
95- < span class ="sd "> resulting expression DAG does not contain duplicate objects</ span >
96- < span class ="sd "> vcache: Optional dict for caching results of intermediate transformations</ span >
97- < span class ="sd "> rcache: Optional dict for caching results for compression</ span >
93+ < span class ="sd "> function:</ span >
94+ < span class ="sd "> The function</ span >
95+ < span class ="sd "> expressions:</ span >
96+ < span class ="sd "> An expression</ span >
97+ < span class ="sd "> compress:</ span >
98+ < span class ="sd "> If True (default), the output object from the function is cached in a dict and reused</ span >
99+ < span class ="sd "> such that the resulting expression DAG does not contain duplicate objects</ span >
100+ < span class ="sd "> vcache:</ span >
101+ < span class ="sd "> Optional dict for caching results of intermediate transformations</ span >
102+ < span class ="sd "> rcache:</ span >
103+ < span class ="sd "> Optional dict for caching results for compression</ span >
98104
99105< span class ="sd "> Returns:</ span >
100106< span class ="sd "> a list with the result of the final function call for each expression</ span >
0 commit comments