https://github.com/geodynamics/citcoms

sort by:
Revision Author Date Message Commit Date
2527eb4 modified library and include pathes 12 June 2004, 03:14:45 UTC
17df60f 1. added integer interactor to control the cutting dimension of Slab 2. made the names of interactor more descriptive 3. set the min of slab cutting position to 0 4. set the min and max of slab Autocolor to 0 and 1, respectively 11 June 2004, 06:07:04 UTC
86f07f1 tell cvs to ignore linked source codes in this directory 09 June 2004, 00:40:23 UTC
573c627 disable pressure and stress output 09 June 2004, 00:32:28 UTC
f463789 scripts to get back and combine the surf file (containing x, y, topography, heatflux, vx, vy) 08 June 2004, 08:35:06 UTC
cfb3c92 script to get the coord file 08 June 2004, 08:32:39 UTC
a75c4cf changed the way to generate machine list 08 June 2004, 05:29:03 UTC
f052ee0 Removed hard-wired path. Users have to set CitcomS/visual in their path. 08 June 2004, 04:51:10 UTC
93b0cf6 removed debugging output 08 June 2004, 02:54:30 UTC
cc1226f When the length of machinefile mismatch the number of processors, the script will give a warging and try to match number of processors by applying machinefile multiple times. 08 June 2004, 02:45:05 UTC
8c0e22d environment variables for Pyre-ized CitcomS package. Users need to modify $GEOFRAMEWORK to the installation path 03 June 2004, 04:49:37 UTC
c2873b8 remove unused header file 03 June 2004, 03:30:33 UTC
11db937 fixed a bug in passing int when *int is expected 03 June 2004, 03:28:37 UTC
8e20987 enable journal output 03 June 2004, 03:27:48 UTC
e6ba5b7 throw an exception if selfTest() is failed 03 June 2004, 03:23:39 UTC
1e64276 remove incorrect copyright listing 02 June 2004, 06:59:14 UTC
273bd35 1. added new boolean property 'two_way_communication' in Exchanger.py. If it is false, communication is only one way (coarse to fine). 2. added new boolean properties 'excludeTop' and 'excludeBottom' in FineGridExchanger.py. These two are new construtor arguments of Boundary class. 29 May 2004, 08:19:31 UTC
bc77eab 1. Boundary can be constucted without top or bottom surfaces. This is done through two c'tor argument 'bool excludeTop, excludeBottom'. 2. disable journal 29 May 2004, 04:26:34 UTC
60fb0c5 split 'BC_update_bc()' into 'Visc_update_material()' and 'BC_update_plate_velocity()' 27 May 2004, 06:56:33 UTC
4d21ee7 split 'BC.updateBC()' into 'Visc.updateMaterial()' and 'BC.updatePlateVelocity()' 27 May 2004, 06:55:38 UTC
ce1f445 made "fixed_timestep" and "finetunedt" an inventory property (they were ordinary class member). 27 May 2004, 06:53:35 UTC
f9205b6 using relative path to the data files 26 May 2004, 05:41:02 UTC
203a69b basic OpenDX network script to visualize result from regional version of CitcomS 26 May 2004, 05:34:05 UTC
495edbc added new sample files for visualization 26 May 2004, 05:24:01 UTC
5a1404f journal is known to leak memory. Commented out journal output before the leak is fixed. 25 May 2004, 07:29:30 UTC
8c2c48b added support to read vel_bc files at every timestep 25 May 2004, 03:32:06 UTC
acef9b4 added function name in the argument to PyArg_ParseTuple() 25 May 2004, 03:30:44 UTC
11126f8 tell cvs to ignore files generated by citcoms output 25 May 2004, 03:27:53 UTC
f8821e0 Two types of temperature b.c: upwind/normal. In upwind bc, bc can be either fixed temperature/heatflux depending on the direction of flow. In normal bc, bc is always fixed temperature. After more testing, I found normal bc works better than upwind bc. 25 May 2004, 02:59:29 UTC
9a098a5 'side_sbc' is applicable in regional version only. add a sanity check here. also remove some (incorrect) conditional #include 24 May 2004, 02:13:35 UTC
900d0e4 fully implemented stress_conform_bcs() and moved it from Boundary_conditions.c to Topo_gravity.c 24 May 2004, 02:10:26 UTC
5217e91 add missing parameter 'perturblayer' 24 May 2004, 01:45:00 UTC
aef5560 * bindings for VOutlet, which sends only the velocity to a sink. 19 May 2004, 04:21:05 UTC
90280bc * Binding for VOutlet created: this send only the velocity to a sink. 19 May 2004, 04:18:13 UTC
f49bbbf * a class added for exchanging only the velocity. 19 May 2004, 04:15:26 UTC
4611747 macro that takes two data and plot them as two glyphs that has the same size (eg. length of arrow) scale. The shape (eg. the thickness of arrow) cannot be scaled automaticly though. 19 May 2004, 03:40:39 UTC
73b144c input1: origin of sphere; default=[0 0 0] input2: radius of sphere; default=0.5 output: sphere object 19 May 2004, 03:38:12 UTC
af8b730 * Updated the package name in the Doxygen docs 13 May 2004, 02:10:56 UTC
48d6d34 Added two more inputs. One is an integer indicating the starting cap number. The other is an integer indicating the ending cap number. The default is 0-11, ie. all caps. If you wanna plot some specific caps only, change these two values. 13 May 2004, 02:05:16 UTC
41354ec Changed the order of 'grid'. Now it is YXZ. Don't know why, but the old XYZ ordering doesn't work. 13 May 2004, 02:01:39 UTC
95e9181 * OpenDX macros for importing CitcomS data file * how to use: 1. create the 'cap' files and '.general' files using scripts in CitcomS/visual/ directory. 2. use CitcomSImport to import single cap-file. use CitcomSFullImport to import 12 cap-files. 12 May 2004, 02:32:43 UTC
a5213b3 [vcp] delete of edited revision with dead state 23 August 2005, 03:30:21 UTC
41c1f87 obsolete classes 12 May 2004, 01:36:12 UTC
b7bc40e modified these classes using new base exchanger. these classes are not used currently and I didn't write any binding for them. 12 May 2004, 01:35:24 UTC
94e033b * using new c++ class hierarchy 11 May 2004, 14:59:31 UTC
4e9ac75 [vcp] delete of edited revision with dead state 23 August 2005, 03:30:05 UTC
dc2b4ce * New class hierarchy. All base classes are moved to packages/Exchanger, so does non-CitcomS-specific utility classes. * Removed 'mode' argument in VTInlet and VTOutlet c'tors. Every Inlet and Outlet class is reponsible for only one job. * Merged all Interpolator into CitcomInterpolator * Merged all Source into CitcomSource 11 May 2004, 14:55:30 UTC
4e46edd impose temperature b.c. when flow is toward into my domain. Otherwise, impose no-heatflux b.c. 08 May 2004, 01:44:08 UTC
b3b0a09 changed default initial temperature field -- a hot spherical blob below the fine mesh 08 May 2004, 01:41:46 UTC
42ca010 added another self test. This test will make sure that every mesh node is interpolated. 01 May 2004, 01:41:32 UTC
5a4678c remove debug print out 30 April 2004, 05:19:37 UTC
4cc71a7 implemented imposeSV(), passed benchmark. 30 April 2004, 04:41:25 UTC
f486e64 fixed a bug in accessing E->gstress array 30 April 2004, 04:36:41 UTC
4aaeb40 After stress is calculated, replace stress of boundary nodes with boundary conditions (if stress BC is specified). This is partially done in Regional version (if E->control.side_sbcs is on, should use different bc arrays). Not implemented in Full version. 30 April 2004, 04:35:30 UTC
306cd26 Commiting Doxygen config file to build the documents for the exchanger 30 April 2004, 03:40:53 UTC
02d950d side_sbcs default to False 29 April 2004, 07:23:45 UTC
197fa82 E->control.side_sbcs default to 0 29 April 2004, 07:23:02 UTC
ebd843b added new function output_stress() 29 April 2004, 07:21:35 UTC
79c80e3 added some comment for initial temperature in spherical harmonic for future reference 29 April 2004, 07:13:38 UTC
2fe66a4 [vcp] delete of edited revision with dead state 23 August 2005, 03:29:17 UTC
7b795db update the scripts that executes pyreized versions 24 April 2004, 05:15:42 UTC
4103701 export binary executable 24 April 2004, 04:15:20 UTC
a834061 export binary 23 April 2004, 03:52:02 UTC
60e1524 bug fix 17 April 2004, 02:12:52 UTC
926c4ab add 'side_sbcs' to property list 16 April 2004, 08:17:14 UTC
b02f642 use SVTInlet and SVTOutlet as BC 16 April 2004, 07:08:14 UTC
4646c9e add SVTOutlet and SVTInlet classes and their bindings. These classes are for CitcomS-CitcomS coupling, b.c. with temperature, normal velocity and shear traction 16 April 2004, 07:05:50 UTC
387b7d9 add SVTOutlet and SVTInlet classes and their bindings. These classes are for CitcomS-CitcomS coupling, b.c. with temperature, normal velocity and shear traction 16 April 2004, 07:03:50 UTC
c0b0542 add some journal debug output 16 April 2004, 07:01:40 UTC
38a46cf rearranged the order of stress vector so that it conforms with Hugh's convention | 1 4 5 | stress =| 4 2 6 | | 5 6 3 | 16 April 2004, 01:39:53 UTC
581ce4c remove the empty file, Process_velocity.c, from the repository 16 April 2004, 01:35:04 UTC
4970458 1. move get_surf_stress() from Process_velocity.c to Topo_gravity.c 2. move get_ele_visc() from Process_velocity.c to Obsolete.c 16 April 2004, 01:33:19 UTC
f4f9b8e implement interpolateStress() 15 April 2004, 03:12:13 UTC
32e56c3 implement interpolateStress() 15 April 2004, 03:06:24 UTC
ccfa182 1. add a new constant, 'STRESS_DIM', for the dimension of stress (=6 in 3D) 2. in Interpolator and Source, stress has correct dimension now 3. add virtual function 'interpolateDisplacement' in Source 15 April 2004, 02:41:38 UTC
28f7c57 convert b.c. data structure to support traction b.c. on all sides of a element 15 April 2004, 01:29:00 UTC
15eaf18 bug fix 13 April 2004, 06:30:13 UTC
1dce9b6 modify get_elt_tr() so that it computes traction per side, not per element. Also, some minor speed improvement. 13 April 2004, 06:23:57 UTC
538ffe8 changes in interfaces of construct_side_c3x3matrix_el() and get_global_side_1d_shape_fn() 10 April 2004, 08:05:46 UTC
b5966b9 change the interface of get_global_side_1d_shape_fn(): NS and far is replaced by side 10 April 2004, 08:03:22 UTC
66beb3f 1. change interface of construct_side_c3x3matrix_el(): NS, far is replaced by side 2. in get_elt_tr(), traction is only imposed on top/bottom sides (will relax this constraint later) 10 April 2004, 07:49:34 UTC
01fc334 bug fix 10 April 2004, 07:00:06 UTC
e66a3bc move get_elt_h() from Element_calculations.c to Obsolete.c 10 April 2004, 06:56:06 UTC
9f4b554 1. finished get_elt_tr(), which computes RHS vector contributed to traction b.c. 2. remove declaration of unused variables 10 April 2004, 06:31:48 UTC
d1b0fa3 1. finished construct_bdry_det() 2. modify other functions related to sides 3. remove declaration unused variables 10 April 2004, 06:20:35 UTC
b20b689 add/change side definition 10 April 2004, 06:19:01 UTC
dd41c22 fixed a bug in calculating RHS force vector due to boundary velocity 10 April 2004, 02:05:21 UTC
bc3e7ca undo previous (uninit'd memory) bug fix -- it is not a bug 10 April 2004, 01:39:30 UTC
03c60e9 fixed a bug in initializing array 09 April 2004, 07:13:13 UTC
e5bac2d minor modification to previous check-in 06 April 2004, 02:36:44 UTC
eb23f37 sometimes after coordinate conversion, surface nodes of different solvers won't line up, need this special treatment -- if x is a little bit above my top surface, move it back to the surface 05 April 2004, 06:03:39 UTC
b3c03c9 in sphere_launch(), call construct_bdry_det() to compute (6-side) surface determinants of boundary elements 29 March 2004, 07:31:53 UTC
b817c82 usage of VTOutlet and VTInlet is replaced by TractionInlet and TractionOutlet. Goal: impose normal velocity and shear traction as bounary conditions 29 March 2004, 07:22:42 UTC
6a82ef1 bug fix 29 March 2004, 07:20:55 UTC
10e9329 1. TractionOutlet c'tor has a new argument to specify 'mode'. Avaiable modes are: 'F': send traction only 'V": send velocity only (this is somewhat duplicated with VTOutlet) 'FV": send both traction and velocity 2. TractionSource and TractionInterpolateor have to know how to interpolate velocity (because of 1) 3. remove domian_cutout() 4. restructure TractionInterpolateor class to reuse CitcomS library 29 March 2004, 07:19:00 UTC
c687d82 add bindings to TractionOutlet and TractionInlet 29 March 2004, 07:05:44 UTC
9722dea add new class TractionInlet and its bindings 29 March 2004, 07:05:19 UTC
e601f16 send/recv/broadcast normal array as well 29 March 2004, 07:01:57 UTC
b00c8c6 changed from $TOOLS_DIR/lib to $TOOL_LIBDIR 27 March 2004, 08:10:56 UTC
b82897d 1. extract repeated codes to a new function add_force() 2. remove unused variables 3. add new function to compute RHS of momemtum eqn due to traction b.c. (not finished yet) 27 March 2004, 08:04:44 UTC
back to top