Line data Source code
1 : /**********************************************************************/ 2 : /* DO NOT MODIFY THIS HEADER */ 3 : /* Swift, a Fourier spectral solver for MOOSE */ 4 : /* */ 5 : /* Copyright 2024 Battelle Energy Alliance, LLC */ 6 : /* ALL RIGHTS RESERVED */ 7 : /**********************************************************************/ 8 : 9 : #pragma once 10 : 11 : #include "MooseInit.h" 12 : 13 2 : class SwiftInit : public MooseInit 14 : { 15 : public: 16 : SwiftInit(int argc, char * argv[], MPI_Comm COMM_WORLD_IN = MPI_COMM_WORLD); 17 : };