Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Chorin-Temam #214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ESeNonFossiIo
Copy link
Contributor

No description provided.


const int dim = 2;

NavierStokes<dim, dim, LADealII> energy;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perché in seriale mi chiama sempre KINSOL?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invece in parallelo cosa chiama? Vedendo il file di parametri, di default viene usato imex con kinsol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se faccio sprintare qualcosa dove usa UMFPACK sembra andare.
Però quando non converge mi da l’errore di Kinsol

On 19 Jul 2016, at 14:47, Alberto Sartori [email protected] wrote:

In tests/navier_stokes-chorin-temam_00.cc #214 (comment):

  • * \f]
  • */
    +
    +using namespace dealii;
    +int main (int argc, char *argv[])
    +{
    +
  • Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv,
  •                                                  numbers::invalid_unsigned_int);
    
  • initlog();
  • deallog.depth_file(1);
  • const int dim = 2;
  • NavierStokes<dim, dim, LADealII> energy;
    invece in parallelo cosa chiama? Vedendo il file di parametri, di default viene usato imex con kinsol


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/mathLab/pi-DoMUS/pull/214/files/94b5e0aaa523f18df661ca4d04322d48edfafaee#r71330310, or mute the thread https://github.com/notifications/unsubscribe-auth/AIisRZn9MuwWkXx0t0ljxeL9m3KweUkuks5qXMdVgaJpZM4JLR9n.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants