|
1 |
| -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. |
2 |
| -// Produced at the Lawrence Livermore National Laboratory |
3 |
| -// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett |
4 |
| -// LLNL-CODE-747500 |
5 |
| -// All rights reserved. |
6 |
| -// This file is part of AMPE. |
7 |
| -// For details, see https://github.com/LLNL/AMPE |
8 |
| -// Please also read AMPE/LICENSE. |
9 |
| -// Redistribution and use in source and binary forms, with or without |
10 |
| -// modification, are permitted provided that the following conditions are met: |
11 |
| -// - Redistributions of source code must retain the above copyright notice, |
12 |
| -// this list of conditions and the disclaimer below. |
13 |
| -// - Redistributions in binary form must reproduce the above copyright notice, |
14 |
| -// this list of conditions and the disclaimer (as noted below) in the |
15 |
| -// documentation and/or other materials provided with the distribution. |
16 |
| -// - Neither the name of the LLNS/LLNL nor the names of its contributors may be |
17 |
| -// used to endorse or promote products derived from this software without |
18 |
| -// specific prior written permission. |
19 |
| -// |
20 |
| -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
21 |
| -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
22 |
| -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
23 |
| -// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY, |
24 |
| -// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY |
25 |
| -// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
26 |
| -// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
27 |
| -// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
28 |
| -// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
29 |
| -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
30 |
| -// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
31 |
| -// POSSIBILITY OF SUCH DAMAGE. |
32 |
| -// |
33 | 1 | // Chen and Shen, Comput. Phys. Comm. 108 (1998), 147-158
|
34 | 2 | // 2D single grain shrinks, phase only
|
35 | 3 | // Parameters adapted to our AMPE code by change of variable
|
|
0 commit comments