https://github.com/geodynamics/citcoms
Revision 0461d2e117ce88704a56dd8bcbf6bf7787991b15 authored by Eh Tan on 08 November 2007, 23:28:46 UTC, committed by Eh Tan on 08 November 2007, 23:28:46 UTC
svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk

........
  r8194 | tan2 | 2007-10-30 14:49:58 -0700 (Tue, 30 Oct 2007) | 1 line
  
  Compute d(rho)/dr/rho from rho(r)
........
  r8195 | tan2 | 2007-10-30 14:50:52 -0700 (Tue, 30 Oct 2007) | 1 line
  
  Fixed a bug in dimensionalizing density. Provided the formula of geoid calculation in the comments. Rearranged the order of functions.
........
  r8196 | tan2 | 2007-10-30 14:53:50 -0700 (Tue, 30 Oct 2007) | 1 line
  
  A post-processing program to project geoid coefficents onto a regular (longitude, latitude) mesh
........
  r8197 | tan2 | 2007-10-30 14:54:14 -0700 (Tue, 30 Oct 2007) | 1 line
  
  Added the C program project_geoid to the makefile
........
  r8199 | tan2 | 2007-10-30 15:29:44 -0700 (Tue, 30 Oct 2007) | 1 line
  
  Minor modification
........
  r8201 | tan2 | 2007-11-01 16:33:30 -0700 (Thu, 01 Nov 2007) | 1 line
  
  Print dv/v=dp/p=1.0 for the 1st Uzawa iteraion
........
  r8202 | tan2 | 2007-11-01 16:33:50 -0700 (Thu, 01 Nov 2007) | 1 line
  
  Fixed an error in comment
........
  r8204 | tan2 | 2007-11-05 17:03:35 -0800 (Mon, 05 Nov 2007) | 1 line
  
  Scaled topo with variable gravity. Fixed an error in comment. Rearranged computation.
........
  r8205 | tan2 | 2007-11-05 17:03:55 -0800 (Mon, 05 Nov 2007) | 1 line
  
  Removed functions related sph. harm in lib/Regional_obsolete.c
........
  r8206 | tan2 | 2007-11-05 17:04:20 -0800 (Mon, 05 Nov 2007) | 1 line
  
  Shrank the size of sph. harm arrays
........
  r8207 | tan2 | 2007-11-05 17:04:43 -0800 (Mon, 05 Nov 2007) | 1 line
  
  Init'd some variables about vtk_io, which might be accessed with uninit'd values in output_finalize()
........
  r8212 | tan2 | 2007-11-06 15:17:54 -0800 (Tue, 06 Nov 2007) | 1 line
  
  Fixed a few memory errors
........
  r8213 | tan2 | 2007-11-06 15:18:12 -0800 (Tue, 06 Nov 2007) | 1 line
  
  Increase vlowstep to match the default value in pyre
........
  r8214 | tan2 | 2007-11-06 15:18:35 -0800 (Tue, 06 Nov 2007) | 1 line
  
  Removed unused multigrid parameters
........
  r8215 | tan2 | 2007-11-06 15:18:54 -0800 (Tue, 06 Nov 2007) | 1 line
  
  Added cgrad solver convergence parameters, increased buoyancy_ratio and lower the # of steps
........
  r8226 | tan2 | 2007-11-07 11:51:56 -0800 (Wed, 07 Nov 2007) | 1 line
  
  Print a warning when matrix eqn solver not converging
........
  r8227 | tan2 | 2007-11-07 11:52:17 -0800 (Wed, 07 Nov 2007) | 1 line
  
  Removed comp_el from default output, since it is not required for restart anymore.
........
  r8228 | tan2 | 2007-11-07 11:52:39 -0800 (Wed, 07 Nov 2007) | 1 line
  
  Decreased the # of processors. This is the only way I can reproduce single-cell convection as in the manual.
........
  r8235 | tan2 | 2007-11-08 11:18:26 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Dereased the timestep size to reduce artifacts in advection
........
  r8236 | tan2 | 2007-11-08 11:18:52 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Update NEWS
........
  r8237 | tan2 | 2007-11-08 11:19:12 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Update the version number
........
  r8241 | tan2 | 2007-11-08 13:17:14 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Updated file ChangeLog to r8240
........
  r8242 | tan2 | 2007-11-08 13:36:55 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Removed binary checkpoint files from makefile, as the file size is too big for distribution.
........
  r8243 | tan2 | 2007-11-08 13:38:09 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Updated file ChangeLog to r8242
........
  r8244 | tan2 | 2007-11-08 14:31:21 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Replaced a system call by std C library remove() and disabled another system call (backup input file). Partially fixed issue130. All remaining system calls are in lib/Output_gzdir.c.
........
  r8245 | tan2 | 2007-11-08 14:41:31 -0800 (Thu, 08 Nov 2007) | 1 line
  
  Updated file ChangeLog to r8244
........

1 parent a828fa9
History
Tip revision: 0461d2e117ce88704a56dd8bcbf6bf7787991b15 authored by Eh Tan on 08 November 2007, 23:28:46 UTC
Merged revisions 8194-8245 via svnmerge from
Tip revision: 0461d2e
File Mode Size
Advection_diffusion.c -rw-r--r-- 28.5 KB
BC_util.c -rw-r--r-- 3.8 KB
Checkpoints.c -rw-r--r-- 13.5 KB
Citcom_init.c -rw-r--r-- 1.8 KB
Composition_related.c -rw-r--r-- 15.3 KB
Construct_arrays.c -rw-r--r-- 23.2 KB
Convection.c -rw-r--r-- 3.7 KB
Determine_net_rotation.c -rw-r--r-- 12.4 KB
Drive_solvers.c -rw-r--r-- 6.8 KB
Element_calculations.c -rw-r--r-- 37.1 KB
Full_boundary_conditions.c -rw-r--r-- 7.4 KB
Full_geometry_cartesian.c -rw-r--r-- 3.3 KB
Full_lith_age_read_files.c -rw-r--r-- 1.3 KB
Full_obsolete.c -rw-r--r-- 27.9 KB
Full_parallel_related.c -rw-r--r-- 44.1 KB
Full_read_input_from_files.c -rw-r--r-- 9.4 KB
Full_solver.c -rw-r--r-- 3.8 KB
Full_sphere_related.c -rw-r--r-- 4.7 KB
Full_tracer_advection.c -rw-r--r-- 109.0 KB
Full_version_dependent.c -rw-r--r-- 13.1 KB
General_matrix_functions.c -rw-r--r-- 28.8 KB
Ggrd_handling.c -rw-r--r-- 8.3 KB
Global_operations.c -rw-r--r-- 21.2 KB
Initial_temperature.c -rw-r--r-- 9.1 KB
Instructions.c -rw-r--r-- 43.0 KB
Interuption.c -rw-r--r-- 1.5 KB
Lith_age.c -rw-r--r-- 13.5 KB
Makefile.am -rw-r--r-- 3.3 KB
Material_properties.c -rw-r--r-- 5.0 KB
Nodal_mesh.c -rw-r--r-- 10.0 KB
Obsolete.c -rw-r--r-- 28.1 KB
Output.c -rw-r--r-- 15.2 KB
Output_gzdir.c -rw-r--r-- 41.0 KB
Output_h5.c -rw-r--r-- 74.4 KB
Pan_problem_misc_functions.c -rw-r--r-- 14.0 KB
Parallel_util.c -rw-r--r-- 1.7 KB
Parsing.c -rw-r--r-- 19.4 KB
Phase_change.c -rw-r--r-- 6.5 KB
Problem_related.c -rw-r--r-- 5.2 KB
Process_buoyancy.c -rw-r--r-- 7.5 KB
Regional_boundary_conditions.c -rw-r--r-- 15.7 KB
Regional_geometry_cartesian.c -rw-r--r-- 2.6 KB
Regional_lith_age_read_files.c -rw-r--r-- 1.4 KB
Regional_obsolete.c -rw-r--r-- 20.9 KB
Regional_parallel_related.c -rw-r--r-- 29.7 KB
Regional_read_input_from_files.c -rw-r--r-- 9.7 KB
Regional_solver.c -rw-r--r-- 4.0 KB
Regional_sphere_related.c -rw-r--r-- 7.7 KB
Regional_tracer_advection.c -rw-r--r-- 30.4 KB
Regional_version_dependent.c -rw-r--r-- 17.8 KB
Shape_functions.c -rw-r--r-- 5.8 KB
Size_does_matter.c -rw-r--r-- 34.5 KB
Solver_conj_grad.c -rw-r--r-- 1.8 KB
Solver_multigrid.c -rw-r--r-- 19.3 KB
Sphere_harmonics.c -rw-r--r-- 10.1 KB
Sphere_util.c -rw-r--r-- 2.9 KB
Stokes_flow_Incomp.c -rw-r--r-- 23.6 KB
Topo_gravity.c -rw-r--r-- 30.3 KB
Tracer_setup.c -rw-r--r-- 50.5 KB
Viscosity_structures.c -rw-r--r-- 31.5 KB
advection.h -rw-r--r-- 1.5 KB
advection_diffusion.h -rw-r--r-- 1.4 KB
checkpoints.h -rw-r--r-- 1.2 KB
citcom_init.h -rw-r--r-- 1.3 KB
composition_related.h -rw-r--r-- 1.4 KB
convection_variables.h -rw-r--r-- 2.0 KB
drive_solvers.h -rw-r--r-- 1.3 KB
element_definitions.h -rw-r--r-- 8.4 KB
global_defs.h -rw-r--r-- 17.8 KB
hdf5_related.h -rw-r--r-- 2.5 KB
initial_temperature.h -rw-r--r-- 1.2 KB
interuption.h -rw-r--r-- 1.1 KB
lith_age.h -rw-r--r-- 1.3 KB
material_properties.h -rw-r--r-- 1.2 KB
output.h -rw-r--r-- 1.5 KB
output_h5.h -rw-r--r-- 1.4 KB
parallel_related.h -rw-r--r-- 1.4 KB
parsing.h -rw-r--r-- 1.8 KB
phase_change.h -rw-r--r-- 1.4 KB
solver.h -rw-r--r-- 2.5 KB
sphere_communication.h -rw-r--r-- 4.5 KB
tracer_defs.h -rw-r--r-- 3.6 KB
viscosity_descriptions.h -rw-r--r-- 3.9 KB

back to top