Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/input_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,11 @@ Diag.PaddingHmatrix (*boolean*)

Diag.BlockSizeR (*integer*)
Block size for rows (See next).
From v1.4, the default value is 30 when Diag.PaddingHmatrix is true.
From v1.4, the default value is 32 when Diag.PaddingHmatrix is true.
It is recommended to check the efficiency (CPU time) on your platform by changing this value.
Usually 20-30 is appropriate.
Usually 20-40 is appropriate.

*default*: 30 or Determined automatically (if Diag.PaddingHmatrix= true)
*default*: 32 or Determined automatically (if Diag.PaddingHmatrix= true)

Diag.BlockSizeC (*integer*)
R ... rows, C ... columns
Expand Down