public class StrangStage
extends java.lang.Object
Constructor and Description |
---|
StrangStage() |
StrangStage(FractionalStep s,
DblMatrix fdt)
Constructs a Strang splitting stage using fractional step solver
s and fractional time step fdt.
|
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getFractionalStep()
Returns the fraction of a time step for which this stage's solver
should be run.
|
DblMatrix |
getSolution() |
FractionalStep |
getSolver() |
DblMatrix |
getTime()
Returns the fraction of a time step for which this stage's solver
should be run.
|
void |
setFractionalStep(DblMatrix fdt)
Sets the fraction of a time step for which this stage's solver
should be run.
|
void |
setInitialCondition(DblMatrix c) |
void |
setSolver(FractionalStep s) |
void |
setStartTime(DblMatrix time) |
void |
setStep(DblMatrix dt) |
void |
solve() |
public StrangStage()
public StrangStage(FractionalStep s, DblMatrix fdt)
public void setSolver(FractionalStep s)
public FractionalStep getSolver()
public DblMatrix getSolution()
public void setInitialCondition(DblMatrix c)
public DblMatrix getFractionalStep()
public DblMatrix getTime()
public void setStartTime(DblMatrix time)
public void setFractionalStep(DblMatrix fdt)
public void setStep(DblMatrix dt)
public void solve() throws SnifflibPdeException
SnifflibPdeException
Copyright © 2011, 2013. Daniel P. Dougherty