|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.sip.ch10.Maxwell
public class Maxwell
Maxwell models electrodynamcis using the Visscher-Yee finite difference approximation to Maxwell's equations. The current() method was revised 04/04/2006.
Constructor Summary | |
---|---|
Maxwell(int size)
Creates Maxwell and initializes arrays to the given size. |
Method Summary | |
---|---|
void |
doStep()
Does a computation step by advancing the time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Maxwell(int size)
size
- intMethod Detail |
---|
public void doStep()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |