Giter Site home page Giter Site logo

Comments (3)

lindsayad avatar lindsayad commented on September 22, 2024 1

nice sleuthing!

from libmesh.

jwpeterson avatar jwpeterson commented on September 22, 2024

OK, so it's nothing to do with missing pre-requests, it's that the call to fe->get_dphi() calls HDivFETransformation::map_dphi() which is unimplemented?

even if they aren't really used anywhere

I'm not sure what you mean, dphi_values is definitely used in the ExactSolution function that you highlighted?

from libmesh.

nmnobre avatar nmnobre commented on September 22, 2024

it's that the call to fe->get_dphi() calls HDivFETransformation::map_dphi() which is unimplemented

Indeed.

I'm not sure what you mean, dphi_values is definitely used in the ExactSolution function that you highlighted?

In the sense that, for instance for ex6/ex7, you ask for gradients but don't compute errors w/ the H1 norm, you ask for curls, but don't compute errors w/ the H(curl) norm. That's why the warnings can be safely ignored in those cases, they just don't look very nice.

So what I meant was, we can implement the maps, and they'll be used at runtime, as you rightly said.
But unless the user asks for, e.g. H1/H(curl) errors for H(div) elements, they just won't affect the semantics of the program, it'll be dead code (as it currently is, it's just all zeros).

from libmesh.

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.