-
- Downloads
rename getResultVertices and get_new_n_vertices
getResultVertices (get_result_vertices) is renamed to getVertices (get_vertices) for consistency with the internal balancer interface. Also we do not know if the returned vertices correspond to the "result" of the balancer in this time step, since we do not know when a new time step begins. Correspondingly, get_new_n_vertices in the Fortran interface is renamed to get_number_of_vertices to be more clear and consistent. (#17)
Showing
- example/ALL_Staggered.cpp 1 addition, 1 deletionexample/ALL_Staggered.cpp
- example/ALL_Staggered_f.F90 1 addition, 1 deletionexample/ALL_Staggered_f.F90
- example/ALL_test.cpp 1 addition, 1 deletionexample/ALL_test.cpp
- example/ALL_test_f.f90 2 additions, 2 deletionsexample/ALL_test_f.f90
- example/ALL_test_f_obj.F90 2 additions, 2 deletionsexample/ALL_test_f_obj.F90
- include/ALL.hpp 1 addition, 1 deletioninclude/ALL.hpp
- src/ALL_fortran.cpp 4 additions, 4 deletionssrc/ALL_fortran.cpp
- src/ALL_module.F90 19 additions, 19 deletionssrc/ALL_module.F90
Loading
Please sign in to comment