Home
last modified time | relevance | path

Searched refs:graphical_output_interval (Results 1 – 1 of 1) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-32/
H A Dstep-32.cc787 unsigned int graphical_output_interval; member
1131 graphical_output_interval = in parse_parameters()
3456 (timestep_number % parameters.graphical_output_interval == 0)) in run()
3514 !((timestep_number - 1) % parameters.graphical_output_interval == 0)) in run()