1dc936754SJeremy L Thompson // Copyright (c) 2017-2024, Lawrence Livermore National Security, LLC and other CEED contributors. 2493642f1SJames Wright // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 3493642f1SJames Wright // 4493642f1SJames Wright // SPDX-License-Identifier: BSD-2-Clause 5493642f1SJames Wright // 6493642f1SJames Wright // This file is part of CEED: http://github.com/ceed 7493642f1SJames Wright 8493642f1SJames Wright #include <ceed.h> 9e419654dSJeremy L Thompson #include <petscsys.h> 102b916ea7SJeremy L Thompson 11493642f1SJames Wright #include "../navierstokes.h" 122b916ea7SJeremy L Thompson #include "../qfunctions/stg_shur14_type.h" 13493642f1SJames Wright 14*991aef52SJames Wright extern PetscErrorCode SetupStg(const MPI_Comm comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScalar theta0, 159ef62cddSJames Wright const CeedScalar P0); 16e6098bcdSJames Wright 17*991aef52SJames Wright extern PetscErrorCode SetupStrongStg(DM dm, SimpleBC bc, ProblemData problem, Physics phys); 186d0190e2SJames Wright 19*991aef52SJames Wright extern PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size, 206f188493SJames Wright CeedInt dXdx_size, CeedQFunction *qf_strongbc); 219eeef72bSJames Wright 22*991aef52SJames Wright extern PetscErrorCode SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_size, 236f188493SJames Wright CeedQFunction *pqf_strongbc); 24