Skip to content

Commit a41fe09

Browse files
committed
Update parameters
1 parent d2027e9 commit a41fe09

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/sphinx/src/generated/diffusion-parth-table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ block,parameters,type,default,description
77
"parthenon/loadbalancing","interval","int","10","how frequently load balancing is performed if the mesh does not change"
88
"parthenon/loadbalancing","tolerance","Real","0.5","load balancer tolerance"
99
"","","","",""
10+
"parthenon/mesh","base_block_coarsenings","int","0","How many times to internally coarsen blocks before going to two-level composite grids"
1011
"parthenon/mesh","comm_buffer_chunk_size","int","-1","Number of comm buffers to allocate when more are required. Default is a heuristic."
1112
"parthenon/mesh","comm_buffer_reset_fraction","Real","0.8","When a check for comm buffer realocation is made (see comm_buffer_reallocate_cadence), reallocation happens only if the number of buffers in use divided by the number of buffers allocated is less than this variable."
1213
"parthenon/mesh","derefine_count","int","10","number of iterations a block must request derefinement before it is derefined"

doc/sphinx/src/generated/diffusion-table.csv

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ block,parameters,type,default,description
1313
"diffusion","z0","Real","0",""
1414
"","","","",""
1515
"diffusion/solver_params","block_interior_prolongation","string","MetadataDefault",""
16-
"diffusion/solver_params","do_FAS","bool","1",""
17-
"diffusion/solver_params","max_coarsenings","int","2147483647",""
16+
"diffusion/solver_params","do_FAS","bool","1","Use the full approximation scheme in multigrid, required for amr."
17+
"diffusion/solver_params","max_coarsenings","int","2147483647","Maximum number of levels to include in the multigrid hierarchy."
1818
"diffusion/solver_params","max_iterations","int","1000",""
19+
"diffusion/solver_params","postsmoother","string","SRJ2","Post-smoother used in multigrid.; Allowed values: SRJ1, SRJ2, SRJ3"
20+
"diffusion/solver_params","presmoother","string","SRJ2","Pre-smoother used in multigrid.; Allowed values: SRJ1, SRJ2, SRJ3"
1921
"diffusion/solver_params","prolongation","string","OldLinear",""
2022
"diffusion/solver_params","residual_tolerance","Real","1e-12",""
21-
"diffusion/solver_params","smoother","string","SRJ2",""
22-
"diffusion/solver_params","two_by_two_diagonal","bool","0",""
23+
"diffusion/solver_params","smoother","string","SRJ2","Default value of the pre- and post-smoother in multigrid.; Allowed values: SRJ1, SRJ2, SRJ3"

0 commit comments

Comments
 (0)