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