Skip to content

Cpp code simulating seismicity branching process of the SSAR model

License

Notifications You must be signed in to change notification settings

andres-GHub/Branching_SSAR_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Branching_SSAR_Cpp

Cpp code simulating seismicity branching process of the SSAR model presentend in https://journals.aps.org/pre/abstract/10.1103/PhysRevE.94.022314. SSAR_branching.cpp is a heavily modified version of simPL.cpp by Jordi (the former essentially maintains certain structure/skeleton of the latter but SSAR_branching.cpp is a completely different model).

//~ SSAR_branching.cpp is a heavily modified version of simPL.cpp by Jordi //~ (the former essentially maintains certain structure/skeleton of the latter //~ but SSAR_branching.cpp is a completely different model) //~ //~ Copyright 2017 Andres Zambrano //~ This program is free software: you can redistribute it and/or modify //~ it under the terms of the GNU General Public License as published by //~ the Free Software Foundation, either version 3 of the License, or //~ (at your option) any later version.

//~ This program is distributed in the hope that it will be useful, //~ but WITHOUT ANY WARRANTY; without even the implied warranty of //~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //~ GNU General Public License for more details.

//~ You should have received a copy of the GNU General Public License //~ along with this program. If not, see https://www.gnu.org/licenses/. //~

// --- Original Code copyright and license --- // simPL.cpp // // Copyright 2015 Jordi jordi@jordi-laptop //
// This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. //
// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. //
// You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, // MA 02110-1301, USA.

About

Cpp code simulating seismicity branching process of the SSAR model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages