Git Product home page Git Product logo

Comments (6)

abarret avatar abarret commented on August 23, 2024 1

Sound good. Can we talk about this on Friday at our meeting so I can try to implement it?

Sure. We can discuss it on Friday. My suggestion is to finish up convergence testing so we can push out a paper before you try this.

from multiphase-stokes.

abarret avatar abarret commented on August 23, 2024

@bindi-nagda it would be very helpful for this if you wrote down the details of the smoother discretization somewhere (maybe your dissertation?)

from multiphase-stokes.

bindi-nagda avatar bindi-nagda commented on August 23, 2024

Yeah, I've included the details of the smoother discretization in my dissertation. I can send you a copy of it.

from multiphase-stokes.

abarret avatar abarret commented on August 23, 2024

Following up on this, initial tests indicate that we spend almost 90% of our time solving the linear system in the smoother. This suggests that this preconditioner definitely won't scale to 3D, as it will only get more expensive (solving a 13 by 13 system on each grid cell as opposed to a 9 by 9).

from multiphase-stokes.

abarret avatar abarret commented on August 23, 2024

Because we spend almost 90% of our time in the smoother, we may be able to significantly decrease run time by implementing our own LU or SVD solver in the smoother routine instead of using the lapack implementation. The compiler would then be free to optimize the matrix solve because the system size will be known at compile time.

from multiphase-stokes.

bindi-nagda avatar bindi-nagda commented on August 23, 2024

Because we spend almost 90% of our time in the smoother, we may be able to significantly decrease run time by implementing our own LU or SVD solver in the smoother routine instead of using the lapack implementation. The compiler would then be free to optimize the matrix solve because the system size will be known at compile time.

Sound good. Can we talk about this on Friday at our meeting so I can try to implement it?

from multiphase-stokes.

Related Issues (16)

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.