Skip to content
Snippets Groups Projects
Commit 8b40ad26 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/staggered-default-output-fields' into 'master'

[navierstokes][iofields] Fix for non-staggered models

See merge request !2778
parents e0e15279 11d6295d
No related branches found
No related tags found
1 merge request!2778[navierstokes][iofields] Fix for non-staggered models
Pipeline #7455 passed
Pipeline: dumux-lecture

#7463

    Pipeline: dumux

    #7460

      Pipeline: dumux

      #7459

        +3
        ...@@ -111,7 +111,7 @@ private: ...@@ -111,7 +111,7 @@ private:
        //! Adds discretization-specific fields (nothing by default). //! Adds discretization-specific fields (nothing by default).
        template <class OutputModule> template <class OutputModule>
        static void additionalOutput_(OutputModule& out) static void additionalOutput_(OutputModule& out, std::false_type)
        { } { }
        //! Adds discretization-specific fields (velocity vectors on the faces for the staggered discretization). //! Adds discretization-specific fields (velocity vectors on the faces for the staggered discretization).
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment