| misc.h (af89791e6eee77bd50ffc7d7dc35ec06acf93a56) | misc.h (3d8e882215d238700cdceb37404f76ca7fa24eaa) |
|---|---|
| 1// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 2// All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 3// 4// SPDX-License-Identifier: BSD-2-Clause 5// 6// This file is part of CEED: http://github.com/ceed 7 |
|
| 1#ifndef libceed_solids_examples_misc_h 2#define libceed_solids_examples_misc_h 3 4#include <ceed.h> 5#include <petsc.h> 6#include "../include/structs.h" 7 8// ----------------------------------------------------------------------------- --- 37 unchanged lines hidden --- | 8#ifndef libceed_solids_examples_misc_h 9#define libceed_solids_examples_misc_h 10 11#include <ceed.h> 12#include <petsc.h> 13#include "../include/structs.h" 14 15// ----------------------------------------------------------------------------- --- 37 unchanged lines hidden --- |