htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore22L
-rw-r--r--COPYING674L
-rw-r--r--Makefile80L
-rw-r--r--Makefile.atmosphere167L
-rw-r--r--Makefile.combustion201L
-rw-r--r--Makefile.core162L
-rw-r--r--Makefile.planets197L
-rw-r--r--README.md449L
-rw-r--r--config.mk180L
-rw-r--r--doc/htrdr-atmosphere.1.in713L
-rw-r--r--doc/htrdr-combustion.1.in601L
-rw-r--r--doc/htrdr-image.5120L
-rw-r--r--doc/htrdr-materials.596L
-rw-r--r--doc/htrdr-obj.5113L
-rw-r--r--doc/htrdr-planets.1.in816L
-rw-r--r--doc/htrdr.185L
-rw-r--r--doc/rnrl.589L
-rw-r--r--htrdr-atmosphere.pc.in16L
-rw-r--r--htrdr-combustion.pc.in16L
-rw-r--r--htrdr-core.pc.in16L
-rw-r--r--htrdr-planets.pc.in19L
-rw-r--r--install.sh44L
-rw-r--r--src/atmosphere/htrdr_atmosphere.c530L
-rw-r--r--src/atmosphere/htrdr_atmosphere.h63L
-rw-r--r--src/atmosphere/htrdr_atmosphere_args.c245L
-rw-r--r--src/atmosphere/htrdr_atmosphere_args.h.in126L
-rw-r--r--src/atmosphere/htrdr_atmosphere_c.h165L
-rw-r--r--src/atmosphere/htrdr_atmosphere_compute_radiance_lw.c280L
-rw-r--r--src/atmosphere/htrdr_atmosphere_compute_radiance_sw.c512L
-rw-r--r--src/atmosphere/htrdr_atmosphere_draw_map.c641L
-rw-r--r--src/atmosphere/htrdr_atmosphere_ground.c275L
-rw-r--r--src/atmosphere/htrdr_atmosphere_ground.h87L
-rw-r--r--src/atmosphere/htrdr_atmosphere_main.c92L
-rw-r--r--src/atmosphere/htrdr_atmosphere_sun.c167L
-rw-r--r--src/atmosphere/htrdr_atmosphere_sun.h74L
-rw-r--r--src/combustion/htrdr_combustion.c706L
-rw-r--r--src/combustion/htrdr_combustion.h61L
-rw-r--r--src/combustion/htrdr_combustion_args.c286L
-rw-r--r--src/combustion/htrdr_combustion_args.h.in158L
-rw-r--r--src/combustion/htrdr_combustion_c.h124L
-rw-r--r--src/combustion/htrdr_combustion_compute_radiance_sw.c992L
-rw-r--r--src/combustion/htrdr_combustion_draw_map.c329L
-rw-r--r--src/combustion/htrdr_combustion_geometry_ray_filter.c75L
-rw-r--r--src/combustion/htrdr_combustion_geometry_ray_filter.h54L
-rw-r--r--src/combustion/htrdr_combustion_laser.c289L
-rw-r--r--src/combustion/htrdr_combustion_laser.h117L
-rw-r--r--src/combustion/htrdr_combustion_main.c93L
-rw-r--r--src/combustion/htrdr_combustion_phase_func.c115L
-rw-r--r--src/combustion/test_htrdr_combustion_laser.c146L
-rw-r--r--src/commands/htrdr_atmosphere_cmd.c30L
-rw-r--r--src/commands/htrdr_combustion_cmd.c30L
-rw-r--r--src/commands/htrdr_planets_cmd.c30L
-rw-r--r--src/core/htrdr.c647L
-rw-r--r--src/core/htrdr.h164L
-rw-r--r--src/core/htrdr_accum.h70L
-rw-r--r--src/core/htrdr_args.c748L
-rw-r--r--src/core/htrdr_args.h.in182L
-rw-r--r--src/core/htrdr_buffer.c140L
-rw-r--r--src/core/htrdr_buffer.h133L
-rw-r--r--src/core/htrdr_c.h126L
-rw-r--r--src/core/htrdr_draw_map.c621L
-rw-r--r--src/core/htrdr_draw_map.h98L
-rw-r--r--src/core/htrdr_geometry.c767L
-rw-r--r--src/core/htrdr_geometry.h116L
-rw-r--r--src/core/htrdr_interface.h89L
-rw-r--r--src/core/htrdr_log.c123L
-rw-r--r--src/core/htrdr_log.h70L
-rw-r--r--src/core/htrdr_materials.c464L
-rw-r--r--src/core/htrdr_materials.h80L
-rw-r--r--src/core/htrdr_proc_work.c267L
-rw-r--r--src/core/htrdr_proc_work.h94L
-rw-r--r--src/core/htrdr_ran_wlen_cie_xyz.c397L
-rw-r--r--src/core/htrdr_ran_wlen_cie_xyz.h80L
-rw-r--r--src/core/htrdr_ran_wlen_discrete.c325L
-rw-r--r--src/core/htrdr_ran_wlen_discrete.h72L
-rw-r--r--src/core/htrdr_ran_wlen_planck.c377L
-rw-r--r--src/core/htrdr_ran_wlen_planck.h67L
-rw-r--r--src/core/htrdr_rectangle.c218L
-rw-r--r--src/core/htrdr_rectangle.h87L
-rw-r--r--src/core/htrdr_sensor.h45L
-rw-r--r--src/core/htrdr_slab.c142L
-rw-r--r--src/core/htrdr_slab.h59L
-rw-r--r--src/core/htrdr_solve_buffer.c593L
-rw-r--r--src/core/htrdr_solve_buffer.h72L
-rw-r--r--src/core/htrdr_spectral.c122L
-rw-r--r--src/core/htrdr_spectral.h170L
-rw-r--r--src/core/htrdr_version.h.in30L
-rw-r--r--src/htrdr.in48L
-rw-r--r--src/planets/htrdr_planets.c839L
-rw-r--r--src/planets/htrdr_planets.h61L
-rw-r--r--src/planets/htrdr_planets_args.c940L
-rw-r--r--src/planets/htrdr_planets_args.h.in181L
-rw-r--r--src/planets/htrdr_planets_c.h169L
-rw-r--r--src/planets/htrdr_planets_compute_radiance.c690L
-rw-r--r--src/planets/htrdr_planets_draw_map.c463L
-rw-r--r--src/planets/htrdr_planets_main.c91L
-rw-r--r--src/planets/htrdr_planets_solve_volrad_budget.c449L
-rw-r--r--src/planets/htrdr_planets_source.c491L
-rw-r--r--src/planets/htrdr_planets_source.h116L
-rw-r--r--src/planets/test_htrdr_planets_source.c348L