SearcharxivSearch

arXiv subjects

Matthias K. Gobbert

Publications and source records attributed to Matthias K. Gobbert.

3 recordsLinked to original sources

The First Nozzle-Mounted Compton Camera Prompt Gamma Imaging System for In Vivo Proton Therapy Dose Verification

This study presents the first clinical integration and experimental demonstration of a nozzle-mounted Compton camera prompt gamma imaging (PGI) system for in vivo proton range verification. Four position-sensitive solid-state Compton camera modules, each containing four cadmium zinc telluride (CdZnTe) detector crystals, were integrated into a modified range shifter mounted directly on the treatment nozzle of a clinical proton therapy gantry. This compact fixed-geometry configuration maintained alignment with the proton beam axis throughout irradiation and enabled stable synchronized data acquisition during pencil-beam scanning delivery. The system was evaluated under realistic clinical proton beam delivery conditions using single-energy and spread-out Bragg peak (SOBP) irradiations at gantry angles of 90° and 270°, delivered doses of 2 Gy and 7.5 Gy, and controlled distal range shifts of up to 10 mm. Prompt gamma events were reconstructed into three-dimensional emission distributions using a physics-based Compton scatter reconstruction framework. The system operated reliably during all irradiations and produced reproducible prompt-gamma localization across repeated measurements. Reconstructed emission distributions remained geometrically consistent across gantry angles and demonstrated sensitivity to controlled distal range perturbations, with measurable upstream shifts of the emission hotspot corresponding to reduced proton penetration depth. These results demonstrate the feasibility of a clinically integrated nozzle-mounted quad-camera Compton PGI system for detecting millimeter-scale proton range variations during beam delivery and represent an important step toward clinically deployable prompt gamma-based in vivo treatment verification in proton therapy.

physics.med-ph

A dynamically load-balanced parallel $ p $-adaptive implicit high-order flux reconstruction method for under-resolved turbulence simulation

We present a dynamically load-balanced parallel $ p $-adaptive implicit high-order flux reconstruction method for under-resolved turbulence simulation. The high-order explicit first stage, singly diagonal implicit Runge-Kutta (ESDIRK) method is employed to circumvent the restriction on the time step size. The pseudo transient continuation is coupled with the matrix-free restarted generalized minimal residual (GMRES) method to solve the nonlinear equations at each stage, except the first one, of ESDIRK. We use the spectral decay smoothness indicator as the refinement/coarsening indicator for $ p $-adaptation. A dynamic load balancing technique is developed with the aid of the open-source library ParMETIS. The trivial cost, compared to implicit time stepping, of mesh repartitioning and data redistribution enables us to conduct $ p $-adaptation and load balancing every time step. An isentropic vortex propagation case is employed to study the impact of element weights used in mesh repartitioning on parallel efficiency. We apply the $ p$-adaptive solver for implicit large eddy simulation (ILES) of the transitional flows over a cylinder when Reynolds number (Re) is $ 3900 $ and the SD7003 wing when Re is $ 60000 $. Numerical experiments demonstrate that a significant reduction in the run time (up to $70\%$) and total number of solution points (up to $76\%$) can be achieved with $ p $-adaptation.

physics.comp-ph

Parallelizing Computation of Expected Values in Recombinant Binomial Trees

Recombinant binomial trees are binary trees where each non-leaf node has two child nodes, but adjacent parents share a common child node. Such trees arise in finance when pricing an option. For example, valuation of a European option can be carried out by evaluating the expected value of asset payoffs with respect to random paths in the tree. In many variants of the option valuation problem, a closed form solution cannot be obtained and computational methods are needed. The cost to exactly compute expected values over random paths grows exponentially in the depth of the tree, rendering a serial computation of one branch at a time impractical. We propose a parallelization method that transforms the calculation of the expected value into an "embarrassingly parallel" problem by mapping the branches of the binomial tree to the processes in a multiprocessor computing environment. We also propose a parallel Monte Carlo method which takes advantage of the mapping to achieve a reduced variance over the basic Monte Carlo estimator. Performance results from R and Julia implementations of the parallelization method on a distributed computing cluster indicate that both the implementations are scalable, but Julia is significantly faster than a similarly written R code. A simulation study is carried out to verify the convergence and the variance reduction behavior in the proposed Monte Carlo method.

stat.CO