******************* This email originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list https://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping for this address. ******************* Hi All, I am using Nektar++ compressible flow solver. I noticed the p-adaptive algorithm can be used to optimize the computational cost but I found practically no information on how to use it (in the user's guide). Can anyone send me a simple example on how to use it? Right now, the solver part of my .xml file looks like this: <SOLVERINFO> <I PROPERTY="EQType" VALUE="EulerCFE" /> <I PROPERTY="Projection" VALUE="DisContinuous" /> <I PROPERTY="AdvectionType" VALUE="WeakDG" /> <I PROPERTY="TimeIntegrationMethod" VALUE="RungeKutta3_SSP" /> <I PROPERTY="UpwindType" VALUE="Roe" /> <I PROPERTY="ProblemType" VALUE="General" /> <I PROPERTY="ShockCaptureType" VALUE="NonSmooth" /> </SOLVERINFO> Many thanks for your help! Niccolò Tonicello,