From ae6296c00ee31ad97fa7927274760bc6027178be Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 26 Jul 2023 07:22:59 +0000 Subject: [PATCH] build based on fae627c --- dev/index.html | 6 +++--- dev/search/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/index.html b/dev/index.html index c789ab0..85dfb10 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,5 +1,5 @@ -Home · MPISphericalHarmonics.jl

MPISphericalHarmonics

Documentation for MPISphericalHarmonics.

Base.:+Method
+(mfc1::MagneticFieldCoefficients, mfc2::MagneticFieldCoefficients; force::Bool=false)

force = true adds the coefficients even if the radius or center are not equal (set to values of the first coefficients).

source
Base.:-Method
-(mfc1::MagneticFieldCoefficients, mfc2::MagneticFieldCoefficients; force::Bool=false)

force = true subtracts the coefficients even if the radius or center are not equal (set to values of the first coefficients).

source
MPISphericalHarmonics.findFFPMethod
findFFP(coeffsMF::MagneticFieldCoefficients; 
-        returnasmatrix::Bool=true)

Description: Newton method to find the FFPs of the magnetic fields

Input:

  • coeffsMF - MagneticFieldCoefficients

kwargs:

  • returnasmatrix - Boolean
    true -> return FFPs as Matrix with size (3,#Patches) (default)
    false -> return FFPs as Array of NLsolve.SolverResults with size #Patches

Output:

  • ffp - FFPs of the magnetic field
source
MPISphericalHarmonics.magneticFieldMethod
magneticField(tDesign::SphericalTDesign, field::Union{AbstractArray{T,2},AbstractArray{T,3}};
+Home · MPISphericalHarmonics.jl

MPISphericalHarmonics

Documentation for MPISphericalHarmonics.

Base.:+Method
+(mfc1::MagneticFieldCoefficients, mfc2::MagneticFieldCoefficients; force::Bool=false)

force = true adds the coefficients even if the radius or center are not equal (set to values of the first coefficients).

source
Base.:-Method
-(mfc1::MagneticFieldCoefficients, mfc2::MagneticFieldCoefficients; force::Bool=false)

force = true subtracts the coefficients even if the radius or center are not equal (set to values of the first coefficients).

source
MPISphericalHarmonics.findFFPMethod
findFFP(coeffsMF::MagneticFieldCoefficients; 
+        returnasmatrix::Bool=true)

Description: Newton method to find the FFPs of the magnetic fields

Input:

  • coeffsMF - MagneticFieldCoefficients

kwargs:

  • returnasmatrix - Boolean
    true -> return FFPs as Matrix with size (3,#Patches) (default)
    false -> return FFPs as Array of NLsolve.SolverResults with size #Patches

Output:

  • ffp - FFPs of the magnetic field
source
MPISphericalHarmonics.magneticFieldMethod
magneticField(tDesign::SphericalTDesign, field::Union{AbstractArray{T,2},AbstractArray{T,3}};
 	       L::Int=Int(tDesign.T/2),
-	       calcSolid::Bool=true) where T <: Real

Description: Calculation of the spherical harmonic coefficients based on the measured t-design

Input:

  • tDesign - Measured t-design (type: SphericalTDesign)
  • field - Measured field (size = (J,N,C)) with J <= 3

kwargs:

  • L - Order up to which the coeffs be calculated (default: t/2)
  • calcSolid - Boolean (default: true)
    false -> spherical coefficients
    true -> solid coefficients

Output:

  • coeffs - spherical/solid coefficients, type: Array{SphericalHarmonicCoefficients}(3,C)
source
+ calcSolid::Bool=true) where T <: Real

Description: Calculation of the spherical harmonic coefficients based on the measured t-design

Input:

  • tDesign - Measured t-design (type: SphericalTDesign)
  • field - Measured field (size = (J,N,C)) with J <= 3

kwargs:

  • L - Order up to which the coeffs be calculated (default: t/2)
  • calcSolid - Boolean (default: true)
    false -> spherical coefficients
    true -> solid coefficients

Output:

  • coeffs - spherical/solid coefficients, type: Array{SphericalHarmonicCoefficients}(3,C)
source
diff --git a/dev/search/index.html b/dev/search/index.html index 10e499f..a342804 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · MPISphericalHarmonics.jl

Loading search...

    +Search · MPISphericalHarmonics.jl

    Loading search...