1*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, 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 14731c13d7SJames Wright 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 17731c13d7SJames Wright extern PetscErrorCode SetupStrongStg(DM dm, SimpleBC bc, ProblemData problem, Physics phys); 18dada6cc0SJames Wright 19731c13d7SJames Wright extern PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_comp_q, CeedInt stg_data_size, 2066170c20SJames Wright CeedInt dXdx_size, CeedQFunction *qf_strongbc); 215dc40723SJames Wright 22731c13d7SJames Wright extern PetscErrorCode SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt stg_data_size, CeedInt dXdx_size, 2366170c20SJames Wright CeedQFunction *pqf_strongbc); 24