We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ae440 commit 5b0e437Copy full SHA for 5b0e437
opm/simulators/flow/HybridNewton.hpp
@@ -363,7 +363,8 @@ class BlackOilHybridNewton
363
* output tensor. Scaling and transformations defined in the configuration
364
* are applied automatically.
365
*
366
- * \param input The input tensor of shape [n_cells x n_input_features].
+ * \param input The input tensor of shape
367
+ * [(# of scalar features) + (# of per-cell features × n_cells)].
368
* \param config The HybridNewtonConfig specifying model path and output
369
* feature definitions.
370
* \return A tensor of shape [n_cells x n_output_features], where rows
0 commit comments