Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Frequency-domain susceptibility #16

Merged
merged 3 commits into from Aug 9, 2018
Merged

Frequency-domain susceptibility #16

merged 3 commits into from Aug 9, 2018

Conversation

sgkang
Copy link
Contributor

@sgkang sgkang commented Aug 9, 2018

add chi (susceptibility) as an input for GlobalEM1DProblemFD

So, one can pass distribution of chi, e.g.

prob = GlobalEM1DProblemFD(
    [], 
    sigmaMap=mapping, 
    chi=chi, 
    hz=hz, 
    parallel=False, 
    n_cpu=2, 
    verbose=True,
    Solver=PardisoSolver
)

you are good to go! @fourndo

@coveralls
Copy link

Pull Request Test Coverage Report for Build 119

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 114: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

@sgkang sgkang merged commit 5366fa6 into master Aug 9, 2018
@lheagy lheagy deleted the fd_susceptibility branch August 11, 2019 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants