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, 15*f8839eb4SJames 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, 20dada6cc0SJames Wright CeedInt q_data_size_sur, CeedQFunction *qf_strongbc); 215dc40723SJames Wright 222b730f8bSJeremy 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