Giter Site home page Giter Site logo

Comments (2)

zer011b avatar zer011b commented on July 26, 2024
  1. Manual setup of sigmas and PEC is not supported yet.

  2. To use parallel mode you need to build with it (see https://github.com/zer011b/fdtd3d/blob/master/Docs/Build.md#build-flags). To build with parallel support for 3D mode pass this to cmake:

-DPARALLEL_GRID=ON -DPARALLEL_GRID_DIMENSION=3 -DPARALLEL_BUFFER_DIMENSION=x

Without this parameters, binary has no support for MPI computations and mpiexec will just launch two sequential and unrelated processes. --buffer-size sets up size of parallel buffers, you can try to tune it for yourself, --manual-topology allows to setup custom topology instead of automatic one. Automatic one should be the best in most cases.

However, it is strange that simulation time has doubled, it should have been the same in my opinion.

  1. All this stuff is in InternalScheme class. See https://github.com/zer011b/fdtd3d/blob/master/Docs/Design.md#high-level-design for overall design. InternalScheme code is shared between CPU and GPU.

  2. This is the relative path from the directory with source of repository. Release is manually created dir, I assumed you have named it the same way as in the instruction. fdtd3d is executable, on Linux you don't need extension for executables.

from fdtd3d.

zer011b avatar zer011b commented on July 26, 2024

Feel free to reopen this if you have more questions

from fdtd3d.

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.