Class MaxwellSolver
java.lang.Object
org.episteme.natural.physics.classical.waves.electromagnetism.field.MaxwellSolver
Solver for Maxwell's equations.
$\partial_\mu F^{\mu\nu} = \mu_0 J^\nu$
Delegates toMaxwellProvider.
*
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProvider(MaxwellProvider provider) Computes the electromagnetic field at a given point in spacetime.
-
Constructor Details
-
MaxwellSolver
public MaxwellSolver()
-
-
Method Details
-
setProvider
-
solve
Computes the electromagnetic field at a given point in spacetime.- Parameters:
point- Spacetime coordinate to evaluate field at- Returns:
- ElectromagneticTensor at that point
-