Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support second order accuracy in time #67

Open
alecjohnson opened this issue Mar 10, 2014 · 0 comments
Open

support second order accuracy in time #67

alecjohnson opened this issue Mar 10, 2014 · 0 comments

Comments

@alecjohnson
Copy link
Contributor

iPic3D is currently only first-order accurate in time. Second-order accuracy in time requires that particles be pushed with field values that approximate time-averaged values and that the implicit susceptibility be calculated with field values and densities that approximate time-averaged values.

To achieve this, I would introduce support for options something like:

  PushWithBatTime = .5 # default: 0
  PushWithEatTime = .5 # default: 1
  ImplSusceptTime = .5 # default: 0

More details are posted here.

alecjohnson added a commit to alecjohnson/iPic3D that referenced this issue Mar 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant