# # ChangeLog for ThirdParty/vmg/test # # Generated by Trac 1.4.4 # Dec 23, 2024, 6:43:19 PM Thu, 02 Mar 2017 14:00:16 GMT Frederik Heber [7faa5c] * ThirdParty/vmg/.gitignore (added) * ThirdParty/vmg/AUTHORS (added) * ThirdParty/vmg/COPYING (added) * ThirdParty/vmg/ChangeLog (added) * ThirdParty/vmg/INSTALL (added) * ThirdParty/vmg/Makefile.am (added) * ThirdParty/vmg/NEWS (added) * ThirdParty/vmg/README (added) * ThirdParty/vmg/VMG.pc.in (added) * ThirdParty/vmg/bootstrap (added) * ThirdParty/vmg/configure.ac (added) * ThirdParty/vmg/doc/Makefile.am (added) * ThirdParty/vmg/doc/versamg.doxygen (added) * ThirdParty/vmg/m4/acx_mpi.m4 (added) * ThirdParty/vmg/m4/am_path_vtk.m4 (added) * ThirdParty/vmg/m4/ax_blas.m4 (added) * ThirdParty/vmg/m4/ax_fcs_package.m4 (added) * ThirdParty/vmg/m4/ax_fcs_types.m4 (added) * ThirdParty/vmg/m4/ax_lapack.m4 (added) * ThirdParty/vmg/m4/ax_prog_cc_mpi.m4 (added) * ThirdParty/vmg/m4/ax_prog_fc_mpi.m4 (added) * ThirdParty/vmg/m4/boost.m4 (added) * ThirdParty/vmg/m4/libtool.m4 (added) * ThirdParty/vmg/m4/ltoptions.m4 (added) * ThirdParty/vmg/m4/ltsugar.m4 (added) * ThirdParty/vmg/m4/ltversion.m4 (added) * ThirdParty/vmg/m4/lt~obsolete.m4 (added) * ThirdParty/vmg/src/Makefile.am (added) * ThirdParty/vmg/src/base/command.hpp (added) * ThirdParty/vmg/src/base/command_factory.cpp (added) * ThirdParty/vmg/src/base/command_factory.hpp (added) * ThirdParty/vmg/src/base/command_list.cpp (added) * ThirdParty/vmg/src/base/command_list.hpp (added) * ThirdParty/vmg/src/base/defs.hpp (added) * ThirdParty/vmg/src/base/discretization.hpp (added) * ThirdParty/vmg/src/base/factory.cpp (added) * ThirdParty/vmg/src/base/factory.hpp (added) * ThirdParty/vmg/src/base/has_tempgrids.hpp (added) * ThirdParty/vmg/src/base/helper.cpp (added) * ThirdParty/vmg/src/base/helper.hpp (added) * ThirdParty/vmg/src/base/index.cpp (added) * ThirdParty/vmg/src/base/index.hpp (added) * ThirdParty/vmg/src/base/interface.cpp (added) * ThirdParty/vmg/src/base/interface.hpp (added) * ThirdParty/vmg/src/base/math.hpp (added) * ThirdParty/vmg/src/base/matrix.cpp (added) * ThirdParty/vmg/src/base/matrix.hpp (added) * ThirdParty/vmg/src/base/object.cpp (added) * ThirdParty/vmg/src/base/object.hpp (added) * ThirdParty/vmg/src/base/polynomial.hpp (added) * ThirdParty/vmg/src/base/proxy.cpp (added) * ThirdParty/vmg/src/base/proxy.hpp (added) * ThirdParty/vmg/src/base/stencil.cpp (added) * ThirdParty/vmg/src/base/stencil.hpp (added) * ThirdParty/vmg/src/base/timer.cpp (added) * ThirdParty/vmg/src/base/timer.hpp (added) * ThirdParty/vmg/src/base/tuple.hpp (added) * ThirdParty/vmg/src/base/vector.cpp (added) * ThirdParty/vmg/src/base/vector.hpp (added) * ThirdParty/vmg/src/comm/comm.cpp (added) * ThirdParty/vmg/src/comm/comm.hpp (added) * ThirdParty/vmg/src/comm/comm_mpi.cpp (added) * ThirdParty/vmg/src/comm/comm_mpi.hpp (added) * ThirdParty/vmg/src/comm/comm_serial.cpp (added) * ThirdParty/vmg/src/comm/comm_serial.hpp (added) * ThirdParty/vmg/src/comm/domain_decomposition.hpp (added) * ThirdParty/vmg/src/comm/domain_decomposition_mpi.cpp (added) * ThirdParty/vmg/src/comm/domain_decomposition_mpi.hpp (added) * ThirdParty/vmg/src/comm/domain_decomposition_serial.cpp (added) * ThirdParty/vmg/src/comm/domain_decomposition_serial.hpp (added) * ThirdParty/vmg/src/comm/mpi/datatype.cpp (added) * ThirdParty/vmg/src/comm/mpi/datatype.hpp (added) * ThirdParty/vmg/src/comm/mpi/datatypes_global.cpp (added) * ThirdParty/vmg/src/comm/mpi/datatypes_global.hpp (added) * ThirdParty/vmg/src/comm/mpi/datatypes_local.cpp (added) * ThirdParty/vmg/src/comm/mpi/datatypes_local.hpp (added) * ThirdParty/vmg/src/comm/mpi/error_handler.cpp (added) * ThirdParty/vmg/src/comm/mpi/error_handler.hpp (added) * ThirdParty/vmg/src/comm/mpi/has_request_vec.hpp (added) * ThirdParty/vmg/src/comm/mpi/key.hpp (added) * ThirdParty/vmg/src/comm/mpi/settings.cpp (added) * ThirdParty/vmg/src/comm/mpi/settings.hpp (added) * ThirdParty/vmg/src/commands/com_check_consistency.cpp (added) * ThirdParty/vmg/src/commands/com_check_iteration_counter.cpp (added) * ThirdParty/vmg/src/commands/com_check_relative_residual.cpp (added) * ThirdParty/vmg/src/commands/com_check_residual.cpp (added) * ThirdParty/vmg/src/commands/com_clear_coarse_levels.cpp (added) * ThirdParty/vmg/src/commands/com_clear_grid.cpp (added) * ThirdParty/vmg/src/commands/com_compute_residual_norm.cpp (added) * ThirdParty/vmg/src/commands/com_copy_boundary.cpp (added) * ThirdParty/vmg/src/commands/com_execute_cycle.cpp (added) * ThirdParty/vmg/src/commands/com_execute_cycle_loop.cpp (added) * ThirdParty/vmg/src/commands/com_execute_full_cycle.cpp (added) * ThirdParty/vmg/src/commands/com_execute_full_cycle_loop.cpp (added) * ThirdParty/vmg/src/commands/com_export_solution.cpp (added) * ThirdParty/vmg/src/commands/com_force_discrete_compatibility.cpp (added) * ThirdParty/vmg/src/commands/com_import_rhs.cpp (added) * ThirdParty/vmg/src/commands/com_initialize_iteration_counter.cpp (added) * ThirdParty/vmg/src/commands/com_initialize_residual_norm.cpp (added) * ThirdParty/vmg/src/commands/com_interpolate_fmg.cpp (added) * ThirdParty/vmg/src/commands/com_nop.cpp (added) * ThirdParty/vmg/src/commands/com_print_all_settings.cpp (added) * ThirdParty/vmg/src/commands/com_print_defect.cpp (added) * ThirdParty/vmg/src/commands/com_print_grid.cpp (added) * ThirdParty/vmg/src/commands/com_print_grid_structure.cpp (added) * ThirdParty/vmg/src/commands/com_print_residual_norm.cpp (added) * ThirdParty/vmg/src/commands/com_print_running_time.cpp (added) * ThirdParty/vmg/src/commands/com_prolongate.cpp (added) * ThirdParty/vmg/src/commands/com_restrict.cpp (added) * ThirdParty/vmg/src/commands/com_set_average_to_zero.cpp (added) * ThirdParty/vmg/src/commands/com_set_coarser_dirichlet_values.cpp (added) * ThirdParty/vmg/src/commands/com_set_level.cpp (added) * ThirdParty/vmg/src/commands/com_smooth.cpp (added) * ThirdParty/vmg/src/commands/com_solve.cpp (added) * ThirdParty/vmg/src/cycles/cycle.cpp (added) * ThirdParty/vmg/src/cycles/cycle.hpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_dirichlet.cpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_dirichlet.hpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_dirichlet_debug.cpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_dirichlet_debug.hpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_periodic.cpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_periodic.hpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_periodic_debug.cpp (added) * ThirdParty/vmg/src/cycles/cycle_cs_periodic_debug.hpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_dirichlet.cpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_dirichlet.hpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_dirichlet_debug.cpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_dirichlet_debug.hpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_periodic.cpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_periodic.hpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_periodic_debug.cpp (added) * ThirdParty/vmg/src/cycles/cycle_fas_periodic_debug.hpp (added) * ThirdParty/vmg/src/discretization/boundary_value.hpp (added) * ThirdParty/vmg/src/discretization/boundary_value_setter.cpp (added) * ThirdParty/vmg/src/discretization/boundary_value_setter.hpp (added) * ThirdParty/vmg/src/discretization/boundary_value_setter_open.hpp (added) * ThirdParty/vmg/src/discretization/discretization_poisson_fd.cpp (added) * ThirdParty/vmg/src/discretization/discretization_poisson_fd.hpp (added) * ThirdParty/vmg/src/discretization/discretization_poisson_fv.cpp (added) * ThirdParty/vmg/src/discretization/discretization_poisson_fv.hpp (added) * ThirdParty/vmg/src/grid/global_grid_partitioning.cpp (added) * ThirdParty/vmg/src/grid/global_grid_partitioning.hpp (added) * ThirdParty/vmg/src/grid/grid.cpp (added) * ThirdParty/vmg/src/grid/grid.hpp (added) * ThirdParty/vmg/src/grid/grid_double_iterator.hpp (added) * ThirdParty/vmg/src/grid/grid_index_translations.cpp (added) * ThirdParty/vmg/src/grid/grid_index_translations.hpp (added) * ThirdParty/vmg/src/grid/grid_iterator.hpp (added) * ThirdParty/vmg/src/grid/grid_iterator_set.hpp (added) * ThirdParty/vmg/src/grid/grid_iterator_suite.cpp (added) * ThirdParty/vmg/src/grid/grid_iterator_suite.hpp (added) * ThirdParty/vmg/src/grid/grid_properties.hpp (added) * ThirdParty/vmg/src/grid/is_grid.hpp (added) * ThirdParty/vmg/src/grid/multigrid.cpp (added) * ThirdParty/vmg/src/grid/multigrid.hpp (added) * ThirdParty/vmg/src/grid/tempgrid.cpp (added) * ThirdParty/vmg/src/grid/tempgrid.hpp (added) * ThirdParty/vmg/src/level/level_operator.hpp (added) * ThirdParty/vmg/src/level/level_operator_cs.cpp (added) * ThirdParty/vmg/src/level/level_operator_cs.hpp (added) * ThirdParty/vmg/src/level/level_operator_fas.cpp (added) * ThirdParty/vmg/src/level/level_operator_fas.hpp (added) * ThirdParty/vmg/src/level/stencils.hpp (added) * ThirdParty/vmg/src/mg.cpp (added) * ThirdParty/vmg/src/mg.hpp (added) * ThirdParty/vmg/src/smoother/gs.cpp (added) * ThirdParty/vmg/src/smoother/gs.hpp (added) * ThirdParty/vmg/src/smoother/gsrb.cpp (added) * ThirdParty/vmg/src/smoother/gsrb.hpp (added) * ThirdParty/vmg/src/smoother/gsrb_poisson_2.cpp (added) * ThirdParty/vmg/src/smoother/gsrb_poisson_2.hpp (added) * ThirdParty/vmg/src/smoother/gsrb_poisson_4.cpp (added) * ThirdParty/vmg/src/smoother/gsrb_poisson_4.hpp (added) * ThirdParty/vmg/src/smoother/jacobi.cpp (added) * ThirdParty/vmg/src/smoother/jacobi.hpp (added) * ThirdParty/vmg/src/smoother/smoother.cpp (added) * ThirdParty/vmg/src/smoother/smoother.hpp (added) * ThirdParty/vmg/src/solver/dgesv.hpp (added) * ThirdParty/vmg/src/solver/dsysv.hpp (added) * ThirdParty/vmg/src/solver/givens.hpp (added) * ThirdParty/vmg/src/solver/solver.cpp (added) * ThirdParty/vmg/src/solver/solver.hpp (added) * ThirdParty/vmg/src/solver/solver_regular.cpp (added) * ThirdParty/vmg/src/solver/solver_regular.hpp (added) * ThirdParty/vmg/src/solver/solver_singular.cpp (added) * ThirdParty/vmg/src/solver/solver_singular.hpp (added) * ThirdParty/vmg/src/thirdparty/pugixml/pugiconfig.hpp (added) * ThirdParty/vmg/src/thirdparty/pugixml/pugixml.cpp (added) * ThirdParty/vmg/src/thirdparty/pugixml/pugixml.hpp (added) * ThirdParty/vmg/src/thirdparty/pugixml/readme.txt (added) * ThirdParty/vmg/src/units/particle/bspline.cpp (added) * ThirdParty/vmg/src/units/particle/bspline.hpp (added) * ThirdParty/vmg/src/units/particle/comm_mpi_particle.cpp (added) * ThirdParty/vmg/src/units/particle/comm_mpi_particle.hpp (added) * ThirdParty/vmg/src/units/particle/interface_fcs.cpp (added) * ThirdParty/vmg/src/units/particle/interface_fcs.h (added) * ThirdParty/vmg/src/units/particle/interface_particles.cpp (added) * ThirdParty/vmg/src/units/particle/interface_particles.hpp (added) * ThirdParty/vmg/src/units/particle/interpolation.cpp (added) * ThirdParty/vmg/src/units/particle/interpolation.hpp (added) * ThirdParty/vmg/src/units/particle/linked_cell_list.cpp (added) * ThirdParty/vmg/src/units/particle/linked_cell_list.hpp (added) * ThirdParty/vmg/src/units/particle/particle.cpp (added) * ThirdParty/vmg/src/units/particle/particle.hpp (added) * ThirdParty/vmg/test/Makefile.am (added) * ThirdParty/vmg/test/interfaces/Makefile.am (added) * ThirdParty/vmg/test/interfaces/interface_gaussian.cpp (added) * ThirdParty/vmg/test/interfaces/interface_gaussian.hpp (added) * ThirdParty/vmg/test/interfaces/interface_sinus.cpp (added) * ThirdParty/vmg/test/interfaces/interface_sinus.hpp (added) * ThirdParty/vmg/test/unit_test/Makefile.am (added) * ThirdParty/vmg/test/unit_test/boost_test.cpp (added) * ThirdParty/vmg/test/unit_test/library/dirichlet_cs.cpp (added) * ThirdParty/vmg/test/unit_test/library/dirichlet_cs_mpi.cpp (added) * ThirdParty/vmg/test/unit_test/library/dirichlet_fas.cpp (added) * ThirdParty/vmg/test/unit_test/library/dirichlet_fas_lr.cpp (added) * ThirdParty/vmg/test/unit_test/library/dirichlet_fas_lr_mpi.cpp (added) * ThirdParty/vmg/test/unit_test/library/dirichlet_fas_mpi.cpp (added) * ThirdParty/vmg/test/unit_test/library/force_sinus.cpp (added) * ThirdParty/vmg/test/unit_test/library/open_fas_mpi.cpp (added) * ThirdParty/vmg/test/unit_test/library/periodic_cs.cpp (added) * ThirdParty/vmg/test/unit_test/library/periodic_cs_mpi.cpp (added) * ThirdParty/vmg/test/unit_test/library/periodic_fas.cpp (added) * ThirdParty/vmg/test/unit_test/library/periodic_fas_mpi.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/force_sinus_unit_test.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/interpolate_field_test.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/interpolate_test.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/polynomial_test.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/smoother_fixture.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/smoother_fixture.hpp (added) * ThirdParty/vmg/test/unit_test/unit_test/smoother_lex_test.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/smoother_rb_test.cpp (added) * ThirdParty/vmg/test/unit_test/unit_test/solver_test.cpp (added) * ThirdParty/vmg/vmg.pc.in (added) Merge commit 'de061d9d851257a04e924d4472df4523d33bb08b' as ...