Parallel Finite Element - General geometry Ewald-like Method
Part of Continuum-particle Simulation Suite under MICCOM
copss_init.h
Go to the documentation of this file.
1 // Copyright (C) 2015-2016 Jiyuan Li, Xikai Jiang
2 
3 // This code is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 
8 
9 // This code is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // Lesser General Public License for more details.
13 
14 
15 // You should have received a copy of the GNU General Public
16 // License along with this code; if not, write to the Free Software
17 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 #pragma once
19 
20 // libMesh
21 #include "libmesh/libmesh.h"
22 
29 namespace libMesh
30 {
31 
32 class CopssInit : public LibMeshInit
33 {
34 public:
35 
36  CopssInit(int argc, char ** argv);
37 
38  virtual ~CopssInit() = default;
39 
40 
41 };
42 
43 }
Definition: copss_init.h:32
virtual ~CopssInit()=default
Definition: brownian_system.h:58
CopssInit(int argc, char **argv)
Definition: copss_init.C:32