Changeset dfed1c for src/interface/interface_fcs.h
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/interface/interface_fcs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_fcs.h
r66f24d rdfed1c 13 13 #endif 14 14 15 void VMG InterfaceFCSInit(vmg_int level, vmg_int periodic, vmg_int spline_degree,16 vmg_int max_iter, vmg_int smoothing_steps, vmg_int gamma,17 vmg_float precision, vmg_float box_begin, vmg_float box_end,18 MPI_Comm mpi_comm);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); 19 19 20 void VMG InterfaceFCSRun(vmg_float* x, vmg_float* q, vmg_float* p, vmg_float* f, vmg_int num_particles_local);20 void VMG_fcs_run(vmg_float* pos, vmg_float* charge, vmg_float* potential, vmg_float* f, vmg_int num_particles_local); 21 21 22 void VMGInterfaceFCSDestroy(void); 22 void VMG_fcs_print_timer(void); 23 24 void VMG_fcs_destroy(void); 23 25 24 26 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
