#include <stdio.h>
#include <stdlib.h>
#include "../../util/source/useful.h"
#include "../../util/source/logfile.h"
#include "../../gas_models/source/gas.h"
#include "../../flux_calc/source/flux_calc.h"
#include "../../mb_cns/source/cns_case_id.h"
#include "../../mb_cns/source/cns_work_vector.h"
#include "../../mb_cns/source/cns_debug_level.h"
#include "../../mb_cns/source/cns_cell.h"
#include "../../mb_cns/source/cns_echo.h"
#include "../../mb_cns/source/cns_bc_defs.h"
#include "./e_block.h"
Go to the source code of this file.
Functions | |
| int | prepare_to_integrate_for_the_first_time_mpi (void) |
| Fills in some of the data by exchanging boundary data and evaluating derivatives, etc. | |
| int | integrate_in_time_mpi (double target_time) |
| Takes as many steps as necessary to reach the target time. | |
| int | take_a_step_mpi (void) |
| Take a single predictor-corrector step. | |
June 2005 extracted from e_tstep.h
|
|
Takes as many steps as necessary to reach the target time. If target_time is given as a negative value, will attempt to reach max_time as stored in the global_data_3d structure. |
1.4.4