37 long num_total_elements;
38 double coarsen_threshold;
39 double refine_threshold;
40 long num_total_coarsen;
41 long num_total_refine;
42 long num_total_estimated;
54 long num_local_elements,
88 void sc_amr_coarsen_specify (
int package_id,
90 double coarsen_threshold,
91 sc_amr_count_coarsen_fn cfn,
105 void sc_amr_coarsen_search (
int package_id,
107 long num_total_ideal,
108 double coarsen_threshold_high,
109 double target_window,
110 int max_binary_steps,
111 sc_amr_count_coarsen_fn cfn,
125 void sc_amr_refine_search (
int package_id,
127 long num_total_ideal,
128 double refine_threshold_low,
129 double target_window,
130 int max_binary_steps,
131 sc_amr_count_refine_fn rfn,
sc3_MPI_Comm_t sc_MPI_Comm
Emulate an MPI communicator.
Definition: sc_mpi.h:450
Computation of average and mean values etc.
Store information of one random variable.
Definition: sc_statistics.h:44