xref: /libCEED/examples/solids/elasticity.h (revision d4cc18453651bd0f94c1a2e078b2646a92dafdcc)
1*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
23d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
33d8e8822SJeremy L Thompson //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
53d8e8822SJeremy L Thompson //
63d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
724a65d3dSJeremy L Thompson #pragma once
8ccaff030SJeremy L Thompson 
93d576824SJeremy L Thompson #include <ceed.h>
10ccaff030SJeremy L Thompson #include <petscdmplex.h>
1149aac155SJeremy L Thompson #include <petscsnes.h>
123d576824SJeremy L Thompson #include <stdbool.h>
133d576824SJeremy L Thompson #include <string.h>
142b730f8bSJeremy L Thompson 
155754ecacSJeremy L Thompson #include "include/cl-options.h"
165754ecacSJeremy L Thompson #include "include/matops.h"
175754ecacSJeremy L Thompson #include "include/misc.h"
185754ecacSJeremy L Thompson #include "include/setup-dm.h"
195754ecacSJeremy L Thompson #include "include/setup-libceed.h"
202b730f8bSJeremy L Thompson #include "include/structs.h"
215754ecacSJeremy L Thompson #include "include/utils.h"
222b730f8bSJeremy L Thompson #include "problems/problems.h"
23ccaff030SJeremy L Thompson 
24bfbde1a2SJeremy L Thompson #if PETSC_VERSION_LT(3, 23, 0)
25bfbde1a2SJeremy L Thompson #error "PETSc v3.23 or later is required"
2649a40c8aSKenneth E. Jansen #endif
27