xref: /libCEED/examples/fluids/problems/stg_shur14.h (revision 2b730f8b5a9c809740a0b3b302db43a719c636b1)
1ba6664aeSJames Wright // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2ba6664aeSJames Wright // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3ba6664aeSJames Wright //
4ba6664aeSJames Wright // SPDX-License-Identifier: BSD-2-Clause
5ba6664aeSJames Wright //
6ba6664aeSJames Wright // This file is part of CEED:  http://github.com/ceed
7ba6664aeSJames Wright 
8ba6664aeSJames Wright #include <ceed.h>
9ba6664aeSJames Wright #include <petsc.h>
10*2b730f8bSJeremy L Thompson 
11ba6664aeSJames Wright #include "../navierstokes.h"
12*2b730f8bSJeremy L Thompson #include "../qfunctions/stg_shur14_type.h"
13ba6664aeSJames Wright 
14*2b730f8bSJeremy L Thompson extern PetscErrorCode SetupSTG(const MPI_Comm comm, const DM dm, ProblemData *problem, User user, const bool prescribe_T, const CeedScalar theta0,
15*2b730f8bSJeremy L Thompson                                const CeedScalar P0, const CeedScalar ynodes[], const CeedInt nynodes);
164e139266SJames Wright 
17*2b730f8bSJeremy L Thompson extern PetscErrorCode SetupStrongSTG(DM dm, SimpleBC bc, ProblemData *problem, Physics phys);
18dada6cc0SJames Wright 
19*2b730f8bSJeremy L Thompson extern PetscErrorCode SetupStrongSTG_QF(Ceed ceed, ProblemData *problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size,
20dada6cc0SJames Wright                                         CeedInt q_data_size_sur, CeedQFunction *qf_strongbc);
215dc40723SJames Wright 
22*2b730f8bSJeremy L Thompson extern PetscErrorCode SetupStrongSTG_PreProcessing(Ceed ceed, ProblemData *problem, CeedInt num_comp_x, CeedInt stg_data_size,
235dc40723SJames Wright                                                    CeedInt q_data_size_sur, CeedQFunction *pqf_strongbc);
24