Skip to content

Commit

Permalink
Copyright year and documentation in ParametricDMDc
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 committed Feb 29, 2024
1 parent 00d16cf commit 208c292
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/algo/DMDc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
*
* Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC
* Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC
* and other libROM project developers. See the top-level COPYRIGHT
* file for details.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/algo/DMDc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
*
* Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC
* Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC
* and other libROM project developers. See the top-level COPYRIGHT
* file for details.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/algo/ParametricDMD.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******************************************************************************
*
* Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC
* Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC
* and other libROM project developers. See the top-level COPYRIGHT
* file for details.
*
Expand Down
8 changes: 4 additions & 4 deletions lib/algo/ParametricDMDc.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/******************************************************************************
*
* Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC
* Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC
* and other libROM project developers. See the top-level COPYRIGHT
* file for details.
*
* SPDX-License-Identifier: (Apache-2.0 OR MIT)
*
*****************************************************************************/

// Description: Computes the ParametricDMD algorithm to obtain DMD model interpolant
// at desired parameter point by interpolation of DMD models at training parameter points.
// Description: Computes the ParametricDMDc algorithm to obtain DMDc model interpolant
// at desired parameter point by interpolation of DMDc models at training parameter points.
// The implemented dynamic mode decomposition algorithm is derived from
// Tu et. al's paper "On Dynamic Mode Decomposition: Theory and
// Applications": https://arxiv.org/abs/1312.0041
// The interpolation algorithm was adapted from "Gradient-based
// Constrained Optimization Using a Database of Linear Reduced-Order Models"
// by Y. Choi et al.
// by Y. Choi et al. We extend this algorithm to DMDc.

#ifndef included_ParametricDMDc_h
#define included_ParametricDMDc_h
Expand Down

0 comments on commit 208c292

Please sign in to comment.