Skip to content

Commit

Permalink
Added missing boundary conditions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-Kakodkar committed Mar 25, 2024
1 parent d0759b7 commit f95e68c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions include/enumerations/boundary_conditions/boundary_conditions.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#ifndef _SPECFEM_BOUNDARY_BOUNDARY_HPP
#define _SPECFEM_BOUNDARY_BOUNDARY_HPP

#include "enumerations/boundary.hpp"
#include "enumerations/dimension.hpp"
#include "enumerations/medium.hpp"

namespace specfem {
namespace boundary {
template <specfem::dimension::type dimension,
specfem::element::medium_tag medium,
specfem::element::property_tag property,
specfem::element::boundary_tag BoundaryType,
typename quadrature_points_type>
class boundary;
} // namespace boundary
} // namespace specfem

#endif // _SPECFEM_BOUNDARY_BOUNDARY_HPP

0 comments on commit f95e68c

Please sign in to comment.