Changeset ac6d04 for src/interface/interface_fcs.h
- Timestamp:
- Apr 10, 2012, 1:55:49 PM (14 years ago)
- Children:
- a40eea
- Parents:
- d24c2f
- File:
-
- 1 edited
-
src/interface/interface_fcs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_fcs.h
rd24c2f rac6d04 13 13 #endif 14 14 15 void VMG_fcs_setup( vmg_int level, vmg_int* periodic, vmg_int max_iter,16 vmg_int smoothing_steps, vmg_int gamma, vmg_float precision,17 vmg_float* box_offset, vmg_float box_size,18 vmg_int near_field_cells, MPI_Comm mpi_comm);15 void VMG_fcs_setup(fcs_int level, fcs_int* periodic, fcs_int max_iter, 16 fcs_int smoothing_steps, fcs_int gamma, fcs_float precision, 17 fcs_float* box_offset, fcs_float box_size, 18 fcs_int near_field_cells, MPI_Comm mpi_comm); 19 19 20 void VMG_fcs_run(vmg_float* pos, vmg_float* charge, vmg_float* potential, vmg_float* f, vmg_int num_particles_local); 20 int VMG_fcs_check(); 21 22 void VMG_fcs_run(fcs_float* pos, fcs_float* charge, fcs_float* potential, fcs_float* f, fcs_int num_particles_local); 21 23 22 24 void VMG_fcs_print_timer(void);
Note:
See TracChangeset
for help on using the changeset viewer.
