Searched refs:pulse_width (Results 1 – 1 of 1) sorted by relevance
31 PetscReal pulse_width; member526 if (time < rectx->pulse_start || time > rectx->pulse_start + 3 * rectx->pulse_width) *rho = 0; in pulseSrc()528 …double x = PetscSinReal((time - rectx->pulse_start) / (3 * rectx->pulse_width) * 2 * PETSC_PI - PE… in pulseSrc()529 *rho = rectx->pulse_rate * x / (3 * rectx->pulse_width); in pulseSrc()551 rectx->pulse_width = 1; in ProcessREOptions()592 …idth_time", "Width of pulse 'pulse' source", "none", rectx->pulse_width, &rectx->pulse_width, NULL… in ProcessREOptions()