Changes between Version 59 and Version 60 of doc/app/userint/int
- Timestamp:
- Feb 26, 2021 4:30:54 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/int
v59 v60 135 135 }}} 136 136 {{{#!td 137 With this routine e.g. size and color of particles, which have been released initially from a source, can be specified. Like the calling routine {{{init_particles}}}, this routine is only called if particle advection is switched on (see package parameter [../../par par#dt_prel dt_prel]).137 With this routine e.g. size and color of particles, which have been released initially from a source, can be specified. Like the calling routine {{{init_particles}}}, this routine is only called if particle advection is switched on (see package parameter [../../particle_parameters#dt_prel dt_prel]). 138 138 }}} 139 139 |---------------- … … 145 145 }}} 146 146 {{{#!td 147 Here the particles can be assigned new attributes (diameter, color etc.) after each time step. Like the calling routine {{{advec_particles}}}, this routine is only called if particle advection is switched on (see package parameter [../../par par#dt_prel dt_prel])147 Here the particles can be assigned new attributes (diameter, color etc.) after each time step. Like the calling routine {{{advec_particles}}}, this routine is only called if particle advection is switched on (see package parameter [../../particle_parameters#dt_prel dt_prel]) 148 148 }}} 149 149 |----------------