Merge pull request #334 from OpenSEMBA/tests-time-domain-default-behavior Adds test to check time domain default behavior.#345
Merged
lmdiazangulo merged 80 commits intomainfrom Mar 28, 2026
Merged
Conversation
- getSingleVolumeInElementsIds now returns early (with empty result) after reporting errors, preventing out-of-bounds memory access. Added explicit check for empty elementIds array in addition to the existing size != 1 check. - readPlanewave guards against empty result from getSingleVolumeInElementsIds before accessing coord arrays. - errorreport.F90: add public isFatalError() and resetFatalError() accessors to allow tests to check the error state. - Add test for planewave with empty elementIds.
…ize-for-variables
Co-authored-by: lmdiazangulo <4919398+lmdiazangulo@users.noreply.github.com>
Co-authored-by: Alberto-o <13999491+Alberto-o@users.noreply.github.com>
…r-real-variable-kind # Conflicts: # src_mtln/circuit.F90 # src_mtln/dispersive.F90 # src_mtln/mtl.F90 # src_mtln/mtl_bundle.F90 # src_mtln/mtln_solver.F90 # src_mtln/mtln_types.F90 # src_mtln/multipolar_expansion.F90 # src_mtln/network_manager.F90 # src_mtln/preprocess.F90 # src_mtln/probes.F90 # src_mtln/rational_approximation.F90
… literals Co-authored-by: Alberto-o <13999491+Alberto-o@users.noreply.github.com>
…ize-for-variables
…variables Fix #124 - Replace `size` as variable name
…for double-precision builds Co-authored-by: lmdiazangulo <4919398+lmdiazangulo@users.noreply.github.com>
…ensive fix) Co-authored-by: lmdiazangulo <4919398+lmdiazangulo@users.noreply.github.com>
- Changes allclose comparisons to corrcoeff - Makes mtln standalone run starting at n=0, as fullwave does - Makes mtln probes have the same size as full wave probes
…-mtln Adds test for simple cabin initialization.
Field direction in classic wires
…vior Adds test to check time domain default behavior.
…ts. Fixes conflicts
Merges repeated tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.