可以N对M版本:
[Mesh]
type = FileMesh
file = test_exodus.e
[]
[Variables]
[./c]
order = FIRST
family = LAGRANGE
initial_from_file_var = c
initial_from_file_timestep = LATEST
[../]
[./w]
order = FIRST
family = LAGRANGE
initial_from_file_var = w
initial_from_file_timestep = LATEST
[../]
[./disp_x]
order = FIRST
family = LAGRANGE
initial_from_file_var = disp_x
initial_from_file_timestep = LATEST
[../]
[./disp_y]
order = FIRST
family = LAGRANGE
initial_from_file_var = disp_y
initial_from_file_timestep = LATEST
[../]
[./disp_z]
order = FIRST
family = LAGRANGE
initial_from_file_var = disp_z
initial_from_file_timestep = LATEST
[../]
[]
[Executioner]
start_time = ${LASTIME}
end_time = 2 * ${LASTIME}
[]
[Outputs]
print_linear_residuals = false
[./console]
type = Console
[../]
[./exodus]
type = Exodus
file_base = test_restart
time_step_interval = 50
execute_on = 'INITIAL TIMESTEP_END FINAL'
[../]
[./csv]
type = CSV
file_base = test_restart
[../]
[./pgraph]
type = PerfGraphOutput
execute_on = 'FINAL FAILED'
[../]
[]