Giter Site home page Giter Site logo

ceed_benchmarks_dealii's People

Contributors

kronbichler avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ceed_benchmarks_dealii's Issues

Renumbering algorithm throws exception

If I enable the renumbering e.g. in bp3/bench.cc

// renumber Dofs to minimize the number of partitions in import indices of
// partitioner
//Renumber<dim, double> renum(0, 1, 2);
//renum.renumber(dof_handler, constraints, mf_data);
and run, I get the following error:

$ ./bench 4 5
terminate called after throwing an instance of 'dealii::StandardExceptions::ExcMessage'
  what():  
--------------------------------------------------------
An error occurred in line <132> of file </home/kronbichler/Work/deal_tests/ceed_benchmarks/bp3/../common_code/renumber_dofs_for_mf.h> in function
    void Renumber<dim, Number, VectorizedArrayType>::renumber(dealii::DoFHandler<dim>&, const dealii::AffineConstraints<double>&, const typename dealii::MatrixFree<dim, Number, VectorizedArrayType>::AdditionalData&) const [with int dim = 3; Number = double; VectorizedArrayType = dealii::VectorizedArray<double, 4>; typename dealii::MatrixFree<dim, Number, VectorizedArrayType>::AdditionalData = dealii::MatrixFree<3, double, dealii::VectorizedArray<double, 4> >::AdditionalData]
The violated condition was: 
    new_numbers.size() == dof_handler.locally_owned_dofs().n_elements()
Additional information: 
    Dimension mismatch 1575 vs 2601
--------------------------------------------------------

It seems that the Renumber::grouping function misses to add some of the unknowns for this setting.

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.