Git Product home page Git Product logo

Comments (8)

ahmadia avatar ahmadia commented on July 29, 2024

Matteo, is this related to #22? Is this something you need help with or you are putting up for personal tracking?

from pyclaw.

mparsani avatar mparsani commented on July 29, 2024

Hi Aron,
no #22 is related to Jed implementation of implicit TS with PETSc. Issue #33
is different: we want to implement our own implicit TS and use petsc to
solve the nonlinear system.
...but sure your are an expert of PetClaw so your help is precious!

On 20 June 2011 21:23, ahmadia <
[email protected]>wrote:

Matteo, is this related to #22? Is this something you need help with or
you are putting up for personal tracking?

Reply to this email directly or view it on GitHub:
#33 (comment)

Matteo Parsani

from pyclaw.

mparsani avatar mparsani commented on July 29, 2024

Starting date: tomorrow, July 2, 2011

from pyclaw.

ahmadia avatar ahmadia commented on July 29, 2024

Hi Matteo,

I don't know nearly enough about the functions you are calling/modifying to
give you any advice out of hand, but if you think it's worth trying to
explain the mathematics and computations to me, I will do my best to advise
your refactoring strategy :)

Aron

On Sat, Jul 2, 2011 at 3:13 PM, mparsani <
[email protected]>wrote:

The implementation of the subroutine that construct the nonlinear function
requires:

  • implementation of a new function that "replaces/modifies" step1/2.f for
    the classic solver
    • implementation of a new function that "replaces/modifies" flux1.f90 for
      the sharpclaw solver

Those two functions will call the Riemann solver and manipulate the
fluctuations to get the nonlinear function. This will be passed back to
ClawSolver1D/2D or SharpClawSolver1D/2D (in python) which will call the
PETSc nonlinear solver.

Is this okay for all the developers? Do you have a better solution?

Reply to this email directly or view it on GitHub:
#33 (comment)

from pyclaw.

mparsani avatar mparsani commented on July 29, 2024

SharpClawSolver: uses the method of lines. Thus, we already have all the functions to construct the nonlinear function.
Classic implicit : the step function in clawpack.py must be modified when the implicit LW is used. In addition, Classic1.f can not be used.

from pyclaw.

ahmadia avatar ahmadia commented on July 29, 2024

I think it makes sense to extend SharpClaw in this case then.

A

On Sat, Jul 2, 2011 at 4:55 PM, mparsani <
[email protected]>wrote:

SharpClawSolver: uses the method of lines. Thus, we already have all the
functions to construct the nonlinear function.
Classic implicit : the step function in clawpack.py must be modified when
the implicit LW is used. In addition, Classic1.f can not be used.

Reply to this email directly or view it on GitHub:
#33 (comment)

from pyclaw.

mparsani avatar mparsani commented on July 29, 2024

Yes. I'll start with SharpClaw.

Thanks.

Matteo

On 2 July 2011 17:22, ahmadia <
[email protected]>wrote:

I think it makes sense to extend SharpClaw in this case then.

A

On Sat, Jul 2, 2011 at 4:55 PM, mparsani <
[email protected]>wrote:

SharpClawSolver: uses the method of lines. Thus, we already have all the
functions to construct the nonlinear function.
Classic implicit : the step function in clawpack.py must be modified when
the implicit LW is used. In addition, Classic1.f can not be used.

Reply to this email directly or view it on GitHub:
#33 (comment)

Reply to this email directly or view it on GitHub:
#33 (comment)

Matteo Parsani

from pyclaw.

mparsani avatar mparsani commented on July 29, 2024

Last message for today, sorry: I did not take into account that sharpclaw has not been tested thoroughly with mapped grids. Thus, since for the paper we want an Euler flow over a round cylinder, I'll start with the implicit LW.

Best Regards,
Matteo

from pyclaw.

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.