Giter Site home page Giter Site logo

Comments (5)

AlejandroCornejo avatar AlejandroCornejo commented on June 2, 2024

Wow, that's very interesting (as much as concerning...). I had the same idea about what is the Block size and seems that this piece of code is not workling as expected... I pinned @ddemidov and @RiccardoRossi to be sure about this

from kratos.

ddemidov avatar ddemidov commented on June 2, 2024

I am not familiar with Kratos internals well enough to understand what is the problem here, sorry.

from kratos.

RiccardoRossi avatar RiccardoRossi commented on June 2, 2024

for (aggregation) AMG to work correctly you need blocks of dofs to be repeated for every node.
let's imagine that we have dx dy dz to be the displacements

if we have

dx_1 dy_1 dz_1 dx_2 dy_2 dz_2 dx_3 dy_3 dz_3

than all of the nodes 1 2 and 3 have the same anount of dofs. 3 in this case.

however if you have for example

dx_1 dy_1 dz_1 dx_2 dy_2 dx_3 dy_3 dz_3

that is, for example if 2 does not have "dz" in the system, BlockSize will be detected as 1 as it is the only multiplier we have

the "BlockBuilderAndSolver" ensures that this property is kept. The Eliminiation builder and solver does not ...

to be clear, if you have a multidimensional problem (like structures) and the BlockSize==1 aggregation multigrid will NOT work correctly. You could still use RugenStuben for example, but aggregation based amg will not work properly

from kratos.

dcagritan avatar dcagritan commented on June 2, 2024

Do we have documentation regarding solvers in Kratos? Documentation or a wiki page that explains the parameters of the solvers for instance?

from kratos.

RiccardoRossi avatar RiccardoRossi commented on June 2, 2024

from kratos.

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.