Class MaxwellSolver

java.lang.Object
org.episteme.natural.physics.classical.waves.electromagnetism.field.MaxwellSolver

public class MaxwellSolver extends Object
Solver for Maxwell's equations.

$\partial_\mu F^{\mu\nu} = \mu_0 J^\nu$

Delegates to MaxwellProvider. *

Reference:
Maxwell, J. C. (1865). A Dynamical Theory of the Electromagnetic Field. Philosophical Transactions of the Royal Society of London, 155, 459-512.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • MaxwellSolver

      public MaxwellSolver()
  • Method Details

    • setProvider

      public void setProvider(MaxwellProvider provider)
    • solve

      public ElectromagneticTensor solve(Vector4D point)
      Computes the electromagnetic field at a given point in spacetime.
      Parameters:
      point - Spacetime coordinate to evaluate field at
      Returns:
      ElectromagneticTensor at that point