Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
  • frey_m's avatar
    AMR: Make PartBunch member functions virtual · f06a5001
    frey_m authored
    void runTests();
    
    - void calcLineDensity(unsigned int nBins,
                           std::vector<double> &lineDensity,
                           std::pair<double, double> &meshInfo);
    - const Mesh_t &getMesh() const;
    - Mesh_t &getMesh();
    - FieldLayout_t &getFieldLayout();
    - void boundp();
    - void boundp_destroy();
    - size_t boundp_destroyT();
    f06a5001