1*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors. 29d992146SJames Wright // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 39d992146SJames Wright // 49d992146SJames Wright // SPDX-License-Identifier: BSD-2-Clause 59d992146SJames Wright // 69d992146SJames Wright // This file is part of CEED: http://github.com/ceed 79d992146SJames Wright #pragma once 89d992146SJames Wright 99d992146SJames Wright #include <petsc.h> 109d992146SJames Wright 119d992146SJames Wright extern PetscLogEvent FLUIDS_CeedOperatorApply; 129d992146SJames Wright extern PetscLogEvent FLUIDS_CeedOperatorAssemble; 139d992146SJames Wright extern PetscLogEvent FLUIDS_CeedOperatorAssembleDiagonal; 149d992146SJames Wright extern PetscLogEvent FLUIDS_CeedOperatorAssemblePointBlockDiagonal; 159d992146SJames Wright extern PetscLogEvent FLUIDS_SmartRedis_Init; 169d992146SJames Wright extern PetscLogEvent FLUIDS_SmartRedis_Meta; 179d992146SJames Wright extern PetscLogEvent FLUIDS_SmartRedis_Train; 189d992146SJames Wright extern PetscLogEvent FLUIDS_TrainDataCompute; 199d992146SJames Wright extern PetscLogEvent FLUIDS_DifferentialFilter; 209d992146SJames Wright extern PetscLogEvent FLUIDS_VelocityGradientProjection; 219d992146SJames Wright 229d992146SJames Wright PetscErrorCode RegisterLogEvents(); 23