Changes between Version 59 and Version 60 of doc/app/userint/int


Ignore:
Timestamp:
Feb 26, 2021 4:30:54 PM (4 years ago)
Author:
wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/int

    v59 v60  
    135135}}}
    136136{{{#!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 [../../parpar#dt_prel dt_prel]).
     137With 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]).
    138138}}}
    139139|----------------
     
    145145}}}
    146146{{{#!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 [../../parpar#dt_prel dt_prel])
     147Here 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])
    148148}}}
    149149|----------------