xref: /libCEED/examples/fluids/problems/stg_shur14.h (revision 66170c206554fe6fb49d3d5c0a9935c3574bbc7d)
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>
949aac155SJeremy L Thompson #include <petscsys.h>
102b730f8bSJeremy L Thompson 
11ba6664aeSJames Wright #include "../navierstokes.h"
122b730f8bSJeremy L Thompson #include "../qfunctions/stg_shur14_type.h"
13ba6664aeSJames Wright 
142b730f8bSJeremy L Thompson extern PetscErrorCode SetupSTG(const MPI_Comm comm, const DM dm, ProblemData *problem, User user, const bool prescribe_T, const CeedScalar theta0,
15f8839eb4SJames Wright                                const CeedScalar P0);
164e139266SJames Wright 
172b730f8bSJeremy L Thompson extern PetscErrorCode SetupStrongSTG(DM dm, SimpleBC bc, ProblemData *problem, Physics phys);
18dada6cc0SJames Wright 
192b730f8bSJeremy L Thompson extern PetscErrorCode SetupStrongSTG_QF(Ceed ceed, ProblemData *problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size,
20*66170c20SJames Wright                                         CeedInt dXdx_size, CeedQFunction *qf_strongbc);
215dc40723SJames Wright 
22*66170c20SJames Wright extern PetscErrorCode SetupStrongSTG_PreProcessing(Ceed ceed, ProblemData *problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_size,
23*66170c20SJames Wright                                                    CeedQFunction *pqf_strongbc);
24