Hi douglas,

I tried the branch feature/ExtrapolateRefractoring. But the code fails at:

        void ExpList::v_GetBndElmtExpansion(int i,
                            boost::shared_ptr<ExpList> &result,
                            const bool DeclareCoeffPhysArrays)
        {
            ASSERTL0(false,
                     "This method is not defined or valid for this class type");
        }

which is being called by:

                    m_fields[0]->GetBndElmtExpansion(n, BndElmtExp, false);

inside the function void Extrapolate::GenerateHOPBCMap() in solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.cpp
 
Thank you,
Siddarth 

On 20 May 2016 at 18:33, Serson, Douglas <d.serson14@imperial.ac.uk> wrote:

Hi Siddarth,


I believe this is being caused by the outflow boundary conditions using some static variables.

This should be fixed in the branch feature/ExtrapolateRefactoring, so you might want to try that.


Cheers,

Douglas


From: nektar-users-bounces@imperial.ac.uk <nektar-users-bounces@imperial.ac.uk> on behalf of Serson, Douglas <d.serson14@imperial.ac.uk>
Sent: 20 May 2016 22:35:34
To: Siddarth Chintamani; nektar-users
Subject: Re: [Nektar-users] Seg fault with driver adaptive
 

Hi Siddarth,


The test IncNavierStokesSolver/Tests/KovaFlow_3DH1D_adaptive_16modes_FFTW_Mapping.xml uses the adaptive driver.

Also, if you could send your session file I can check to see if I figure out what is happening.


Cheers,

Douglas


From: nektar-users-bounces@imperial.ac.uk <nektar-users-bounces@imperial.ac.uk> on behalf of Siddarth Chintamani <siddarth.ch1990@gmail.com>
Sent: 20 May 2016 21:42:28
To: nektar-users
Subject: [Nektar-users] Seg fault with driver adaptive
 
Hello all,

I am tyring to run the IncNavierStokesSolver with adaptive polynomial order. My simulation fails with seg fault as soon as it restarts with adapted polynomial orders. I might be setting my input file wrong. It would be really helpful if someone could point me to an example with adaptive polynomial order.

Thank you,
Siddarth Chintamani