Giter Site home page Giter Site logo

Comments (4)

fverdugo avatar fverdugo commented on August 24, 2024
trian_l = localize(trian_lg,part,cell_to_owner)

Compute a new triangulation trian_l that points only to locally owned cells, i.e.

all( cell_to_owner[ get_cell_id(trian_l) ] .== part ) #-> true 

from a given triangulation that (possibly) points to both owned and ghost cells.

It should be easy to implement using RestrictedTriangulation

from gridapdistributed.jl.

fverdugo avatar fverdugo commented on August 24, 2024

Added function remove_ghost_cells and include_ghost_cells in commit 1be9a85

Addresses first item in issue #3

from gridapdistributed.jl.

fverdugo avatar fverdugo commented on August 24, 2024

Functions remove_ghost_cells and include_ghost_cells still need to be extended to boundary and skeleton triangulations.

from gridapdistributed.jl.

amartinhuertas avatar amartinhuertas commented on August 24, 2024

Functions remove_ghost_cells and include_ghost_cells still need to be extended to boundary and skeleton triangulations.

Done here for SkeletonTriangulation. For BoundaryTriangulation the include_ghost_cells for regular triangulations can be re-used as is.

However, in order to have fully working TriangulationPortion of BoundaryTriangulation and SkeletonTriangulation this PR is needed in Gridap.jl.

from gridapdistributed.jl.

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.