Overview
elfe3D_GPR is a 3D edge-based Finite Element (FE) software for Ground Penetrating Radar (GPR) geophysical heterogeneous models in the frequency-domain.
Unlike time-domain simulation codes, elfe3D_GPR produces field distributions directly in the frequency-domain based on the input frequencies of interest.
elfe3D_GPR is written in modern Fortran and uses shared-memory parallelisation with OpenMP.
Origin
elfe3D_GPR builds on the elfe3D software developed by Paula Rulff [ELFE3D], [RUL2023], [RUL2021] that simulates diffusive-field problems in Controlled-Source Electromagnetism.
Both elfe3D and elfe3D_GPR are programmed in Fortran 90, that use tetgen [TETGEN], [SI2009] for producing unstructured tetrahedral mesh, and MUMPS [MUMPS], [AME2000] for solving the FE system of linear equations.
The major changes between elfe3D and elfe3D_GPR are as follows:
The boundary value problem
elfe3Dsolves is approximated for low-frequency diffusive fields.elfe3D_GPRnow extends it to the full wave equation of electromagnetism.A Perfectly Matched Layer (PML) is added to absorb outgoing waves from the truncated computational model domain. Specifically, it is a Uniaxial-PML that attenuates outgoing waves with an exact decay function [DIN2025], [FEN2019].
These two major changes have been rigorously developed and described in the master’s thesis written by Chaitanya Singh, and supervised by Paula Rulff and Evert Slob [SIN2025].
Since the thesis, elfe3D_GPR now also includes a Python I/O module for rapid and intuitive input model generation and output processing. You can read more here Inputs and Models.
Citation
If you publish results generated with elfe3D_GPR, please give credit to the elfe3D_GPR developers
by citing the thesis [SIN2025].
Do not forget to acknowledge MUMPS [MUMPS] and tetgen [TETGEN] developers as well.
License
elfe3D_GPR is licensed under the Apache License, Version 2.0 (the
"License"); you may not use any elfe3D_GPR files except in compliance
with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.