[DuMuX] Task 300: AMGBackend not working with UGGrid or ALUGrid

2015-10-19 Thread DuMuX
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#300 - AMGBackend not working with UGGrid or ALUGrid User who did this - Martin Beck (martinb) -- The following compiler error occurs for all (stable) tests I tried to compile with AMGBackend and

[DuMuX] Task 300: AMGBackend not working with UGGrid or ALUGrid

2015-10-19 Thread DuMuX
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Martin Beck (martinb) Attached to Project - DuMuX Summary - AMGBackend not working with UGGrid or ALUGrid Task Type - Bug Report Category - General Status - New Assigned To

Re: [DuMuX] Bondary conditions

2015-10-19 Thread Alexander Kissinger
Dear Ait, please always answer to the mailing list, so that everyone can give input. Your boundary conditions seem correct. Have you tried with small initial time step sizes? You could also set your initial condition similar to your Dirichlet condition for your Sn = 0 boundary so that you have

[DuMuX] Task 300: AMGBackend not working with UGGrid or ALUGrid

2015-10-19 Thread DuMuX
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#300 - AMGBackend not working with UGGrid or ALUGrid User who did this - Alexander Kissinger (alexk) -- I can reproduce the error in box1pwithamg with ALUGrid using dumux 2.8 release and Dune 2.4

[DuMuX] Task 300: AMGBackend not working with UGGrid or ALUGrid

2015-10-19 Thread DuMuX
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#300 - AMGBackend not working with UGGrid or ALUGrid User who did this - Bernd Flemisch (bernd) -- With ALUGrid, it's explainable. ALUGrid is not parallel in 2d. But the decision for taking the

Re: [DuMuX] Bondary conditions

2015-10-19 Thread Ait Mahiout Latifa
Dear Alex, i try this proposition, so i have the code: void boundaryTypes(BoundaryTypes , const Vertex ) const { const GlobalPosition = vertex.geometry().center(); if (globalPos[0] > 580-eps_ && globalPos[1] > 580-eps_) // bcTypes.setAllDirichlet(); if