Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/geodynamics/citcoms
26 October 2024, 18:30:49 UTC
  • Code
  • Branches (31)
  • Releases (16)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/CitcomS
    • refs/heads/CitcomS-2_x
    • refs/heads/compressible
    • refs/heads/cxx
    • refs/heads/eheien
    • refs/heads/eheien_dev
    • refs/heads/gui-launcher-branch
    • refs/heads/kommu/aspect-citcom-benchmarks
    • refs/heads/master
    • refs/heads/python-removal
    • refs/heads/rajesh-petsc
    • refs/heads/rajesh-petsc-schur
    • refs/heads/rajesh_dev
    • refs/heads/v2
    • refs/heads/v2.2
    • refs/heads/v3.0
    • refs/heads/v3.1
    • refs/remotes/svn/CitcomS
    • refs/remotes/svn/CitcomS-2_x
    • refs/remotes/svn/compressible
    • refs/remotes/svn/cxx
    • refs/remotes/svn/eheien
    • refs/remotes/svn/eheien_dev
    • refs/remotes/svn/gui-launcher-branch
    • refs/remotes/svn/trunk
    • refs/remotes/svn/v2
    • refs/remotes/svn/v2.2
    • refs/remotes/svn/v3.0
    • refs/remotes/svn/v3.1
    • refs/tags/v3.3.0
    • refs/tags/v3.3.1
    • v3.2.0
    • v3.1.2
    • v3.1.1
    • v3.1.0
    • v3.0.2
    • v3.0.1
    • v3.0.0b
    • v3.0.0
    • v2.2.2
    • v2.2.1
    • v2.2.0
    • v2.1.0
    • v2.0.2
    • v2.0.1
    • pre-2.0
    • 3.2.0
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • snapshot
origin badgerevision badge
swh:1:rev:4eaf0dce8350a336dd310a788f96f236db7f0d7f
origin badgesnapshot badge
swh:1:snp:6144a327b54924075059de040a51fd832e5692cc
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...

sort by:
RevisionAuthorDateMessageCommit Date
4eaf0dc Eh Tan08 September 2008, 19:18:16 UTCUpdated ChangeLog to r1282608 September 2008, 19:18:16 UTC
b20f4d7 Eh Tan05 September 2008, 23:59:16 UTCUpdated version number05 September 2008, 23:59:16 UTC
e28b097 Eh Tan05 September 2008, 23:37:12 UTCUpdated file NEWS for v3.0.305 September 2008, 23:37:12 UTC
912fb7e Eh Tan05 September 2008, 20:25:45 UTCMerged revisions 12804 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r12804 | tan2 | 2008-09-04 13:18:53 -0700 (Thu, 04 Sep 2008) | 2 lines Fixed issue 158: incorrect E->control.fi_max with coor=1 ........05 September 2008, 20:25:45 UTC
91aba94 Eh Tan05 September 2008, 19:46:12 UTCMerged revisions 12272-12276 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r12272 | tan2 | 2008-06-18 18:04:06 -0700 (Wed, 18 Jun 2008) | 6 lines Compute E->surf_det (top surface area, ie. surface jacobian, of an element) on a unit sphere. Use E->surf_det, instead of the surface jacobian returned by get_global_1d_shape_fn(), to expand spherical harmonics. The surface jacobian returned by get_global_1d_shape_fn() is defined at the top radius of the current mesh. When nprocz>1, the top radius is not the same as the outer radius of the sphere for processors. As a result, the spherical harmonics expansion gave incorrect result when nprocz>1 in the previous revisions. ........ r12273 | tan2 | 2008-06-18 18:05:12 -0700 (Wed, 18 Jun 2008) | 2 lines Send geoid arrays to vertical columns of processors. After this fix, the geoid output is the same for nprocz=1 and nprocz>1. ........ r12276 | tan2 | 2008-06-19 14:42:27 -0700 (Thu, 19 Jun 2008) | 2 lines Added debugging (but disabled) function for spherical harmonics expansion. ........05 September 2008, 19:46:12 UTC
e558725 Eh Tan19 June 2008, 23:19:45 UTCUsing firewall channel for the error to stop the code. Replaced MPI_COMM_WORLD by E->parallel.world. MPI_COMM_WORLD is the global communicator. E->parallel.world is the communicator for the current solver. These two are different in a coupled run. Before this fix, full-regional coupling will dead lock. Merged from trunk r12203,1220719 June 2008, 23:19:45 UTC
e0c0a55 Eh Tan19 June 2008, 23:10:08 UTCChecked the validity of input. Merged from trunk r12177.19 June 2008, 23:10:08 UTC
e2ef7c3 Eh Tan19 June 2008, 23:06:21 UTCFixed typo in memory allocation procedure that led to core dump. Fixed the order of input arguments to match the manual. Merged from trunk r12062,12184,12279.19 June 2008, 23:06:21 UTC
8d79f37 Eh Tan19 June 2008, 23:02:43 UTCClose trace_log files when finalizing. Merged from trunk r11332.19 June 2008, 23:02:43 UTC
d192381 Eh Tan07 March 2008, 19:48:47 UTCUpdate ChangeLog upto r1129007 March 2008, 19:48:47 UTC
d454520 Eh Tan07 March 2008, 19:33:26 UTCUpdate NEWS and version number for v3.0.207 March 2008, 19:33:26 UTC
e62654f Eh Tan28 February 2008, 20:53:10 UTCMerged revisions 11280 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r11280 | tan2 | 2008-02-27 17:03:50 -0800 (Wed, 27 Feb 2008) | 4 lines Removed artificial tolerance of empty elements. This greatly decreases the minimal number of tracers per element required for a given mesh. This fixed issue140. ........28 February 2008, 20:53:10 UTC
7951892 Eh Tan28 February 2008, 20:51:07 UTCMerged revisions 11219 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r11219 | tan2 | 2008-02-20 17:01:09 -0800 (Wed, 20 Feb 2008) | 2 lines Fixed issue139. Bug for tracers near South pole. ........28 February 2008, 20:51:07 UTC
87c4530 Eh Tan28 February 2008, 20:46:31 UTCMerged revisions 9216 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r9216 | tan2 | 2008-02-04 12:40:45 -0800 (Mon, 04 Feb 2008) | 7 lines Fixed a regression reported by Lydia Dicaprio. The initial temperature should be constructured in this order: 1. if tic_method=-1, read from velo files. 2. if lith_age=1, read/constructed from lith_age files. 3. otherwise, call {full,regional}_construct_tic_from_input() ........28 February 2008, 20:46:31 UTC
87e7a0a Eh Tan28 February 2008, 20:40:59 UTCFixing Issue131: Compilation error in CitcomS-3.0.1 HDF5 support Merged revisions 8893 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r8893 | tan2 | 2007-12-17 14:06:06 -0800 (Mon, 17 Dec 2007) | 1 line Fixed phase change width ........28 February 2008, 20:40:59 UTC
798eb0d Eh Tan12 November 2007, 23:03:09 UTCUpdated file ChangeLog to r8281.12 November 2007, 23:03:09 UTC
c2f28aa Eh Tan12 November 2007, 22:50:32 UTCMerged revisions 8173-8193,8198,8200,8203,8208-8211,8216-8225,8229-8234,8238-8240,8246-8274,8276-8280 via svnmerge from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk ........ r8278 | tan2 | 2007-11-12 14:38:36 -0800 (Mon, 12 Nov 2007) | 1 line Added mishing header file to the makefile, also avoided compiling unused code. ........ r8279 | tan2 | 2007-11-12 14:42:56 -0800 (Mon, 12 Nov 2007) | 1 line Updated the version number and file NEWS ........12 November 2007, 22:50:32 UTC
4cab4ca Eh Tan12 November 2007, 22:49:46 UTCBlocked revisions 8275 via svnmerge ........ r8275 | becker | 2007-11-11 12:37:22 -0800 (Sun, 11 Nov 2007) | 3 lines Synching with the new release, none of those changes should be relevant. ........12 November 2007, 22:49:46 UTC
0461d2e Eh Tan08 November 2007, 23:28:46 UTCMerged revisions 8194-8245 via svnmerge from 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 ........08 November 2007, 23:28:46 UTC
a828fa9 Eh Tan08 November 2007, 23:25:03 UTCInitialized merge tracking via "svnmerge" with revisions "1-8172" from svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk08 November 2007, 23:25:03 UTC
66cf530 Eh Tan22 October 2007, 20:59:54 UTCBranch for v3.0 maintenance22 October 2007, 20:59:54 UTC
8102449 Eh Tan22 October 2007, 20:57:45 UTCUpdated file ChangeLog to r817022 October 2007, 20:57:45 UTC
26c3d4a Eh Tan22 October 2007, 20:26:44 UTCUpdated NEWS22 October 2007, 20:26:44 UTC
a05de44 Eh Tan22 October 2007, 19:46:26 UTCMinor update22 October 2007, 19:46:26 UTC
7823da3 Eh Tan22 October 2007, 19:44:28 UTCSimpilify INSTALL22 October 2007, 19:44:28 UTC
4832d3d Eh Tan22 October 2007, 19:03:41 UTCEliminated unnecessary computation22 October 2007, 19:03:41 UTC
e8a9d98 Eh Tan22 October 2007, 19:03:00 UTCVariable material properties in latent heat correction on adiabatic cooling22 October 2007, 19:03:00 UTC
5b2e55b Eh Tan22 October 2007, 19:02:29 UTCAdded some comments22 October 2007, 19:02:29 UTC
a27d3c6 Eh Tan19 October 2007, 19:24:45 UTCRenamed control.width* -> control.inv_width* for clarity19 October 2007, 19:24:45 UTC
88a2e23 Eh Tan18 October 2007, 18:53:49 UTCRenamed coupler inventory: dimensional -> si_unit and transformational -> cartesian18 October 2007, 18:53:49 UTC
f614f83 Eh Tan17 October 2007, 22:44:38 UTCMinor change in the examples17 October 2007, 22:44:38 UTC
25c9b53 Eh Tan17 October 2007, 20:56:25 UTCAdded comments on where C code is replaced by python code in Citcom.c17 October 2007, 20:56:25 UTC
8d2bbbe Eh Tan17 October 2007, 20:55:17 UTCPut the rest of r8111 back17 October 2007, 20:55:17 UTC
9676e09 Eh Tan17 October 2007, 20:33:21 UTCFixed input diffusivity parameter in the examples, from r8111.17 October 2007, 20:33:21 UTC
69e4ad8 Eh Tan17 October 2007, 20:32:54 UTCAdded back minor modification from r811117 October 2007, 20:32:54 UTC
7732890 Eh Tan17 October 2007, 18:40:42 UTCFixed a typo in the example17 October 2007, 18:40:42 UTC
6a8e4b5 Eh Tan17 October 2007, 18:36:29 UTCFixed a bug in remove_rigid_rot()17 October 2007, 18:36:29 UTC
93471fe Eh Tan17 October 2007, 18:35:03 UTCRoll back r8111, reading velo files for init. temperature stays as tic_method=-1. Other changes in r8111 will be put back later.17 October 2007, 18:35:03 UTC
1602d87 Thorsten Becker13 October 2007, 19:07:53 UTCFixed rigid rotation code bug. Added restart=2 option which will not use checkpoints, but tic_method=-1 style temperature input (formally realized via tic_method=-1, but this should be cleaner) fixed input diffusivity parameter in full example file.13 October 2007, 19:07:53 UTC
334bd72 Eh Tan12 October 2007, 20:24:17 UTCTurn off monitor_max_T in the test12 October 2007, 20:24:17 UTC
fdf7f72 Eh Tan12 October 2007, 20:23:53 UTCBoundary class is for regional model only, add a checking for it.12 October 2007, 20:23:53 UTC
17b3276 Eh Tan11 October 2007, 01:23:50 UTCCookbook 9: nested solver coupling + coor_refine + tsolver tuning11 October 2007, 01:23:50 UTC
0f0b81a Thorsten Becker11 October 2007, 00:03:40 UTCWiser now, commented in the E->fp output11 October 2007, 00:03:40 UTC
4af480b Thorsten Becker10 October 2007, 23:40:38 UTCAdded coor=3 option for radial node spacing a la CitcomCU. Streamlined ggrd temperature init. Added file flush to heat flow output.10 October 2007, 23:40:38 UTC
9c14928 Eh Tan10 October 2007, 21:00:13 UTCAdd an assertion10 October 2007, 21:00:13 UTC
3c5bee2 Eh Tan10 October 2007, 20:11:00 UTCRemove rigid body rotation from the velocity solution from global model. A input parameter 'solver.vsolver.remove_rigid_rotation', default to on, indicate whether to remove the rigid body rotation. For free-slip model, this parameter should be on. For model with imposed plate velocity, it is advised to turn off this parameter.10 October 2007, 20:11:00 UTC
ee814bc Eh Tan05 October 2007, 20:02:02 UTCRenamed excludeTop -> exclude_top, and excludeBottom -> exclude_bottom. (No other CitcomS parameter uses CamelCase.) Reworked the interaction of initial temperature and coupling. Created a new parameter exchange_initial_temperature.05 October 2007, 20:02:02 UTC
b0f818a Eh Tan05 October 2007, 20:00:32 UTCStrengthen the default convergence criterion for the 3rd iteration in compressible cg solver05 October 2007, 20:00:32 UTC
72ad845 Eh Tan05 October 2007, 19:58:54 UTCDisable a debugging output05 October 2007, 19:58:54 UTC
4bcf0ad Eh Tan05 October 2007, 19:58:31 UTCAdd licence text to the multi-couplers05 October 2007, 19:58:31 UTC
820d139 Eh Tan05 October 2007, 19:57:48 UTCTurn off filter_temp by default since it's not in the energy equation05 October 2007, 19:57:48 UTC
4e87245 Thorsten Becker04 October 2007, 19:35:04 UTCFxied material assignment bug in PDEPV (0 vs. 1 array issue...)04 October 2007, 19:35:04 UTC
cc73a80 Eh Tan01 October 2007, 20:38:22 UTCUpdated the cookbook scripts01 October 2007, 20:38:22 UTC
f4f2b13 Eh Tan01 October 2007, 19:26:40 UTCAdded Cookbook8 for compressible model + geoid + checkpoint + vsolver tuning01 October 2007, 19:26:40 UTC
ae31e95 Thorsten Becker28 September 2007, 23:36:15 UTCFixed restart I/O bug in Output_gzdir.28 September 2007, 23:36:15 UTC
e429e26 Eh Tan27 September 2007, 19:33:57 UTCAdded function prototype and fixed a few errors27 September 2007, 19:33:57 UTC
a79e4a9 Eh Tan27 September 2007, 19:07:57 UTCShrink the size of checkpoint files27 September 2007, 19:07:57 UTC
02acf94 Eh Tan27 September 2007, 19:07:33 UTCEnable coor_refine for regional model, only radial coordinate is refined27 September 2007, 19:07:33 UTC
e29d3c2 Eh Tan25 September 2007, 19:40:08 UTCFixed a bug in vtkio25 September 2007, 19:40:08 UTC
f392355 Eh Tan25 September 2007, 01:31:30 UTCIntroducing choice of reference state: When solver.param.reference_state=0, the reference state is read from a file (solver.param.refstate_file) When solver.param.reference_state=1 (default), the reference state is calculated using Adams-Williamson equation of state.25 September 2007, 01:31:30 UTC
4170440 Eh Tan24 September 2007, 21:29:24 UTCDetect the presence of libz and enable ascii-gz at configure time24 September 2007, 21:29:24 UTC
95c453f Eh Tan24 September 2007, 21:28:26 UTCComment out varialbe thermal conductivity. Removed unused struct members.24 September 2007, 21:28:26 UTC
e4cd242 Eh Tan24 September 2007, 21:28:05 UTCMultiply rho*cp to DT/dt24 September 2007, 21:28:05 UTC
6a4ff8e Eh Tan19 September 2007, 20:34:37 UTCDon't write to log file, since only rank-0 proc can access it19 September 2007, 20:34:37 UTC
37b7dd0 Eh Tan19 September 2007, 20:34:22 UTCSet default value for tracer/composition flags earlier19 September 2007, 20:34:22 UTC
a3387ca Eh Tan19 September 2007, 20:33:42 UTCShrink the size of arrays19 September 2007, 20:33:42 UTC
3488a3f Eh Tan19 September 2007, 20:31:11 UTCShrink the size of arrays19 September 2007, 20:31:11 UTC
37e37f8 Eh Tan19 September 2007, 20:30:44 UTCFixed uninit'd heat flux and geoid arrays bugs, as reported by valgrind19 September 2007, 20:30:44 UTC
dec899b Thorsten Becker19 September 2007, 00:28:00 UTCMinor bug fix in Output_gzidir, output_heating function didn't work.19 September 2007, 00:28:00 UTC
c89da81 Eh Tan18 September 2007, 23:08:06 UTCFixed a memory bug in checkpoint18 September 2007, 23:08:06 UTC
995fff8 Eh Tan18 September 2007, 23:07:48 UTCSetup composition for regional model18 September 2007, 23:07:48 UTC
f23ffbf Leif Strand18 September 2007, 01:52:50 UTCFix for Issue129: "CitcomS configured without exchanger still links with -lExchanger". Also, use CIT_HEADER_MPI so that configuring --with-exchanger using MPICH2 works (see Issue14 and Issue57).18 September 2007, 01:52:50 UTC
a2fd2a4 Eh Tan17 September 2007, 20:30:30 UTCGeneralized init. composition from neighbors for multi-component composition17 September 2007, 20:30:30 UTC
c10e388 Eh Tan17 September 2007, 19:07:29 UTCUsing neighboring elements to determine the initial composition, if only a few elements are empty.17 September 2007, 19:07:29 UTC
e1af673 Eh Tan15 September 2007, 00:17:24 UTCRevert accidental commit in part of r795715 September 2007, 00:17:24 UTC
94cd779 Eh Tan14 September 2007, 23:39:59 UTCRearranged computation of latent heat and the test condition of phase change14 September 2007, 23:39:59 UTC
fedce4a Eh Tan14 September 2007, 23:11:46 UTCAdded the contribution of latent heat to the diffusion term14 September 2007, 23:11:46 UTC
ffe1a6f Eh Tan14 September 2007, 23:11:27 UTCReplace abs() by fabs()14 September 2007, 23:11:27 UTC
d4bc483 Eh Tan14 September 2007, 23:10:59 UTCConsevert energy (sum of rho*cp*T) instead of temperature (sum of T) in the Lenardic filter, also fixed a long-standing bug (abs -> fabs)14 September 2007, 23:10:59 UTC
d13bdd5 Eh Tan14 September 2007, 23:09:14 UTCChanged the magic numbers (0.0 and 1.0) to const variables, reindent the code.14 September 2007, 23:09:14 UTC
9189bab Eh Tan13 September 2007, 22:36:57 UTCComment out adiabatic temperature profile for now, since it is not used in the code.13 September 2007, 22:36:57 UTC
fcd95c8 Eh Tan12 September 2007, 19:24:56 UTCFixed a problem when the input string is empty12 September 2007, 19:24:56 UTC
249d790 Eh Tan12 September 2007, 19:24:29 UTCAdded heating file to optional output12 September 2007, 19:24:29 UTC
cb39951 Eh Tan12 September 2007, 19:24:15 UTCKeep the load vector intact in the bicg solver12 September 2007, 19:24:15 UTC
0b02b96 Eh Tan12 September 2007, 19:23:56 UTCUsing drand48() instead of rand() to improve the quality of random tracers. Added some debugging output if the tracer count is low.12 September 2007, 19:23:56 UTC
f8219a2 Eh Tan12 September 2007, 19:22:05 UTCAdd new input boolean parameter 'itracer_warnings'. Default to on. When it is off, the exit condition of tracer is relaxed.12 September 2007, 19:22:05 UTC
6b934e2 Eh Tan12 September 2007, 19:19:50 UTCRemoved the test for F=0 load vector bug. The bug was fixed in r7940.12 September 2007, 19:19:50 UTC
d6e4a43 Eh Tan07 September 2007, 22:53:22 UTCFixed tsolver. Fixed a bug in TMass and another in convert element # to nz.07 September 2007, 22:53:22 UTC
0d53949 Eh Tan05 September 2007, 22:35:30 UTCFixed a few memory problems. Shrink the size of several arrays related to Stokes eqn. Moved jacobi() to Obsolete.c05 September 2007, 22:35:30 UTC
7273549 Eh Tan05 September 2007, 22:21:12 UTCForgot to update surfacee_tem05 September 2007, 22:21:12 UTC
c77dfd0 Eh Tan05 September 2007, 22:20:46 UTCSet the min of 2nd strain rate invariant to 1e-16 to prevent infinite viscosity when SDEPV=on05 September 2007, 22:20:46 UTC
681786d Eh Tan05 September 2007, 22:20:08 UTCInit'd timestep variables05 September 2007, 22:20:08 UTC
e3ccb79 Thorsten Becker04 September 2007, 23:09:14 UTCAdded test for F=0 load vector bug, moved open_qfiles to after set_elapsed time.04 September 2007, 23:09:14 UTC
e3f6845 Eh Tan29 August 2007, 23:50:51 UTCForgot to update the makefile29 August 2007, 23:50:51 UTC
4b3831f Eh Tan29 August 2007, 23:39:17 UTCRemoved unused velocity bc files29 August 2007, 23:39:17 UTC
f0d9ebe Eh Tan29 August 2007, 23:18:52 UTCRestructing the repository layout for CitcomS documentation29 August 2007, 23:18:52 UTC
e06f544 Eh Tan29 August 2007, 20:55:12 UTCForgot to update r790229 August 2007, 20:55:12 UTC
3711a41 Eh Tan29 August 2007, 20:48:05 UTCReplaced output_open() with output_open_mode() Append the log and time files if restarting29 August 2007, 20:48:05 UTC
a981bca Eh Tan29 August 2007, 20:47:28 UTCMinor fix29 August 2007, 20:47:28 UTC
d1f0b86 Thorsten Becker29 August 2007, 01:46:41 UTCMissed to merge one modification after the conflict.29 August 2007, 01:46:41 UTC
  • Newer
  • Older

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top