Giter VIP home page Giter VIP logo

Comments (11)

martinvandriel avatar martinvandriel commented on July 16, 2024

painful, because movemesh in MESHER moves the model file to external_model.bm and the filename is hence not known in the solver. The model file does not yet contain a name field, should we add this? @sstaehler ?

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

Done in the MESHER, communicating the NAME to the SOLVER requires changing the meshdb files.

from axisem.

sstaehler avatar sstaehler commented on July 16, 2024

And this means writing a character string of unknown length to a binary file. Yeah

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

Well, we do the same with the normal background model name (where we explicitly store the length on top).

from axisem.

sstaehler avatar sstaehler commented on July 16, 2024

okay, then we could store the external model name there?

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

Yes. I am trying to avoid to store the length explicitly and just trim it in the SOLVER...

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

This was stupid....of course the name is still in the external_model.bm file. So no need to put it in the mesh. I was confused because I first wanted to use the filename of the external model file, which of course is lost.

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

Do we still use simulation.info somewhere? If I add it there as well, we would need to adapt all codes reading it, I guess?

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

see ef523e7

from axisem.

sstaehler avatar sstaehler commented on July 16, 2024

The kerner does not use it. Instaseis either

from axisem.

martinvandriel avatar martinvandriel commented on July 16, 2024

Ok, so I'll just leave it anyway. Seems to be done to me.

from axisem.

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.