xref: /libCEED/examples/fluids/problems/stg_shur14.h (revision ba6664ae303f5b2ef46b3df96973d9bdc665107c)
1*ba6664aeSJames Wright // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2*ba6664aeSJames Wright // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3*ba6664aeSJames Wright //
4*ba6664aeSJames Wright // SPDX-License-Identifier: BSD-2-Clause
5*ba6664aeSJames Wright //
6*ba6664aeSJames Wright // This file is part of CEED:  http://github.com/ceed
7*ba6664aeSJames Wright 
8*ba6664aeSJames Wright #include <ceed.h>
9*ba6664aeSJames Wright #include <petsc.h>
10*ba6664aeSJames Wright #include "../qfunctions/stg_shur14_type.h"
11*ba6664aeSJames Wright #include "../navierstokes.h"
12*ba6664aeSJames Wright 
13*ba6664aeSJames Wright extern PetscErrorCode SetupSTG(const MPI_Comm comm, const DM dm,
14*ba6664aeSJames Wright                                ProblemData *problem, User user,
15*ba6664aeSJames Wright                                const bool prescribe_T, const CeedScalar theta0,
16*ba6664aeSJames Wright                                const CeedScalar P0);
17