From owner-svn-ports-head@freebsd.org Sun Nov 4 09:33:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65DCC10FA918; Sun, 4 Nov 2018 09:33:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E951E82573; Sun, 4 Nov 2018 09:33:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAFE726985; Sun, 4 Nov 2018 09:33:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA49XYod091124; Sun, 4 Nov 2018 09:33:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA49XYmP091121; Sun, 4 Nov 2018 09:33:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811040933.wA49XYmP091121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 4 Nov 2018 09:33:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483973 - in head/science/liggghts: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science/liggghts: . files X-SVN-Commit-Revision: 483973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E951E82573 X-Spamd-Result: default: False [-0.15 / 200.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.04)[-0.040,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2018 09:33:35 -0000 Author: yuri Date: Sun Nov 4 09:33:34 2018 New Revision: 483973 URL: https://svnweb.freebsd.org/changeset/ports/483973 Log: science/liggghts: Move headers to the dedicated subdirectory Modified: head/science/liggghts/Makefile head/science/liggghts/files/patch-CMakeLists.txt head/science/liggghts/pkg-plist Modified: head/science/liggghts/Makefile ============================================================================== --- head/science/liggghts/Makefile Sun Nov 4 09:30:14 2018 (r483972) +++ head/science/liggghts/Makefile Sun Nov 4 09:33:34 2018 (r483973) @@ -2,6 +2,7 @@ PORTNAME= liggghts DISTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/liggghts/files/patch-CMakeLists.txt ============================================================================== --- head/science/liggghts/files/patch-CMakeLists.txt Sun Nov 4 09:30:14 2018 (r483972) +++ head/science/liggghts/files/patch-CMakeLists.txt Sun Nov 4 09:33:34 2018 (r483973) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2018-11-04 08:11:29 UTC +--- CMakeLists.txt.orig 2017-11-30 09:34:53 UTC +++ CMakeLists.txt @@ -47,9 +47,9 @@ ENDIF() ADD_LIBRARY(liggghts_obj OBJECT ${SOURCES}) @@ -61,7 +61,7 @@ TARGET_LINK_LIBRARIES(liggghts_shared mpi_stubs) TARGET_LINK_LIBRARIES(liggghts_bin mpi_stubs) ENDIF(MPI_FOUND) -@@ -128,7 +128,7 @@ ENDIF(MPI_FOUND) +@@ -128,11 +128,11 @@ ENDIF(MPI_FOUND) # RUNTIME DESTINATION bin # LIBRARY DESTINATION lib) @@ -70,3 +70,8 @@ RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib +- PUBLIC_HEADER DESTINATION include) ++ PUBLIC_HEADER DESTINATION include/liggghts) + IF (WIN32) + install(DIRECTORY WINDOWS DESTINATION include) + ENDIF() Modified: head/science/liggghts/pkg-plist ============================================================================== --- head/science/liggghts/pkg-plist Sun Nov 4 09:30:14 2018 (r483972) +++ head/science/liggghts/pkg-plist Sun Nov 4 09:33:34 2018 (r483973) @@ -1,448 +1,448 @@ bin/liggghts -include/abstract_mesh.h -include/accelerator_cuda.h -include/accelerator_omp.h -include/angle.h -include/angle_hybrid.h -include/associative_pointer_array.h -include/associative_pointer_array_I.h -include/atom.h -include/atom_masks.h -include/atom_vec.h -include/atom_vec_atomic.h -include/atom_vec_charge.h -include/atom_vec_convexhull.h -include/atom_vec_ellipsoid.h -include/atom_vec_full.h -include/atom_vec_hybrid.h -include/atom_vec_line.h -include/atom_vec_molecular.h -include/atom_vec_sph.h -include/atom_vec_sph_var.h -include/atom_vec_sphere.h -include/atom_vec_superquadric.h -include/atom_vec_tri.h -include/bond.h -include/bond_harmonic.h -include/bond_hybrid.h -include/bounding_box.h -include/cfd_datacoupling.h -include/cfd_datacoupling_file.h -include/cfd_datacoupling_mpi.h -include/cfd_datacoupling_simple.h -include/cfd_regionmodel.h -include/cfd_regionmodel_none.h -include/change_box.h -include/citeme.h -include/cohesion_model_base.h -include/cohesion_model_easo_capillary_viscous.h -include/cohesion_model_sjkr.h -include/cohesion_model_sjkr2.h -include/cohesion_model_washino_capillary_viscous.h -include/comm.h -include/comm_I.h -include/compute.h -include/compute_atom_molecule.h -include/compute_bond_local.h -include/compute_centro_atom.h -include/compute_cluster_atom.h -include/compute_cna_atom.h -include/compute_com.h -include/compute_com_molecule.h -include/compute_contact_atom.h -include/compute_contact_atom_gran.h -include/compute_coord_atom.h -include/compute_displace_atom.h -include/compute_erotate.h -include/compute_erotate_asphere.h -include/compute_erotate_multisphere.h -include/compute_erotate_sphere.h -include/compute_erotate_sphere_atom.h -include/compute_erotate_superquadric.h -include/compute_group_group.h -include/compute_gyration.h -include/compute_gyration_molecule.h -include/compute_inertia_molecule.h -include/compute_ke.h -include/compute_ke_atom.h -include/compute_ke_multisphere.h -include/compute_msd.h -include/compute_msd_molecule.h -include/compute_nparticles_tracer_region.h -include/compute_pair_gran_local.h -include/compute_pe.h -include/compute_pe_atom.h -include/compute_pressure.h -include/compute_property_atom.h -include/compute_property_local.h -include/compute_property_molecule.h -include/compute_rdf.h -include/compute_reduce.h -include/compute_reduce_region.h -include/compute_rigid.h -include/compute_slice.h -include/compute_stress_atom.h -include/compute_temp.h -include/contact_interface.h -include/contact_model_base.h -include/contact_model_constants.h -include/contact_models.h -include/container.h -include/container_base.h -include/container_base_I.h -include/create_atoms.h -include/create_box.h -include/custom_value_tracker.h -include/custom_value_tracker_I.h -include/debug_liggghts.h -include/delete_atoms.h -include/delete_bonds.h -include/dihedral.h -include/dihedral_hybrid.h -include/displace_atoms.h -include/domain.h -include/domain_I.h -include/domain_definitions.h -include/domain_wedge.h -include/domain_wedge_dummy.h -include/dump.h -include/dump_atom_vtk.h -include/dump_custom.h -include/dump_custom_vtk.h -include/dump_custom_vtm.h -include/dump_decomposition_vtk.h -include/dump_euler_vtk.h -include/dump_image.h -include/dump_local.h -include/dump_local_gran.h -include/dump_local_gran_vtk.h -include/dump_mesh.h -include/dump_mesh_stl.h -include/dump_mesh_vtk.h -include/dump_mesh_vtm.h -include/dump_movie.h -include/dump_particle.h -include/dump_vtk.h -include/dump_xyz.h -include/error.h -include/error_special.h -include/finish.h -include/fix.h -include/fix_adapt.h -include/fix_addforce.h -include/fix_ave_atom.h -include/fix_ave_correlate.h -include/fix_ave_euler.h -include/fix_ave_histo.h -include/fix_ave_spatial.h -include/fix_ave_time.h -include/fix_aveforce.h -include/fix_base_liggghts.h -include/fix_box_relax.h -include/fix_buoyancy.h -include/fix_calculate_energy_wall.h -include/fix_cfd_coupling.h -include/fix_cfd_coupling_convection.h -include/fix_cfd_coupling_convection_impl.h -include/fix_cfd_coupling_convection_species.h -include/fix_cfd_coupling_force.h -include/fix_cfd_coupling_force_implicit.h -include/fix_check_timestep_gran.h -include/fix_check_timestep_sph.h -include/fix_contact_atom_counter.h -include/fix_contact_atom_counter_dummy.h -include/fix_contact_atom_counter_wall.h -include/fix_contact_atom_counter_wall_dummy.h -include/fix_contact_history.h -include/fix_contact_history_mesh.h -include/fix_contact_history_mesh_I.h -include/fix_contact_property_atom.h -include/fix_contact_property_atom_wall.h -include/fix_continuum_weighted.h -include/fix_deform.h -include/fix_deform_check.h -include/fix_diam_max.h -include/fix_drag.h -include/fix_dt_reset.h -include/fix_dummy.h -include/fix_dummy2.h -include/fix_efield.h -include/fix_enforce2d.h -include/fix_external.h -include/fix_fiber_spring_simple.h -include/fix_freeze.h -include/fix_gravity.h -include/fix_heat_gran.h -include/fix_heat_gran_conduction.h -include/fix_insert.h -include/fix_insert_pack.h -include/fix_insert_rate_region.h -include/fix_insert_stream.h -include/fix_insert_stream_predefined.h -include/fix_lb_coupling_onetoone.h -include/fix_lineforce.h -include/fix_massflow_mesh.h -include/fix_massflow_mesh_sieve.h -include/fix_mesh.h -include/fix_mesh_surface.h -include/fix_minimize.h -include/fix_mixing.h -include/fix_momentum.h -include/fix_move.h -include/fix_move_mesh.h -include/fix_multicontact_halfspace.h -include/fix_multisphere.h -include/fix_multisphere_break.h -include/fix_multisphere_comm_I.h -include/fix_neighlist_mesh.h -include/fix_nve.h -include/fix_nve_asphere.h -include/fix_nve_asphere_base.h -include/fix_nve_asphere_noforce.h -include/fix_nve_limit.h -include/fix_nve_line.h -include/fix_nve_noforce.h -include/fix_nve_sph.h -include/fix_nve_sph_stationary.h -include/fix_nve_sphere.h -include/fix_nve_superquadric.h -include/fix_particledistribution_discrete.h -include/fix_planeforce.h -include/fix_print.h -include/fix_property_atom.h -include/fix_property_atom_region_tracer.h -include/fix_property_atom_tracer.h -include/fix_property_atom_tracer_stream.h -include/fix_property_global.h -include/fix_read_restart.h -include/fix_region_variable.h -include/fix_relax_contacts.h -include/fix_remove.h -include/fix_respa.h -include/fix_rigid.h -include/fix_scalar_transport_equation.h -include/fix_setforce.h -include/fix_sph.h -include/fix_sph_density_continuity.h -include/fix_sph_density_corr.h -include/fix_sph_density_summation.h -include/fix_sph_pressure.h -include/fix_spring.h -include/fix_spring_rg.h -include/fix_spring_self.h -include/fix_store.h -include/fix_store_force.h -include/fix_store_state.h -include/fix_template_multiplespheres.h -include/fix_template_multisphere.h -include/fix_template_sphere.h -include/fix_template_superquadric.h -include/fix_viscous.h -include/fix_wall.h -include/fix_wall_gran.h -include/fix_wall_gran_base.h -include/fix_wall_region.h -include/fix_wall_region_sph.h -include/fix_wall_sph.h -include/force.h -include/general_container.h -include/general_container_I.h -include/global_properties.h -include/granular_pair_style.h -include/granular_styles.h -include/granular_wall.h -include/group.h -include/histogram.h -include/image.h -include/improper.h -include/improper_hybrid.h -include/info.h -include/input.h -include/input_mesh_tet.h -include/input_mesh_tri.h -include/input_multisphere.h -include/integrate.h -include/irregular.h -include/kspace.h -include/lammps.h -include/lattice.h -include/library.h -include/library_cfd_coupling.h -include/lmptype.h -include/lmpwindows.h -include/math_complex.h -include/math_const.h -include/math_extra.h -include/math_extra_liggghts.h -include/math_extra_liggghts_nonspherical.h -include/math_extra_liggghts_superquadric.h -include/math_special.h -include/math_vector.h -include/memory.h -include/memory_ns.h -include/mesh_module.h -include/mesh_module_liquidtransfer.h -include/mesh_module_stress.h -include/mesh_module_stress_servo.h -include/mesh_mover.h -include/mesh_mover_linear.h -include/mesh_mover_rotation.h -include/min.h -include/min_cg.h -include/min_linesearch.h -include/minimize.h -include/modified_andrew.h -include/modify.h -include/mpi_liggghts.h -include/multi_node_mesh.h -include/multi_node_mesh_I.h -include/multi_node_mesh_parallel.h -include/multi_node_mesh_parallel_I.h -include/multi_node_mesh_parallel_buffer_I.h -include/multi_vector_container.h -include/multisphere.h -include/multisphere_I.h -include/multisphere_parallel.h -include/multisphere_parallel_I.h -include/my_page.h -include/my_pool_chunk.h -include/neigh_bond.h -include/neigh_derive.h -include/neigh_dummy.h -include/neigh_full.h -include/neigh_gran.h -include/neigh_half_bin.h -include/neigh_half_multi.h -include/neigh_half_nsq.h -include/neigh_list.h -include/neigh_mlg_dummy.h -include/neigh_modify.h -include/neigh_multi_level_grid.h -include/neigh_request.h -include/neigh_respa.h -include/neighbor.h -include/normal_model_base.h -include/normal_model_edinburgh.h -include/normal_model_edinburgh_stiffness.h -include/normal_model_hertz.h -include/normal_model_hertz_stiffness.h -include/normal_model_hooke.h -include/normal_model_hooke_hysteresis.h -include/normal_model_hooke_stiffness.h -include/normal_model_luding.h -include/normal_model_thornton_ning.h -include/os_specific.h -include/output.h -include/pack.h -include/pair.h -include/pair_gran.h -include/pair_gran_base.h -include/pair_gran_proxy.h -include/pair_hybrid.h -include/pair_hybrid_overlay.h -include/pair_line_lj.h -include/pair_soft.h -include/pair_sph.h -include/pair_sph_artvisc_tenscorr.h -include/particleToInsert.h -include/particleToInsertSuperquadric.h -include/particleToInsert_multisphere.h -include/pointers.h -include/primitive_wall.h -include/primitive_wall_definitions.h -include/probability_distribution.h -include/procmap.h -include/properties.h -include/property_registry.h -include/random.h -include/random_mars.h -include/random_park.h -include/read_data.h -include/read_dump.h -include/read_restart.h -include/reader.h -include/reader_native.h -include/reader_xyz.h -include/region.h -include/region_block.h -include/region_cone.h -include/region_cylinder.h -include/region_intersect.h -include/region_mesh_tet.h -include/region_mesh_tet_I.h -include/region_neighbor_list.h -include/region_neighbor_list_I.h -include/region_neighbor_list_base.h -include/region_neighbor_list_definitions.h -include/region_plane.h -include/region_prism.h -include/region_sphere.h -include/region_union.h -include/region_wedge.h -include/replicate.h -include/respa.h -include/rolling_model_base.h -include/rolling_model_cdt.h -include/rolling_model_epsd.h -include/rolling_model_epsd2.h -include/rolling_model_epsd3.h -include/rolling_model_luding.h -include/rotate.h -include/run.h -include/run_time.h -include/scalar_container.h -include/set.h -include/settings.h -include/signal_handling.h -include/sort_buffer.h -include/special.h -include/sph_kernel_cubicspline.h -include/sph_kernel_cubicspline2D.h -include/sph_kernel_spiky.h -include/sph_kernel_spiky2D.h -include/sph_kernel_wendland.h -include/sph_kernel_wendland2D.h -include/sph_kernels.h -include/string_liggghts.h -include/suffix.h -include/superquadric.h -include/surface_mesh.h -include/surface_mesh_I.h -include/surface_mesh_feature_remove.h -include/surface_mesh_feature_remove_I.h -include/surface_model_base.h -include/surface_model_default.h -include/surface_model_multicontact.h -include/surface_model_superquadric.h -include/tangential_model_base.h -include/tangential_model_history.h -include/tangential_model_luding_tn.h -include/tangential_model_no_history.h -include/tet_mesh.h -include/tet_mesh_I.h -include/thermo.h -include/timer.h -include/tracking_mesh.h -include/tracking_mesh_I.h -include/tri_line.h -include/tri_mesh.h -include/tri_mesh_I.h -include/tri_mesh_I_superquadric.h -include/tri_mesh_deform.h -include/tri_mesh_planar.h -include/tri_mesh_planar_I.h -include/universe.h -include/update.h -include/utils.h -include/variable.h -include/vector_container.h -include/vector_liggghts.h -include/velocity.h -include/verlet.h -include/version.h -include/volume_mesh.h -include/volume_mesh_I.h -include/write_data.h -include/write_dump.h -include/write_restart.h +include/liggghts/abstract_mesh.h +include/liggghts/accelerator_cuda.h +include/liggghts/accelerator_omp.h +include/liggghts/angle.h +include/liggghts/angle_hybrid.h +include/liggghts/associative_pointer_array.h +include/liggghts/associative_pointer_array_I.h +include/liggghts/atom.h +include/liggghts/atom_masks.h +include/liggghts/atom_vec.h +include/liggghts/atom_vec_atomic.h +include/liggghts/atom_vec_charge.h +include/liggghts/atom_vec_convexhull.h +include/liggghts/atom_vec_ellipsoid.h +include/liggghts/atom_vec_full.h +include/liggghts/atom_vec_hybrid.h +include/liggghts/atom_vec_line.h +include/liggghts/atom_vec_molecular.h +include/liggghts/atom_vec_sph.h +include/liggghts/atom_vec_sph_var.h +include/liggghts/atom_vec_sphere.h +include/liggghts/atom_vec_superquadric.h +include/liggghts/atom_vec_tri.h +include/liggghts/bond.h +include/liggghts/bond_harmonic.h +include/liggghts/bond_hybrid.h +include/liggghts/bounding_box.h +include/liggghts/cfd_datacoupling.h +include/liggghts/cfd_datacoupling_file.h +include/liggghts/cfd_datacoupling_mpi.h +include/liggghts/cfd_datacoupling_simple.h +include/liggghts/cfd_regionmodel.h +include/liggghts/cfd_regionmodel_none.h +include/liggghts/change_box.h +include/liggghts/citeme.h +include/liggghts/cohesion_model_base.h +include/liggghts/cohesion_model_easo_capillary_viscous.h +include/liggghts/cohesion_model_sjkr.h +include/liggghts/cohesion_model_sjkr2.h +include/liggghts/cohesion_model_washino_capillary_viscous.h +include/liggghts/comm.h +include/liggghts/comm_I.h +include/liggghts/compute.h +include/liggghts/compute_atom_molecule.h +include/liggghts/compute_bond_local.h +include/liggghts/compute_centro_atom.h +include/liggghts/compute_cluster_atom.h +include/liggghts/compute_cna_atom.h +include/liggghts/compute_com.h +include/liggghts/compute_com_molecule.h +include/liggghts/compute_contact_atom.h +include/liggghts/compute_contact_atom_gran.h +include/liggghts/compute_coord_atom.h +include/liggghts/compute_displace_atom.h +include/liggghts/compute_erotate.h +include/liggghts/compute_erotate_asphere.h +include/liggghts/compute_erotate_multisphere.h +include/liggghts/compute_erotate_sphere.h +include/liggghts/compute_erotate_sphere_atom.h +include/liggghts/compute_erotate_superquadric.h +include/liggghts/compute_group_group.h +include/liggghts/compute_gyration.h +include/liggghts/compute_gyration_molecule.h +include/liggghts/compute_inertia_molecule.h +include/liggghts/compute_ke.h +include/liggghts/compute_ke_atom.h +include/liggghts/compute_ke_multisphere.h +include/liggghts/compute_msd.h +include/liggghts/compute_msd_molecule.h +include/liggghts/compute_nparticles_tracer_region.h +include/liggghts/compute_pair_gran_local.h +include/liggghts/compute_pe.h +include/liggghts/compute_pe_atom.h +include/liggghts/compute_pressure.h +include/liggghts/compute_property_atom.h +include/liggghts/compute_property_local.h +include/liggghts/compute_property_molecule.h +include/liggghts/compute_rdf.h +include/liggghts/compute_reduce.h +include/liggghts/compute_reduce_region.h +include/liggghts/compute_rigid.h +include/liggghts/compute_slice.h +include/liggghts/compute_stress_atom.h +include/liggghts/compute_temp.h +include/liggghts/contact_interface.h +include/liggghts/contact_model_base.h +include/liggghts/contact_model_constants.h +include/liggghts/contact_models.h +include/liggghts/container.h +include/liggghts/container_base.h +include/liggghts/container_base_I.h +include/liggghts/create_atoms.h +include/liggghts/create_box.h +include/liggghts/custom_value_tracker.h +include/liggghts/custom_value_tracker_I.h +include/liggghts/debug_liggghts.h +include/liggghts/delete_atoms.h +include/liggghts/delete_bonds.h +include/liggghts/dihedral.h +include/liggghts/dihedral_hybrid.h +include/liggghts/displace_atoms.h +include/liggghts/domain.h +include/liggghts/domain_I.h +include/liggghts/domain_definitions.h +include/liggghts/domain_wedge.h +include/liggghts/domain_wedge_dummy.h +include/liggghts/dump.h +include/liggghts/dump_atom_vtk.h +include/liggghts/dump_custom.h +include/liggghts/dump_custom_vtk.h +include/liggghts/dump_custom_vtm.h +include/liggghts/dump_decomposition_vtk.h +include/liggghts/dump_euler_vtk.h +include/liggghts/dump_image.h +include/liggghts/dump_local.h +include/liggghts/dump_local_gran.h +include/liggghts/dump_local_gran_vtk.h +include/liggghts/dump_mesh.h +include/liggghts/dump_mesh_stl.h +include/liggghts/dump_mesh_vtk.h +include/liggghts/dump_mesh_vtm.h +include/liggghts/dump_movie.h +include/liggghts/dump_particle.h +include/liggghts/dump_vtk.h +include/liggghts/dump_xyz.h +include/liggghts/error.h +include/liggghts/error_special.h +include/liggghts/finish.h +include/liggghts/fix.h +include/liggghts/fix_adapt.h +include/liggghts/fix_addforce.h +include/liggghts/fix_ave_atom.h +include/liggghts/fix_ave_correlate.h +include/liggghts/fix_ave_euler.h +include/liggghts/fix_ave_histo.h +include/liggghts/fix_ave_spatial.h +include/liggghts/fix_ave_time.h +include/liggghts/fix_aveforce.h +include/liggghts/fix_base_liggghts.h +include/liggghts/fix_box_relax.h +include/liggghts/fix_buoyancy.h +include/liggghts/fix_calculate_energy_wall.h +include/liggghts/fix_cfd_coupling.h +include/liggghts/fix_cfd_coupling_convection.h +include/liggghts/fix_cfd_coupling_convection_impl.h +include/liggghts/fix_cfd_coupling_convection_species.h +include/liggghts/fix_cfd_coupling_force.h +include/liggghts/fix_cfd_coupling_force_implicit.h +include/liggghts/fix_check_timestep_gran.h +include/liggghts/fix_check_timestep_sph.h +include/liggghts/fix_contact_atom_counter.h +include/liggghts/fix_contact_atom_counter_dummy.h +include/liggghts/fix_contact_atom_counter_wall.h +include/liggghts/fix_contact_atom_counter_wall_dummy.h +include/liggghts/fix_contact_history.h +include/liggghts/fix_contact_history_mesh.h +include/liggghts/fix_contact_history_mesh_I.h +include/liggghts/fix_contact_property_atom.h +include/liggghts/fix_contact_property_atom_wall.h +include/liggghts/fix_continuum_weighted.h +include/liggghts/fix_deform.h +include/liggghts/fix_deform_check.h +include/liggghts/fix_diam_max.h +include/liggghts/fix_drag.h +include/liggghts/fix_dt_reset.h +include/liggghts/fix_dummy.h +include/liggghts/fix_dummy2.h +include/liggghts/fix_efield.h +include/liggghts/fix_enforce2d.h +include/liggghts/fix_external.h +include/liggghts/fix_fiber_spring_simple.h +include/liggghts/fix_freeze.h +include/liggghts/fix_gravity.h +include/liggghts/fix_heat_gran.h +include/liggghts/fix_heat_gran_conduction.h +include/liggghts/fix_insert.h +include/liggghts/fix_insert_pack.h +include/liggghts/fix_insert_rate_region.h +include/liggghts/fix_insert_stream.h +include/liggghts/fix_insert_stream_predefined.h +include/liggghts/fix_lb_coupling_onetoone.h +include/liggghts/fix_lineforce.h +include/liggghts/fix_massflow_mesh.h +include/liggghts/fix_massflow_mesh_sieve.h +include/liggghts/fix_mesh.h +include/liggghts/fix_mesh_surface.h +include/liggghts/fix_minimize.h +include/liggghts/fix_mixing.h +include/liggghts/fix_momentum.h +include/liggghts/fix_move.h +include/liggghts/fix_move_mesh.h +include/liggghts/fix_multicontact_halfspace.h +include/liggghts/fix_multisphere.h +include/liggghts/fix_multisphere_break.h +include/liggghts/fix_multisphere_comm_I.h +include/liggghts/fix_neighlist_mesh.h +include/liggghts/fix_nve.h +include/liggghts/fix_nve_asphere.h +include/liggghts/fix_nve_asphere_base.h +include/liggghts/fix_nve_asphere_noforce.h +include/liggghts/fix_nve_limit.h +include/liggghts/fix_nve_line.h +include/liggghts/fix_nve_noforce.h +include/liggghts/fix_nve_sph.h +include/liggghts/fix_nve_sph_stationary.h +include/liggghts/fix_nve_sphere.h +include/liggghts/fix_nve_superquadric.h +include/liggghts/fix_particledistribution_discrete.h +include/liggghts/fix_planeforce.h +include/liggghts/fix_print.h +include/liggghts/fix_property_atom.h +include/liggghts/fix_property_atom_region_tracer.h +include/liggghts/fix_property_atom_tracer.h +include/liggghts/fix_property_atom_tracer_stream.h +include/liggghts/fix_property_global.h +include/liggghts/fix_read_restart.h +include/liggghts/fix_region_variable.h +include/liggghts/fix_relax_contacts.h +include/liggghts/fix_remove.h +include/liggghts/fix_respa.h +include/liggghts/fix_rigid.h +include/liggghts/fix_scalar_transport_equation.h +include/liggghts/fix_setforce.h +include/liggghts/fix_sph.h +include/liggghts/fix_sph_density_continuity.h +include/liggghts/fix_sph_density_corr.h +include/liggghts/fix_sph_density_summation.h +include/liggghts/fix_sph_pressure.h +include/liggghts/fix_spring.h +include/liggghts/fix_spring_rg.h +include/liggghts/fix_spring_self.h +include/liggghts/fix_store.h +include/liggghts/fix_store_force.h +include/liggghts/fix_store_state.h +include/liggghts/fix_template_multiplespheres.h +include/liggghts/fix_template_multisphere.h +include/liggghts/fix_template_sphere.h +include/liggghts/fix_template_superquadric.h +include/liggghts/fix_viscous.h +include/liggghts/fix_wall.h +include/liggghts/fix_wall_gran.h +include/liggghts/fix_wall_gran_base.h +include/liggghts/fix_wall_region.h +include/liggghts/fix_wall_region_sph.h +include/liggghts/fix_wall_sph.h +include/liggghts/force.h +include/liggghts/general_container.h +include/liggghts/general_container_I.h +include/liggghts/global_properties.h +include/liggghts/granular_pair_style.h +include/liggghts/granular_styles.h +include/liggghts/granular_wall.h +include/liggghts/group.h +include/liggghts/histogram.h +include/liggghts/image.h +include/liggghts/improper.h +include/liggghts/improper_hybrid.h +include/liggghts/info.h +include/liggghts/input.h +include/liggghts/input_mesh_tet.h +include/liggghts/input_mesh_tri.h +include/liggghts/input_multisphere.h +include/liggghts/integrate.h +include/liggghts/irregular.h +include/liggghts/kspace.h +include/liggghts/lammps.h +include/liggghts/lattice.h +include/liggghts/library.h +include/liggghts/library_cfd_coupling.h +include/liggghts/lmptype.h +include/liggghts/lmpwindows.h +include/liggghts/math_complex.h +include/liggghts/math_const.h +include/liggghts/math_extra.h +include/liggghts/math_extra_liggghts.h +include/liggghts/math_extra_liggghts_nonspherical.h +include/liggghts/math_extra_liggghts_superquadric.h +include/liggghts/math_special.h +include/liggghts/math_vector.h +include/liggghts/memory.h +include/liggghts/memory_ns.h +include/liggghts/mesh_module.h +include/liggghts/mesh_module_liquidtransfer.h +include/liggghts/mesh_module_stress.h +include/liggghts/mesh_module_stress_servo.h +include/liggghts/mesh_mover.h +include/liggghts/mesh_mover_linear.h +include/liggghts/mesh_mover_rotation.h +include/liggghts/min.h +include/liggghts/min_cg.h +include/liggghts/min_linesearch.h +include/liggghts/minimize.h +include/liggghts/modified_andrew.h +include/liggghts/modify.h +include/liggghts/mpi_liggghts.h +include/liggghts/multi_node_mesh.h +include/liggghts/multi_node_mesh_I.h +include/liggghts/multi_node_mesh_parallel.h +include/liggghts/multi_node_mesh_parallel_I.h +include/liggghts/multi_node_mesh_parallel_buffer_I.h +include/liggghts/multi_vector_container.h +include/liggghts/multisphere.h +include/liggghts/multisphere_I.h +include/liggghts/multisphere_parallel.h +include/liggghts/multisphere_parallel_I.h +include/liggghts/my_page.h +include/liggghts/my_pool_chunk.h +include/liggghts/neigh_bond.h +include/liggghts/neigh_derive.h +include/liggghts/neigh_dummy.h +include/liggghts/neigh_full.h +include/liggghts/neigh_gran.h +include/liggghts/neigh_half_bin.h +include/liggghts/neigh_half_multi.h +include/liggghts/neigh_half_nsq.h +include/liggghts/neigh_list.h +include/liggghts/neigh_mlg_dummy.h +include/liggghts/neigh_modify.h +include/liggghts/neigh_multi_level_grid.h +include/liggghts/neigh_request.h +include/liggghts/neigh_respa.h +include/liggghts/neighbor.h +include/liggghts/normal_model_base.h +include/liggghts/normal_model_edinburgh.h +include/liggghts/normal_model_edinburgh_stiffness.h +include/liggghts/normal_model_hertz.h +include/liggghts/normal_model_hertz_stiffness.h +include/liggghts/normal_model_hooke.h +include/liggghts/normal_model_hooke_hysteresis.h +include/liggghts/normal_model_hooke_stiffness.h +include/liggghts/normal_model_luding.h +include/liggghts/normal_model_thornton_ning.h +include/liggghts/os_specific.h +include/liggghts/output.h +include/liggghts/pack.h +include/liggghts/pair.h +include/liggghts/pair_gran.h +include/liggghts/pair_gran_base.h +include/liggghts/pair_gran_proxy.h +include/liggghts/pair_hybrid.h +include/liggghts/pair_hybrid_overlay.h +include/liggghts/pair_line_lj.h +include/liggghts/pair_soft.h +include/liggghts/pair_sph.h +include/liggghts/pair_sph_artvisc_tenscorr.h +include/liggghts/particleToInsert.h +include/liggghts/particleToInsertSuperquadric.h +include/liggghts/particleToInsert_multisphere.h +include/liggghts/pointers.h +include/liggghts/primitive_wall.h +include/liggghts/primitive_wall_definitions.h +include/liggghts/probability_distribution.h +include/liggghts/procmap.h +include/liggghts/properties.h +include/liggghts/property_registry.h +include/liggghts/random.h +include/liggghts/random_mars.h +include/liggghts/random_park.h +include/liggghts/read_data.h +include/liggghts/read_dump.h +include/liggghts/read_restart.h +include/liggghts/reader.h +include/liggghts/reader_native.h +include/liggghts/reader_xyz.h +include/liggghts/region.h +include/liggghts/region_block.h +include/liggghts/region_cone.h +include/liggghts/region_cylinder.h +include/liggghts/region_intersect.h +include/liggghts/region_mesh_tet.h +include/liggghts/region_mesh_tet_I.h +include/liggghts/region_neighbor_list.h +include/liggghts/region_neighbor_list_I.h +include/liggghts/region_neighbor_list_base.h +include/liggghts/region_neighbor_list_definitions.h +include/liggghts/region_plane.h +include/liggghts/region_prism.h +include/liggghts/region_sphere.h +include/liggghts/region_union.h +include/liggghts/region_wedge.h +include/liggghts/replicate.h +include/liggghts/respa.h +include/liggghts/rolling_model_base.h +include/liggghts/rolling_model_cdt.h +include/liggghts/rolling_model_epsd.h +include/liggghts/rolling_model_epsd2.h +include/liggghts/rolling_model_epsd3.h +include/liggghts/rolling_model_luding.h +include/liggghts/rotate.h +include/liggghts/run.h +include/liggghts/run_time.h +include/liggghts/scalar_container.h +include/liggghts/set.h +include/liggghts/settings.h +include/liggghts/signal_handling.h +include/liggghts/sort_buffer.h +include/liggghts/special.h +include/liggghts/sph_kernel_cubicspline.h +include/liggghts/sph_kernel_cubicspline2D.h +include/liggghts/sph_kernel_spiky.h +include/liggghts/sph_kernel_spiky2D.h +include/liggghts/sph_kernel_wendland.h +include/liggghts/sph_kernel_wendland2D.h +include/liggghts/sph_kernels.h +include/liggghts/string_liggghts.h +include/liggghts/suffix.h +include/liggghts/superquadric.h +include/liggghts/surface_mesh.h +include/liggghts/surface_mesh_I.h +include/liggghts/surface_mesh_feature_remove.h +include/liggghts/surface_mesh_feature_remove_I.h +include/liggghts/surface_model_base.h +include/liggghts/surface_model_default.h +include/liggghts/surface_model_multicontact.h +include/liggghts/surface_model_superquadric.h +include/liggghts/tangential_model_base.h +include/liggghts/tangential_model_history.h +include/liggghts/tangential_model_luding_tn.h +include/liggghts/tangential_model_no_history.h +include/liggghts/tet_mesh.h +include/liggghts/tet_mesh_I.h +include/liggghts/thermo.h +include/liggghts/timer.h +include/liggghts/tracking_mesh.h +include/liggghts/tracking_mesh_I.h +include/liggghts/tri_line.h +include/liggghts/tri_mesh.h +include/liggghts/tri_mesh_I.h +include/liggghts/tri_mesh_I_superquadric.h +include/liggghts/tri_mesh_deform.h +include/liggghts/tri_mesh_planar.h +include/liggghts/tri_mesh_planar_I.h +include/liggghts/universe.h +include/liggghts/update.h +include/liggghts/utils.h +include/liggghts/variable.h +include/liggghts/vector_container.h +include/liggghts/vector_liggghts.h +include/liggghts/velocity.h +include/liggghts/verlet.h +include/liggghts/version.h +include/liggghts/volume_mesh.h +include/liggghts/volume_mesh_I.h +include/liggghts/write_data.h +include/liggghts/write_dump.h +include/liggghts/write_restart.h lib/libliggghts.so