Giter Site home page Giter Site logo

Comments (2)

tpadioleau avatar tpadioleau commented on July 18, 2024

It is true that you cannot expect exact equality between vx_min and ddc::coordinate(main_domain.front())/vx_xmax and ddc::coordinate(main_domain.back()). I don't think it is related to init_ghosted though, I guess init also has the same behavior. Are you relying on it in Gysela ?

from ddc.

EmilyBourne avatar EmilyBourne commented on July 18, 2024

I guess init also has the same behavior

I think for init you cannot expect exact equality between vx_xmax and ddc::coordinate(main_domain.back()) but you can expect exact equality between vx_xmin and ddc::coordinate(main_domain.front())

We are not relying on this for Gysela, but in DDC you were relying on it here:

assert(x - rmin() >= -length() * 1e-14);
assert(rmax() - x >= -length() * 1e-14);

if the extrapolation condition for a spline evaluator evaluates the value at the boundary.

As I say in the issue

it may not be serious, but it should at least be documented so users are aware of this potential pitfall.

from ddc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.