
Welcome to custEM! — custEM 14.01.2026, custEM version: 1.7.
4 days ago · The Python toolbox custEM is an open-source development for customizable 3D finite-element modeling and inversion of controlled-source, transient, and natural-source electromagnetic …
Installation — custEM 20.05.2024, custEM version: 1.6. documentation
Install dependencies with version tested for compatibility directly with help of the “environment.yml” file provided in the custEM main directory of the code repository.
Tutorials — custEM 14.01.2026, custEM version: 1.7. documentation
This tutorial is a guide to create topography meshes for calculations whit custEM. It is possible to either describe a synthetic topography as f (x, y) or to incorporate real DEM (digital elevation model) data.
custEM.core package — custEM 20.05.2024, custEM version: 1.6.
Can be employed by setting the 4th argument of the bundled input variable solvingapproach (when initialising a custem model) to ‘H_iterative’. The convergence history of the solver (i.e. the residual for …
Development — custEM 14.01.2026, custEM version: 1.7. documentation
Nov 27, 2023 · The custEM toolbox is under steady academic development. Aside from a few exceptions, only one author can spend effort on implementing new features, updating the …
Overview: module code — custEM 14.01.2026, custEM version: 1.7 ...
custEM.core.post_proc_td custEM.core.pre_proc custEM.core.solvers custEM.fem.assembly custEM.fem.calc_primary_boundary_fields custEM.fem.calc_primary_fields custEM.fem.fem_base …
Tips & Tricks — custEM 14.01.2026, custEM version: 1.7. documentation
We recommend running the first modeling or inversion examples to get into custEM. Many useful features such as automated Rx/Tx handling and interpolation, utilitiy functions and others are not …
custEM package — custEM 20.05.2024, custEM version: 1.6.
custEM package custEM.core package Submodules custEM.core.model_base module MOD MOD.handle_exception() MOD.init_default_model_parameters() MOD.init_instances() …
custEM — custEM 20.05.2024, custEM version: 1.6. documentation
[docs] def run_tests(): """ Starting test functions for conda builds. """ import custEM testdir = os.path.dirname(__file__) print(testdir) os.chmod(testdir + '/custEM/tests/run_all_tests.sh', 0o444) …
custEM.meshgen package — custEM 14.01.2026, custEM version: 1.7 ...
custEM.meshgen.meshgen_utils.find_edge_node_ids(frame, mesh, id_offset) [source] Internal utility function for meshgen tools to find the edge node ids of a horizontal 2D mesh for the extension of the …