Hi everyone,
I would like to test the efficiency of p-adaptive method in CompressibleFlowSolver. But I could not find any sample which shows me how to modify the session file. I have tried the same set up found in incompressible solver Tests, as follows,
<SOLVERINFO>
<I PROPERTY="Driver" VALUE="Adaptive" />
</SOLVERINFO>
<PARAMETERS>
<P> AdaptiveMaxModes = 7 </P>
<P> AdaptiveMinModes = 4 </P>
</PARAMETERS>
The CompressibleFlowSolver ran successfully (simulated forward step problem). But I didn't find any difference between the results of "Adaptive Driver" and "Standard Driver".
Any suggestions are appreciated.
Regrads,
Chengeng