From 503cbaa2173598a92bbddaf57ae93ef5223461b8 Mon Sep 17 00:00:00 2001 From: "Ignacio Tomas (-EXP)" Date: Thu, 6 Feb 2020 14:00:54 -0700 Subject: [PATCH] Sandia affiliation header added in both files for legal reasons. --- examples/step-69/doc/intro.dox | 13 +++++++++++-- examples/step-69/step-69.cc | 9 +++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/examples/step-69/doc/intro.dox b/examples/step-69/doc/intro.dox index 3f6f97ff59..87307e1e92 100644 --- a/examples/step-69/doc/intro.dox +++ b/examples/step-69/doc/intro.dox @@ -1,8 +1,17 @@ This program was contributed by Matthias Maier (Texas A&M University), - and Ignacio Tomas (Sandia National Laboratories, Albuquerque). + and Ignacio Tomas (Sandia National Laboratories$^{\!\dagger}$). +$^\dagger$Sandia National Laboratories is a multimission laboratory +managed and operated by National Technology & Engineering Solutions of Sandia, +LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. +Department of Energy's National Nuclear Security Administration under contract +DE-NA0003525. This document describes objective technical results and analysis. +Any subjective views or opinions that might be expressed in the paper do not +necessarily represent the views of the U.S. Department of Energy or the United +States Government. + @note This tutorial step implements a first-order accurate guaranteed maximum wavespeed method based on a first-order graph viscosity for solving Euler's equations of gas dynamics @cite GuermondPopov2016. As @@ -300,7 +309,7 @@ $t_n$: &\ \ \ \ \texttt{scatter} (\textbf{U}^n, \mathcal{I}(i), \textbf{U}_i^n)) \\ &\textbf{end} @f} -<<<<<<< HEAD + We note here that: - This "assembly" does not require any form of quadrature or cell-loops. - Here $\textbf{c}$ and $\textbf{U}^n$ are a global matrix and a global vector diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc index a79d696e46..8512f40583 100644 --- a/examples/step-69/step-69.cc +++ b/examples/step-69/step-69.cc @@ -16,6 +16,15 @@ * * Authors: Matthias Maier, Texas A&M University; * Ignacio Tomas, Texas A&M University, Sandia National Laboratories + * + * Sandia National Laboratories is a multimission laboratory managed and + * operated by National Technology & Engineering Solutions of Sandia, LLC, a + * wholly owned subsidiary of Honeywell International Inc., for the U.S. + * Department of Energy's National Nuclear Security Administration under + * contract DE-NA0003525. This document describes objective technical results + * and analysis. Any subjective views or opinions that might be expressed in + * the paper do not necessarily represent the views of the U.S. Department of + * Energy or the United States Government. */ // @sect3{Include files} -- 2.39.5