Skip to content

Commit fadd1bc

Browse files
committed
Rename files, update header (#000)
1 parent 836ef31 commit fadd1bc

File tree

240 files changed

+522
-522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+522
-522
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://github.com/idaholab/marlin/blob/rename_swift_to_marlin/doc/content/marlin.png?raw=true" width="80%" alt="Marlin Logo">
1+
<img src="https://github.com/idaholab/marlin/blob/main/doc/content/marlin.png?raw=true" width="80%" alt="Marlin Logo">
22

33
**Marlin** is a device independent Fourier spectral solver application based on the [MOOSE Finite Element Framework](http://mooseframework.org). Marlin supports[^1] CPU, CUDA, and MPS[^2] with automatic detection of supported device precision. <!-- [<img align="right" src="https://civet.inl.gov/idaholab/swift/main/branch_status.svg/">](https://civet.inl.gov/repo/idaholab/swift/) -->
44

File renamed without changes.

include/actions/AddLBMBCAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

include/actions/AddLBMStencilAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

include/actions/AddTensorComputeAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

include/actions/AddTensorOutputAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

include/actions/AddTensorPredictorAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

include/actions/CreateTensorSolverAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

include/actions/DomainAction.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */
@@ -145,7 +145,7 @@ class DomainAction : public Action
145145
/// Volume of the simulation domain in real space
146146
Real _volume_global;
147147

148-
const enum class MeshMode { SWIFT_DUMMY, SWIFT_DOMAIN, SWIFT_MANUAL } _mesh_mode;
148+
const enum class MeshMode { MARLIN_DUMMY, MARLIN_DOMAIN, MARLIN_MANUAL } _mesh_mode;
149149

150150
/// grid spacing
151151
RealVectorValue _grid_spacing;

include/auxkernels/ProjectTensorAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************/
22
/* DO NOT MODIFY THIS HEADER */
3-
/* Swift, a Fourier spectral solver for MOOSE */
3+
/* Marlin, a Fourier spectral solver for MOOSE */
44
/* */
55
/* Copyright 2024 Battelle Energy Alliance, LLC */
66
/* ALL RIGHTS RESERVED */

0 commit comments

Comments
 (0)