├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── docs ├── AC-CH-crypla-cVm.synctex.gz ├── AC-CH-crypla-cVm.tex ├── AC-CH-nodef-cVm.synctex.gz ├── AC-CH-nodef-cVm.tex ├── AC-CH-nodef.synctex.gz ├── AC-CH-nodef.tex ├── Lij.synctex.gz ├── Lij.tex └── ref.bib ├── include ├── actions │ ├── KKSMultiACKernelAction.h │ └── KKSMultiACKernelAction_groupsNOTWORKING ├── auxkernels │ └── CrystalPlasticityTotalSlip.h ├── base │ ├── PuffinApp.h │ └── PuffinApp_old ├── ics │ ├── TricrystalTripleJunctionICyscale.h │ ├── UnitySubVarIC.h │ └── VarDepIC.h ├── kernels │ └── LangevinNoisePositive.h ├── materials │ ├── CPPlasticEnergyMaterial.h │ ├── ComputeElasticityTensorCPBaseName.h │ ├── ElasticEnergyMaterialGreenPK2.h │ ├── FiniteStrainUObasedCPBaseName.h │ └── FiniteStrainUObasedCPBaseNamehscale.h ├── postprocessors │ └── IMCFraction.h └── userobjects │ ├── CrystalPlasticitySlipRateBaseName.h │ ├── CrystalPlasticitySlipRateGSSBaseName.h │ ├── CrystalPlasticitySlipRateHWR.h │ ├── CrystalPlasticitySlipResistanceHWR.h │ ├── CrystalPlasticityStateVarRateComponentHWR.h │ ├── CrystalPlasticityStateVarRateComponentVoceP.h │ └── CrystalPlasticityStateVariableHWR.h ├── inputfiles ├── 220C │ ├── 1eps2eta2d.i │ ├── lineepseta.i │ ├── lineepseta_broken.i │ └── realenergies.i ├── 2d-mechanics │ ├── 2d-planestrain.i │ ├── no-nucleation.i │ └── picard │ │ ├── 2d-mech-main.i │ │ ├── 2d-mech-sub.i │ │ ├── 2d-mechasmain-main.i │ │ ├── 2d-mechasmain-sub.i │ │ ├── 3d-mech-main.i │ │ ├── 3d-mech-sub.i │ │ ├── mechasmain-main.i │ │ └── mechasmain-sub.i ├── CuSn │ ├── c_crash │ ├── cstart │ ├── eta_imc_crash │ ├── eta_imc_start │ ├── lijnumeric.i │ ├── moelans1d.i │ ├── moelans2dline.i │ ├── moelans2dline_Lij.i │ ├── moelans2dline_Lij2.i │ ├── moelans2dline_Lij3.i │ ├── moelans2dline_Lij_lunarc.i │ ├── moelans2dline_long.i │ ├── snimcsntest.i │ └── test.i ├── HWRcrypla │ ├── 1element.i │ ├── 1element_HWR.i │ ├── calibration_main.py │ ├── slip_systems_bct_HWR.txt │ ├── slip_systems_bct_miller.txt │ └── ssgroups.txt ├── J2plasticity │ ├── 2d-J2-coupled-fintestrain.i │ ├── 2d-J2-coupled.i │ ├── 2d-J2-main.i │ └── 2d-J2-sub.i ├── ac-only │ └── ac-only.i ├── action-test │ ├── action-test.i │ ├── generated_input.i │ └── noaction-comp.i ├── bga │ ├── abaqus.rpy │ ├── abaqus.rpy.1 │ ├── abaqus.rpy.2 │ ├── abaqus.rpy.3 │ ├── abaqus.rpy.4 │ ├── abq-mesh-1cu-1imc-2sn.i │ ├── bga-1um.cae │ ├── bga-1um.inp │ ├── bga-1um.jnl │ └── box-4x4x2um.inp ├── broken │ ├── CuSn │ │ ├── CuSntest1.i │ │ └── CuSntest2.i │ └── constVm │ │ └── constVm.i ├── calibration_crypla │ ├── 1_Sn.i │ ├── 1element_calib.i │ ├── 1element_calib_Cu.i │ ├── 1element_calib_removed.i │ ├── 1element_calib_removedCopy1.i │ ├── 1element_calib_removedCopy2.i │ ├── calibration_main.py │ ├── calibration_main_altered.py │ ├── calibration_main_elab.py │ ├── calibration_main_removed.py │ ├── calibration_main_removedCopy1.py │ ├── calibration_main_removedCopy2.py │ ├── calibration_main_simple.py │ ├── calibration_main_simple_removed.py │ ├── data │ │ ├── 5compDirTest_001.mat │ │ ├── 5compDirTest_010.mat │ │ ├── 5compDirTest_100.mat │ │ ├── 5compDirTest_101.mat │ │ ├── 5compDirTest_110.mat │ │ ├── articleData │ │ │ ├── Untitled 1.ods │ │ │ └── activeSlipsSys.ods │ │ ├── champion2003fig2cutest.mat │ │ ├── darbandi2012.mat │ │ ├── deng2003fig11a-eps.mat │ │ ├── deng2003fig11a-eta.mat │ │ ├── deng2003fig11b-eps.mat │ │ ├── deng2003fig11b-eta.mat │ │ ├── deng2003fig11c-eps.mat │ │ ├── deng2003fig11c-eta.mat │ │ ├── deng2003fig13a-air.mat │ │ ├── deng2003fig13a-furnace.mat │ │ ├── deng2003fig13a-water.mat │ │ ├── ekinci2003fig1-001.mat │ │ ├── ekinci2003fig1-10.mat │ │ ├── ekinci2003fig1-110.mat │ │ ├── ekinci2003fig2-11e-5.mat │ │ ├── ekinci2003fig2-13e-4.mat │ │ ├── ekinci2003fig2-24e-5.mat │ │ ├── ekinci2003fig2-45e-4.mat │ │ ├── kiener2006fig4b.mat │ │ ├── philippi2016extra001.mat │ │ ├── philippi2016extra110.mat │ │ ├── philippi2016extra110v2.mat │ │ └── read_image.m │ └── matlab │ │ ├── main_opt.m │ │ ├── minimize_error.m │ │ └── orientation.m ├── ch-ac_toy │ └── ch-ac_toy.i ├── ch_only │ └── ch_only.i ├── ch_varyM │ └── ch_varyM.i ├── crypla-coupled │ └── crypla-coupled.i ├── crypla-test │ ├── 2phase-2sn.i │ ├── 2phase-etaevol-cevol.i │ ├── 2phase-etaevol.i │ ├── 2phase-nmeV.i │ ├── 2phase.i │ ├── 3phase-adaptive.i │ ├── 3phase.i │ ├── cp_uo_tests │ │ ├── crysp.i │ │ ├── crysp_exception.i │ │ ├── crysp_fileread.i │ │ ├── crysp_linesearch.i │ │ ├── crysp_save_euler.i │ │ ├── crysp_substep.i │ │ └── crysp_user_object.i │ ├── crypla-test-bct.i │ ├── crypla_2grains.i │ └── crypla_2grains1uo.i ├── gbdiff │ ├── gbdiff.i │ ├── gbdiff_moelans.i │ ├── roomtemp.i │ ├── roomtemp_IC1.i │ └── roomtemp_from_Backup.i ├── ic-test │ └── kks_ictest.i ├── kappa │ ├── 150 │ │ └── 1Cu_1IMC_3Sn_Lvar_150.i │ ├── 3_sn_oblique.i │ ├── 3_sn_oblique_SI.i │ ├── Lvar │ │ └── 3_sn_oblique_Lvar.i │ ├── circle │ │ ├── 1cu1imc2sn_circle.i │ │ ├── nucleation │ │ │ ├── 1cu1imc2sn_circle_nucleation.i │ │ │ ├── mv_0-0-0_90-90-0_nuc.avi │ │ │ ├── sim_0-0-0-90-90-0_0.003 │ │ │ │ └── 1cu1imc2sn_circle_nucleation.i │ │ │ └── sim_0-0-0_90-90-0_0.02 │ │ │ │ └── 1cu1imc2sn_circle_nucleation.i │ │ ├── sim_0-0-0_60-90-0_0.003 │ │ │ └── circle2d_200x100_0.003_sym_fp_wi0_0-0-0_60-90-0_half_1681414.err │ │ ├── sim_0-0-0_60-90-0_0.02 │ │ │ └── circle2d_200x100_0.02_sym_fp_wi0_0-0-0_60-90-0_half_1681413.err │ │ ├── sim_0-0-0_90-90-0_0.003 │ │ │ └── gm_0-0-0_90-90-0_0.003_25 │ │ └── sim_0-0-0_90-90-0_0.02 │ │ │ ├── circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679256.err │ │ │ ├── circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679264.err │ │ │ └── circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679324.err │ ├── scaletest.i │ └── tricrystalic_test.i ├── mechanics_test │ ├── 2d-mech_359954.err │ ├── 2d-mech_360012.err │ ├── 2d-mech_360116.err │ ├── 3d-test.i │ ├── allimc.i │ ├── allimc_broken.i │ ├── fromLarry │ │ ├── kks_mech_KHS.i │ │ ├── kks_mech_VTS.i │ │ └── toLarry.i │ ├── picard │ │ ├── 3d-mech-main.i │ │ └── 3d-mech-sub.i │ ├── test1.i │ └── test3d.i ├── moelans2011fig4 │ ├── imcsphere2d.i │ ├── imcsphere3d.i │ ├── job.sh │ ├── moelansfig4-2d-test_228460.err │ ├── moelansfig4-2d-test_229138.err │ └── moelansfig4-3d-test_232184.err ├── multiSn │ ├── 3350elm-dense-center.inp │ ├── abaqus.rpy │ ├── abaqus.rpy.2 │ ├── abaqus.rpy.3 │ ├── abaqus.rpy.4 │ ├── abaqus.rpy.5 │ ├── abq-mesh-1cu-1imc-2sn.i │ ├── abq-mesh.cae │ ├── abq-mesh.jnl │ ├── box-4x4x2um.inp │ ├── sim-1-nuc_at_gvert │ │ └── 1Cu1IMC2Sn_1_0.i │ ├── sim-2-nuc_along_Cu │ │ ├── 1Cu1IMC2Sn_nuc_along_Cu.i │ │ ├── job_log │ │ └── old-sim │ │ │ └── 1Cu1IMC2Sn_nuc_along_Cu.i │ ├── sim-3-nuc_along_Cu_less │ │ └── 1Cu1IMC2Sn_nuc_along_Cu_less.i │ ├── sim-3D_Sn2_001 │ │ └── 1Cu1IMC2Sn_1_0.i │ ├── sim-4-middle_grain_no_rot │ │ └── 1Cu1IMC2Sn_middle_grain_no_rot.i │ ├── sim-5-nuc_at_gvert_lower_dt_increase │ │ ├── 1Cu1IMC2Sn_lower_dt_increase.i │ │ └── job_log │ ├── sim-6-low_T_from_sim_1 │ │ ├── 1Cu1IMC2Sn_low_T_read_from_exodus.i │ │ └── sim-failed_1 │ │ │ ├── 1Cu1IMC2Sn_low_T_read_from_exodus.i │ │ │ └── failed_joblog │ ├── sim-7-testing_aurora │ │ ├── 1Cu1IMC2Sn_1_0.i │ │ ├── grow_IMC.sh │ │ ├── job.sh │ │ └── jobscript.sh │ ├── sim-8-001_110 │ │ ├── 1Cu1IMC2Sn_001_110.i │ │ └── joblog │ ├── sim-9-001_110_30deg_tilt_Sn2 │ │ ├── 1Cu1IMC2Sn_001_110_30deg_tilt_Sn2.i │ │ └── joblog │ ├── sim-MRi │ │ ├── sim-001-continous_sim_pre_-0003_w_neq_0_euler_0_0_0-_0_0_0 │ │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── sim-002-continous_sim_pre_-0003_w_neq_0_euler_0_45_0-_0_0_0 │ │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── sim-002-continous_sim_pre_-0003_w_neq_0_euler_0_90_0-_0_0_0 │ │ │ └── 1Cu1IMC2Sn_1_0.i │ │ └── sim-003-continous_sim_pre_-0003_w_neq_0_euler_0_0_0-_0_90_0 │ │ │ └── 1Cu1IMC2Sn_1_0.i │ └── sim-johan │ │ ├── eigenstrain │ │ ├── 1Cu1IMC2Sn_1_0.i │ │ └── 1Cu1IMC2Sn_1_0_johanplay.i │ │ ├── initialimc │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── sim-001-cont_sim_15deg_c_incline │ │ ├── 1Cu1IMC2Sn_1_0.i │ │ └── 1Cu1IMC2Sn_1_0_johanplay.i │ │ ├── sim-002-cont_sim_45deg_c_incline │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── sim-003-cont_sim_75deg_c_incline │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── sim-004-cont_sim_Sn_2_110 │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── sim-005-cont_sim_Sn_2_001 │ │ └── 1Cu1IMC2Sn_1_0.i │ │ ├── somviktor │ │ ├── test.i │ │ └── test_pc.i │ │ └── tillviktor │ │ ├── sim-004-continous_sim_pre_-0003_w_neq_0_euler_90_60_0-_90_90_0 │ │ ├── 1Cu1IMC2Sn_1_0.i │ │ └── 1Cu1IMC2Sn_1_0_50nm.i │ │ └── sim-005-continous_sim_pre_-0003_w_neq_0_euler_90_75_0-_90_90_0 │ │ └── 1Cu1IMC2Sn_1_0.i ├── myenergies │ ├── line140.i │ └── lineroomtemp.i ├── nonconstmob │ ├── kks_multiphase_Lij.i │ └── nonconstmob.i ├── nucleation │ ├── 2d-eta-1imc.i │ ├── 2d-eta.i │ ├── 2dbox.i │ ├── 3dbox-adaptive.i │ ├── 3dbox.i │ ├── 3dlinetest.i │ ├── linetest.i │ ├── lunarc.i │ └── test.i ├── polycrystalIC │ ├── lessci.i │ ├── lessci_test.i │ ├── lessci_test2.i │ └── polycrystalIC.i ├── rndIC │ ├── rndIC │ └── rndIC.i ├── switching │ └── kks_switching.i ├── tensorMechanicsTutorial │ ├── part1.i │ ├── part2.i │ └── part3.i └── testswithlarry │ ├── crystalplasticity.i │ ├── smallelasticity.i │ └── smallnodeformation.i ├── kks_multiphase.i ├── misc ├── Lij_calulation.m ├── Lplot.m ├── chemenv2.m ├── commontangent.m ├── diffusioncoef.m ├── diffusioncoeff.m ├── gibbsfit │ ├── chemen.m │ ├── chemen_allimc.m │ ├── chemencomp.m │ ├── chemenguanv3.m │ ├── chemenmoelans2015.m │ ├── chemenmoelans2015noeps.m │ ├── chemenv2.m │ ├── pointscu.mat │ └── pointssn.mat ├── gibbsplot.m ├── hkl_to_euler.py ├── imcradius.m ├── initalcond_1d.m ├── initalcond_2d.m ├── lineplots.m ├── mooseinp.m ├── plot_slip_from_csv.py ├── plot_slip_from_csv_v2.py └── read_image.m ├── run_tests ├── src ├── actions │ ├── KKSMultiACKernelAction.C │ └── KKSMultiACKernelAction_groupsNOTWORKING ├── auxkernels │ └── CrystalPlasticityTotalSlip.C ├── base │ ├── PuffinApp.C │ └── PuffinApp_old ├── ics │ ├── TricrystalTripleJunctionICyscale.C │ ├── UnitySubVarIC.C │ └── VarDepIC.C ├── kernels │ └── LangevinNoisePositive.C ├── main.C ├── materials │ ├── CPPlasticEnergyMaterial.C │ ├── ComputeElasticityTensorCPBaseName.C │ ├── ElasticEnergyMaterialGreenPK2.C │ ├── FiniteStrainUObasedCPBaseName.C │ └── FiniteStrainUObasedCPBaseNamehscale.C ├── postprocessors │ └── IMCFraction.C └── userobjects │ ├── CrystalPlasticitySlipRateBaseName.C │ ├── CrystalPlasticitySlipRateGSSBaseName.C │ ├── CrystalPlasticitySlipRateHWR.C │ ├── CrystalPlasticitySlipResistanceHWR.C │ ├── CrystalPlasticityStateVarRateComponentHWR.C │ ├── CrystalPlasticityStateVarRateComponentVoceP.C │ └── CrystalPlasticityStateVariableHWR.C ├── tests ├── ics │ └── vardepic │ │ ├── gold │ │ ├── multiBBIC.i │ │ └── out.e │ │ ├── tests │ │ └── vardepic_test.i ├── kernels │ └── simple_diffusion │ │ ├── gold │ │ └── simple_diffusion_out.e │ │ ├── simple_diffusion.i │ │ └── tests └── userobjects │ └── cp_user_object │ ├── crysp.i │ ├── crysp_exception.i │ ├── crysp_fileread.i │ ├── crysp_linesearch.i │ ├── crysp_save_euler.i │ ├── crysp_substep.i │ ├── crysp_user_object.i │ ├── gold │ ├── crysp_exception_out.e │ ├── crysp_fileread_out.e │ ├── crysp_lsearch_out.e │ ├── crysp_save_euler_out.e │ ├── crysp_substep_out.e │ ├── crysp_user_object_out.e │ └── out.e │ └── tests └── unit ├── Makefile ├── include └── place_holder ├── run_tests └── src ├── SampleTest.C └── main.C /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/README.md -------------------------------------------------------------------------------- /docs/AC-CH-crypla-cVm.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/AC-CH-crypla-cVm.synctex.gz -------------------------------------------------------------------------------- /docs/AC-CH-crypla-cVm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/AC-CH-crypla-cVm.tex -------------------------------------------------------------------------------- /docs/AC-CH-nodef-cVm.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/AC-CH-nodef-cVm.synctex.gz -------------------------------------------------------------------------------- /docs/AC-CH-nodef-cVm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/AC-CH-nodef-cVm.tex -------------------------------------------------------------------------------- /docs/AC-CH-nodef.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/AC-CH-nodef.synctex.gz -------------------------------------------------------------------------------- /docs/AC-CH-nodef.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/AC-CH-nodef.tex -------------------------------------------------------------------------------- /docs/Lij.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/Lij.synctex.gz -------------------------------------------------------------------------------- /docs/Lij.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/Lij.tex -------------------------------------------------------------------------------- /docs/ref.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/docs/ref.bib -------------------------------------------------------------------------------- /include/actions/KKSMultiACKernelAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/actions/KKSMultiACKernelAction.h -------------------------------------------------------------------------------- /include/actions/KKSMultiACKernelAction_groupsNOTWORKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/actions/KKSMultiACKernelAction_groupsNOTWORKING -------------------------------------------------------------------------------- /include/auxkernels/CrystalPlasticityTotalSlip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/auxkernels/CrystalPlasticityTotalSlip.h -------------------------------------------------------------------------------- /include/base/PuffinApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/base/PuffinApp.h -------------------------------------------------------------------------------- /include/base/PuffinApp_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/base/PuffinApp_old -------------------------------------------------------------------------------- /include/ics/TricrystalTripleJunctionICyscale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/ics/TricrystalTripleJunctionICyscale.h -------------------------------------------------------------------------------- /include/ics/UnitySubVarIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/ics/UnitySubVarIC.h -------------------------------------------------------------------------------- /include/ics/VarDepIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/ics/VarDepIC.h -------------------------------------------------------------------------------- /include/kernels/LangevinNoisePositive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/kernels/LangevinNoisePositive.h -------------------------------------------------------------------------------- /include/materials/CPPlasticEnergyMaterial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/materials/CPPlasticEnergyMaterial.h -------------------------------------------------------------------------------- /include/materials/ComputeElasticityTensorCPBaseName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/materials/ComputeElasticityTensorCPBaseName.h -------------------------------------------------------------------------------- /include/materials/ElasticEnergyMaterialGreenPK2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/materials/ElasticEnergyMaterialGreenPK2.h -------------------------------------------------------------------------------- /include/materials/FiniteStrainUObasedCPBaseName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/materials/FiniteStrainUObasedCPBaseName.h -------------------------------------------------------------------------------- /include/materials/FiniteStrainUObasedCPBaseNamehscale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/materials/FiniteStrainUObasedCPBaseNamehscale.h -------------------------------------------------------------------------------- /include/postprocessors/IMCFraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/postprocessors/IMCFraction.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticitySlipRateBaseName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticitySlipRateBaseName.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticitySlipRateGSSBaseName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticitySlipRateGSSBaseName.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticitySlipRateHWR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticitySlipRateHWR.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticitySlipResistanceHWR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticitySlipResistanceHWR.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticityStateVarRateComponentHWR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticityStateVarRateComponentHWR.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticityStateVarRateComponentVoceP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticityStateVarRateComponentVoceP.h -------------------------------------------------------------------------------- /include/userobjects/CrystalPlasticityStateVariableHWR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/include/userobjects/CrystalPlasticityStateVariableHWR.h -------------------------------------------------------------------------------- /inputfiles/220C/1eps2eta2d.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/220C/1eps2eta2d.i -------------------------------------------------------------------------------- /inputfiles/220C/lineepseta.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/220C/lineepseta.i -------------------------------------------------------------------------------- /inputfiles/220C/lineepseta_broken.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/220C/lineepseta_broken.i -------------------------------------------------------------------------------- /inputfiles/220C/realenergies.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/220C/realenergies.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/2d-planestrain.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/2d-planestrain.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/no-nucleation.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/no-nucleation.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/2d-mech-main.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/2d-mech-main.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/2d-mech-sub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/2d-mech-sub.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/2d-mechasmain-main.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/2d-mechasmain-main.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/2d-mechasmain-sub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/2d-mechasmain-sub.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/3d-mech-main.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/3d-mech-main.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/3d-mech-sub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/3d-mech-sub.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/mechasmain-main.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/mechasmain-main.i -------------------------------------------------------------------------------- /inputfiles/2d-mechanics/picard/mechasmain-sub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/2d-mechanics/picard/mechasmain-sub.i -------------------------------------------------------------------------------- /inputfiles/CuSn/c_crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/c_crash -------------------------------------------------------------------------------- /inputfiles/CuSn/cstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/cstart -------------------------------------------------------------------------------- /inputfiles/CuSn/eta_imc_crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/eta_imc_crash -------------------------------------------------------------------------------- /inputfiles/CuSn/eta_imc_start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/eta_imc_start -------------------------------------------------------------------------------- /inputfiles/CuSn/lijnumeric.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/lijnumeric.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans1d.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans1d.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans2dline.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans2dline.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans2dline_Lij.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans2dline_Lij.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans2dline_Lij2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans2dline_Lij2.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans2dline_Lij3.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans2dline_Lij3.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans2dline_Lij_lunarc.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans2dline_Lij_lunarc.i -------------------------------------------------------------------------------- /inputfiles/CuSn/moelans2dline_long.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/moelans2dline_long.i -------------------------------------------------------------------------------- /inputfiles/CuSn/snimcsntest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/snimcsntest.i -------------------------------------------------------------------------------- /inputfiles/CuSn/test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/CuSn/test.i -------------------------------------------------------------------------------- /inputfiles/HWRcrypla/1element.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/HWRcrypla/1element.i -------------------------------------------------------------------------------- /inputfiles/HWRcrypla/1element_HWR.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/HWRcrypla/1element_HWR.i -------------------------------------------------------------------------------- /inputfiles/HWRcrypla/calibration_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/HWRcrypla/calibration_main.py -------------------------------------------------------------------------------- /inputfiles/HWRcrypla/slip_systems_bct_HWR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/HWRcrypla/slip_systems_bct_HWR.txt -------------------------------------------------------------------------------- /inputfiles/HWRcrypla/slip_systems_bct_miller.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/HWRcrypla/slip_systems_bct_miller.txt -------------------------------------------------------------------------------- /inputfiles/HWRcrypla/ssgroups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/HWRcrypla/ssgroups.txt -------------------------------------------------------------------------------- /inputfiles/J2plasticity/2d-J2-coupled-fintestrain.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/J2plasticity/2d-J2-coupled-fintestrain.i -------------------------------------------------------------------------------- /inputfiles/J2plasticity/2d-J2-coupled.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/J2plasticity/2d-J2-coupled.i -------------------------------------------------------------------------------- /inputfiles/J2plasticity/2d-J2-main.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/J2plasticity/2d-J2-main.i -------------------------------------------------------------------------------- /inputfiles/J2plasticity/2d-J2-sub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/J2plasticity/2d-J2-sub.i -------------------------------------------------------------------------------- /inputfiles/ac-only/ac-only.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/ac-only/ac-only.i -------------------------------------------------------------------------------- /inputfiles/action-test/action-test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/action-test/action-test.i -------------------------------------------------------------------------------- /inputfiles/action-test/generated_input.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/action-test/generated_input.i -------------------------------------------------------------------------------- /inputfiles/action-test/noaction-comp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/action-test/noaction-comp.i -------------------------------------------------------------------------------- /inputfiles/bga/abaqus.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/abaqus.rpy -------------------------------------------------------------------------------- /inputfiles/bga/abaqus.rpy.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/abaqus.rpy.1 -------------------------------------------------------------------------------- /inputfiles/bga/abaqus.rpy.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/abaqus.rpy.2 -------------------------------------------------------------------------------- /inputfiles/bga/abaqus.rpy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/abaqus.rpy.3 -------------------------------------------------------------------------------- /inputfiles/bga/abaqus.rpy.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/abaqus.rpy.4 -------------------------------------------------------------------------------- /inputfiles/bga/abq-mesh-1cu-1imc-2sn.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/abq-mesh-1cu-1imc-2sn.i -------------------------------------------------------------------------------- /inputfiles/bga/bga-1um.cae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/bga-1um.cae -------------------------------------------------------------------------------- /inputfiles/bga/bga-1um.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/bga-1um.inp -------------------------------------------------------------------------------- /inputfiles/bga/bga-1um.jnl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/bga-1um.jnl -------------------------------------------------------------------------------- /inputfiles/bga/box-4x4x2um.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/bga/box-4x4x2um.inp -------------------------------------------------------------------------------- /inputfiles/broken/CuSn/CuSntest1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/broken/CuSn/CuSntest1.i -------------------------------------------------------------------------------- /inputfiles/broken/CuSn/CuSntest2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/broken/CuSn/CuSntest2.i -------------------------------------------------------------------------------- /inputfiles/broken/constVm/constVm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/broken/constVm/constVm.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/1_Sn.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/1_Sn.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/1element_calib.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/1element_calib.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/1element_calib_Cu.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/1element_calib_Cu.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/1element_calib_removed.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/1element_calib_removed.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/1element_calib_removedCopy1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/1element_calib_removedCopy1.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/1element_calib_removedCopy2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/1element_calib_removedCopy2.i -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_altered.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_altered.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_elab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_elab.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_removed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_removed.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_removedCopy1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_removedCopy1.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_removedCopy2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_removedCopy2.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_simple.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/calibration_main_simple_removed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/calibration_main_simple_removed.py -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/5compDirTest_001.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/5compDirTest_001.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/5compDirTest_010.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/5compDirTest_010.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/5compDirTest_100.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/5compDirTest_100.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/5compDirTest_101.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/5compDirTest_101.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/5compDirTest_110.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/5compDirTest_110.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/articleData/Untitled 1.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/articleData/Untitled 1.ods -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/articleData/activeSlipsSys.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/articleData/activeSlipsSys.ods -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/champion2003fig2cutest.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/champion2003fig2cutest.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/darbandi2012.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/darbandi2012.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig11a-eps.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig11a-eps.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig11a-eta.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig11a-eta.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig11b-eps.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig11b-eps.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig11b-eta.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig11b-eta.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig11c-eps.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig11c-eps.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig11c-eta.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig11c-eta.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig13a-air.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig13a-air.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig13a-furnace.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig13a-furnace.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/deng2003fig13a-water.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/deng2003fig13a-water.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig1-001.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig1-001.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig1-10.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig1-10.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig1-110.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig1-110.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig2-11e-5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig2-11e-5.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig2-13e-4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig2-13e-4.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig2-24e-5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig2-24e-5.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/ekinci2003fig2-45e-4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/ekinci2003fig2-45e-4.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/kiener2006fig4b.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/kiener2006fig4b.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/philippi2016extra001.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/philippi2016extra001.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/philippi2016extra110.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/philippi2016extra110.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/philippi2016extra110v2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/philippi2016extra110v2.mat -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/data/read_image.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/data/read_image.m -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/matlab/main_opt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/matlab/main_opt.m -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/matlab/minimize_error.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/matlab/minimize_error.m -------------------------------------------------------------------------------- /inputfiles/calibration_crypla/matlab/orientation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/calibration_crypla/matlab/orientation.m -------------------------------------------------------------------------------- /inputfiles/ch-ac_toy/ch-ac_toy.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/ch-ac_toy/ch-ac_toy.i -------------------------------------------------------------------------------- /inputfiles/ch_only/ch_only.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/ch_only/ch_only.i -------------------------------------------------------------------------------- /inputfiles/ch_varyM/ch_varyM.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/ch_varyM/ch_varyM.i -------------------------------------------------------------------------------- /inputfiles/crypla-coupled/crypla-coupled.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-coupled/crypla-coupled.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/2phase-2sn.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/2phase-2sn.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/2phase-etaevol-cevol.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/2phase-etaevol-cevol.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/2phase-etaevol.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/2phase-etaevol.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/2phase-nmeV.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/2phase-nmeV.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/2phase.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/2phase.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/3phase-adaptive.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/3phase-adaptive.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/3phase.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/3phase.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp_exception.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp_exception.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp_fileread.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp_fileread.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp_linesearch.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp_linesearch.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp_save_euler.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp_save_euler.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp_substep.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp_substep.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/cp_uo_tests/crysp_user_object.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/cp_uo_tests/crysp_user_object.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/crypla-test-bct.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/crypla-test-bct.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/crypla_2grains.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/crypla_2grains.i -------------------------------------------------------------------------------- /inputfiles/crypla-test/crypla_2grains1uo.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/crypla-test/crypla_2grains1uo.i -------------------------------------------------------------------------------- /inputfiles/gbdiff/gbdiff.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/gbdiff/gbdiff.i -------------------------------------------------------------------------------- /inputfiles/gbdiff/gbdiff_moelans.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/gbdiff/gbdiff_moelans.i -------------------------------------------------------------------------------- /inputfiles/gbdiff/roomtemp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/gbdiff/roomtemp.i -------------------------------------------------------------------------------- /inputfiles/gbdiff/roomtemp_IC1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/gbdiff/roomtemp_IC1.i -------------------------------------------------------------------------------- /inputfiles/gbdiff/roomtemp_from_Backup.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/gbdiff/roomtemp_from_Backup.i -------------------------------------------------------------------------------- /inputfiles/ic-test/kks_ictest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/ic-test/kks_ictest.i -------------------------------------------------------------------------------- /inputfiles/kappa/150/1Cu_1IMC_3Sn_Lvar_150.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/150/1Cu_1IMC_3Sn_Lvar_150.i -------------------------------------------------------------------------------- /inputfiles/kappa/3_sn_oblique.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/3_sn_oblique.i -------------------------------------------------------------------------------- /inputfiles/kappa/3_sn_oblique_SI.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/3_sn_oblique_SI.i -------------------------------------------------------------------------------- /inputfiles/kappa/Lvar/3_sn_oblique_Lvar.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/Lvar/3_sn_oblique_Lvar.i -------------------------------------------------------------------------------- /inputfiles/kappa/circle/1cu1imc2sn_circle.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/1cu1imc2sn_circle.i -------------------------------------------------------------------------------- /inputfiles/kappa/circle/nucleation/1cu1imc2sn_circle_nucleation.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/nucleation/1cu1imc2sn_circle_nucleation.i -------------------------------------------------------------------------------- /inputfiles/kappa/circle/nucleation/mv_0-0-0_90-90-0_nuc.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/nucleation/mv_0-0-0_90-90-0_nuc.avi -------------------------------------------------------------------------------- /inputfiles/kappa/circle/nucleation/sim_0-0-0-90-90-0_0.003/1cu1imc2sn_circle_nucleation.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/nucleation/sim_0-0-0-90-90-0_0.003/1cu1imc2sn_circle_nucleation.i -------------------------------------------------------------------------------- /inputfiles/kappa/circle/nucleation/sim_0-0-0_90-90-0_0.02/1cu1imc2sn_circle_nucleation.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/nucleation/sim_0-0-0_90-90-0_0.02/1cu1imc2sn_circle_nucleation.i -------------------------------------------------------------------------------- /inputfiles/kappa/circle/sim_0-0-0_60-90-0_0.003/circle2d_200x100_0.003_sym_fp_wi0_0-0-0_60-90-0_half_1681414.err: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inputfiles/kappa/circle/sim_0-0-0_60-90-0_0.02/circle2d_200x100_0.02_sym_fp_wi0_0-0-0_60-90-0_half_1681413.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/sim_0-0-0_60-90-0_0.02/circle2d_200x100_0.02_sym_fp_wi0_0-0-0_60-90-0_half_1681413.err -------------------------------------------------------------------------------- /inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.003/gm_0-0-0_90-90-0_0.003_25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.003/gm_0-0-0_90-90-0_0.003_25 -------------------------------------------------------------------------------- /inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.02/circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679256.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.02/circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679256.err -------------------------------------------------------------------------------- /inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.02/circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679264.err: -------------------------------------------------------------------------------- 1 | slurmstepd: error: *** JOB 1679264 ON au036 CANCELLED AT 2018-11-05T14:27:40 DUE TO TIME LIMIT *** 2 | -------------------------------------------------------------------------------- /inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.02/circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679324.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/circle/sim_0-0-0_90-90-0_0.02/circle2d_200x200_0.02_sym_fp_wi0_0-0-0_90-90-0_1679324.err -------------------------------------------------------------------------------- /inputfiles/kappa/scaletest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/scaletest.i -------------------------------------------------------------------------------- /inputfiles/kappa/tricrystalic_test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/kappa/tricrystalic_test.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/2d-mech_359954.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/2d-mech_359954.err -------------------------------------------------------------------------------- /inputfiles/mechanics_test/2d-mech_360012.err: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inputfiles/mechanics_test/2d-mech_360116.err: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inputfiles/mechanics_test/3d-test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/3d-test.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/allimc.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/allimc.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/allimc_broken.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/allimc_broken.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/fromLarry/kks_mech_KHS.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/fromLarry/kks_mech_KHS.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/fromLarry/kks_mech_VTS.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/fromLarry/kks_mech_VTS.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/fromLarry/toLarry.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/fromLarry/toLarry.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/picard/3d-mech-main.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/picard/3d-mech-main.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/picard/3d-mech-sub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/picard/3d-mech-sub.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/test1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/test1.i -------------------------------------------------------------------------------- /inputfiles/mechanics_test/test3d.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/mechanics_test/test3d.i -------------------------------------------------------------------------------- /inputfiles/moelans2011fig4/imcsphere2d.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/moelans2011fig4/imcsphere2d.i -------------------------------------------------------------------------------- /inputfiles/moelans2011fig4/imcsphere3d.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/moelans2011fig4/imcsphere3d.i -------------------------------------------------------------------------------- /inputfiles/moelans2011fig4/job.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/moelans2011fig4/job.sh -------------------------------------------------------------------------------- /inputfiles/moelans2011fig4/moelansfig4-2d-test_228460.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/moelans2011fig4/moelansfig4-2d-test_228460.err -------------------------------------------------------------------------------- /inputfiles/moelans2011fig4/moelansfig4-2d-test_229138.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/moelans2011fig4/moelansfig4-2d-test_229138.err -------------------------------------------------------------------------------- /inputfiles/moelans2011fig4/moelansfig4-3d-test_232184.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/moelans2011fig4/moelansfig4-3d-test_232184.err -------------------------------------------------------------------------------- /inputfiles/multiSn/3350elm-dense-center.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/3350elm-dense-center.inp -------------------------------------------------------------------------------- /inputfiles/multiSn/abaqus.rpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abaqus.rpy -------------------------------------------------------------------------------- /inputfiles/multiSn/abaqus.rpy.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abaqus.rpy.2 -------------------------------------------------------------------------------- /inputfiles/multiSn/abaqus.rpy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abaqus.rpy.3 -------------------------------------------------------------------------------- /inputfiles/multiSn/abaqus.rpy.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abaqus.rpy.4 -------------------------------------------------------------------------------- /inputfiles/multiSn/abaqus.rpy.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abaqus.rpy.5 -------------------------------------------------------------------------------- /inputfiles/multiSn/abq-mesh-1cu-1imc-2sn.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abq-mesh-1cu-1imc-2sn.i -------------------------------------------------------------------------------- /inputfiles/multiSn/abq-mesh.cae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abq-mesh.cae -------------------------------------------------------------------------------- /inputfiles/multiSn/abq-mesh.jnl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/abq-mesh.jnl -------------------------------------------------------------------------------- /inputfiles/multiSn/box-4x4x2um.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/box-4x4x2um.inp -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-1-nuc_at_gvert/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-1-nuc_at_gvert/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-2-nuc_along_Cu/1Cu1IMC2Sn_nuc_along_Cu.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-2-nuc_along_Cu/1Cu1IMC2Sn_nuc_along_Cu.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-2-nuc_along_Cu/job_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-2-nuc_along_Cu/job_log -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-2-nuc_along_Cu/old-sim/1Cu1IMC2Sn_nuc_along_Cu.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-2-nuc_along_Cu/old-sim/1Cu1IMC2Sn_nuc_along_Cu.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-3-nuc_along_Cu_less/1Cu1IMC2Sn_nuc_along_Cu_less.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-3-nuc_along_Cu_less/1Cu1IMC2Sn_nuc_along_Cu_less.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-3D_Sn2_001/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-3D_Sn2_001/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-4-middle_grain_no_rot/1Cu1IMC2Sn_middle_grain_no_rot.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-4-middle_grain_no_rot/1Cu1IMC2Sn_middle_grain_no_rot.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-5-nuc_at_gvert_lower_dt_increase/1Cu1IMC2Sn_lower_dt_increase.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-5-nuc_at_gvert_lower_dt_increase/1Cu1IMC2Sn_lower_dt_increase.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-5-nuc_at_gvert_lower_dt_increase/job_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-5-nuc_at_gvert_lower_dt_increase/job_log -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-6-low_T_from_sim_1/1Cu1IMC2Sn_low_T_read_from_exodus.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-6-low_T_from_sim_1/1Cu1IMC2Sn_low_T_read_from_exodus.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-6-low_T_from_sim_1/sim-failed_1/1Cu1IMC2Sn_low_T_read_from_exodus.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-6-low_T_from_sim_1/sim-failed_1/1Cu1IMC2Sn_low_T_read_from_exodus.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-6-low_T_from_sim_1/sim-failed_1/failed_joblog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-6-low_T_from_sim_1/sim-failed_1/failed_joblog -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-7-testing_aurora/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-7-testing_aurora/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-7-testing_aurora/grow_IMC.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-7-testing_aurora/grow_IMC.sh -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-7-testing_aurora/job.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-7-testing_aurora/job.sh -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-7-testing_aurora/jobscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-7-testing_aurora/jobscript.sh -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-8-001_110/1Cu1IMC2Sn_001_110.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-8-001_110/1Cu1IMC2Sn_001_110.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-8-001_110/joblog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-8-001_110/joblog -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-9-001_110_30deg_tilt_Sn2/1Cu1IMC2Sn_001_110_30deg_tilt_Sn2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-9-001_110_30deg_tilt_Sn2/1Cu1IMC2Sn_001_110_30deg_tilt_Sn2.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-9-001_110_30deg_tilt_Sn2/joblog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-9-001_110_30deg_tilt_Sn2/joblog -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-MRi/sim-001-continous_sim_pre_-0003_w_neq_0_euler_0_0_0-_0_0_0/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-MRi/sim-001-continous_sim_pre_-0003_w_neq_0_euler_0_0_0-_0_0_0/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-MRi/sim-002-continous_sim_pre_-0003_w_neq_0_euler_0_45_0-_0_0_0/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-MRi/sim-002-continous_sim_pre_-0003_w_neq_0_euler_0_45_0-_0_0_0/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-MRi/sim-002-continous_sim_pre_-0003_w_neq_0_euler_0_90_0-_0_0_0/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-MRi/sim-002-continous_sim_pre_-0003_w_neq_0_euler_0_90_0-_0_0_0/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-MRi/sim-003-continous_sim_pre_-0003_w_neq_0_euler_0_0_0-_0_90_0/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-MRi/sim-003-continous_sim_pre_-0003_w_neq_0_euler_0_0_0-_0_90_0/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/eigenstrain/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/eigenstrain/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/eigenstrain/1Cu1IMC2Sn_1_0_johanplay.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/eigenstrain/1Cu1IMC2Sn_1_0_johanplay.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/initialimc/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/initialimc/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/sim-001-cont_sim_15deg_c_incline/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/sim-001-cont_sim_15deg_c_incline/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/sim-001-cont_sim_15deg_c_incline/1Cu1IMC2Sn_1_0_johanplay.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/sim-001-cont_sim_15deg_c_incline/1Cu1IMC2Sn_1_0_johanplay.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/sim-002-cont_sim_45deg_c_incline/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/sim-002-cont_sim_45deg_c_incline/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/sim-003-cont_sim_75deg_c_incline/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/sim-003-cont_sim_75deg_c_incline/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/sim-004-cont_sim_Sn_2_110/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/sim-004-cont_sim_Sn_2_110/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/sim-005-cont_sim_Sn_2_001/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/sim-005-cont_sim_Sn_2_001/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/somviktor/test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/somviktor/test.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/somviktor/test_pc.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/somviktor/test_pc.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/tillviktor/sim-004-continous_sim_pre_-0003_w_neq_0_euler_90_60_0-_90_90_0/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/tillviktor/sim-004-continous_sim_pre_-0003_w_neq_0_euler_90_60_0-_90_90_0/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/tillviktor/sim-004-continous_sim_pre_-0003_w_neq_0_euler_90_60_0-_90_90_0/1Cu1IMC2Sn_1_0_50nm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/tillviktor/sim-004-continous_sim_pre_-0003_w_neq_0_euler_90_60_0-_90_90_0/1Cu1IMC2Sn_1_0_50nm.i -------------------------------------------------------------------------------- /inputfiles/multiSn/sim-johan/tillviktor/sim-005-continous_sim_pre_-0003_w_neq_0_euler_90_75_0-_90_90_0/1Cu1IMC2Sn_1_0.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/multiSn/sim-johan/tillviktor/sim-005-continous_sim_pre_-0003_w_neq_0_euler_90_75_0-_90_90_0/1Cu1IMC2Sn_1_0.i -------------------------------------------------------------------------------- /inputfiles/myenergies/line140.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/myenergies/line140.i -------------------------------------------------------------------------------- /inputfiles/myenergies/lineroomtemp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/myenergies/lineroomtemp.i -------------------------------------------------------------------------------- /inputfiles/nonconstmob/kks_multiphase_Lij.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nonconstmob/kks_multiphase_Lij.i -------------------------------------------------------------------------------- /inputfiles/nonconstmob/nonconstmob.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nonconstmob/nonconstmob.i -------------------------------------------------------------------------------- /inputfiles/nucleation/2d-eta-1imc.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/2d-eta-1imc.i -------------------------------------------------------------------------------- /inputfiles/nucleation/2d-eta.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/2d-eta.i -------------------------------------------------------------------------------- /inputfiles/nucleation/2dbox.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/2dbox.i -------------------------------------------------------------------------------- /inputfiles/nucleation/3dbox-adaptive.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/3dbox-adaptive.i -------------------------------------------------------------------------------- /inputfiles/nucleation/3dbox.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/3dbox.i -------------------------------------------------------------------------------- /inputfiles/nucleation/3dlinetest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/3dlinetest.i -------------------------------------------------------------------------------- /inputfiles/nucleation/linetest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/linetest.i -------------------------------------------------------------------------------- /inputfiles/nucleation/lunarc.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/lunarc.i -------------------------------------------------------------------------------- /inputfiles/nucleation/test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/nucleation/test.i -------------------------------------------------------------------------------- /inputfiles/polycrystalIC/lessci.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/polycrystalIC/lessci.i -------------------------------------------------------------------------------- /inputfiles/polycrystalIC/lessci_test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/polycrystalIC/lessci_test.i -------------------------------------------------------------------------------- /inputfiles/polycrystalIC/lessci_test2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/polycrystalIC/lessci_test2.i -------------------------------------------------------------------------------- /inputfiles/polycrystalIC/polycrystalIC.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/polycrystalIC/polycrystalIC.i -------------------------------------------------------------------------------- /inputfiles/rndIC/rndIC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/rndIC/rndIC -------------------------------------------------------------------------------- /inputfiles/rndIC/rndIC.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/rndIC/rndIC.i -------------------------------------------------------------------------------- /inputfiles/switching/kks_switching.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/switching/kks_switching.i -------------------------------------------------------------------------------- /inputfiles/tensorMechanicsTutorial/part1.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/tensorMechanicsTutorial/part1.i -------------------------------------------------------------------------------- /inputfiles/tensorMechanicsTutorial/part2.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/tensorMechanicsTutorial/part2.i -------------------------------------------------------------------------------- /inputfiles/tensorMechanicsTutorial/part3.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/tensorMechanicsTutorial/part3.i -------------------------------------------------------------------------------- /inputfiles/testswithlarry/crystalplasticity.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/testswithlarry/crystalplasticity.i -------------------------------------------------------------------------------- /inputfiles/testswithlarry/smallelasticity.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/testswithlarry/smallelasticity.i -------------------------------------------------------------------------------- /inputfiles/testswithlarry/smallnodeformation.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/inputfiles/testswithlarry/smallnodeformation.i -------------------------------------------------------------------------------- /kks_multiphase.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/kks_multiphase.i -------------------------------------------------------------------------------- /misc/Lij_calulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/Lij_calulation.m -------------------------------------------------------------------------------- /misc/Lplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/Lplot.m -------------------------------------------------------------------------------- /misc/chemenv2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/chemenv2.m -------------------------------------------------------------------------------- /misc/commontangent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/commontangent.m -------------------------------------------------------------------------------- /misc/diffusioncoef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/diffusioncoef.m -------------------------------------------------------------------------------- /misc/diffusioncoeff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/diffusioncoeff.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemen.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemen_allimc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemen_allimc.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemencomp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemencomp.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemenguanv3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemenguanv3.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemenmoelans2015.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemenmoelans2015.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemenmoelans2015noeps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemenmoelans2015noeps.m -------------------------------------------------------------------------------- /misc/gibbsfit/chemenv2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/chemenv2.m -------------------------------------------------------------------------------- /misc/gibbsfit/pointscu.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/pointscu.mat -------------------------------------------------------------------------------- /misc/gibbsfit/pointssn.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsfit/pointssn.mat -------------------------------------------------------------------------------- /misc/gibbsplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/gibbsplot.m -------------------------------------------------------------------------------- /misc/hkl_to_euler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/hkl_to_euler.py -------------------------------------------------------------------------------- /misc/imcradius.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/imcradius.m -------------------------------------------------------------------------------- /misc/initalcond_1d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/initalcond_1d.m -------------------------------------------------------------------------------- /misc/initalcond_2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/initalcond_2d.m -------------------------------------------------------------------------------- /misc/lineplots.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/lineplots.m -------------------------------------------------------------------------------- /misc/mooseinp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/mooseinp.m -------------------------------------------------------------------------------- /misc/plot_slip_from_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/plot_slip_from_csv.py -------------------------------------------------------------------------------- /misc/plot_slip_from_csv_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/plot_slip_from_csv_v2.py -------------------------------------------------------------------------------- /misc/read_image.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/misc/read_image.m -------------------------------------------------------------------------------- /run_tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/run_tests -------------------------------------------------------------------------------- /src/actions/KKSMultiACKernelAction.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/actions/KKSMultiACKernelAction.C -------------------------------------------------------------------------------- /src/actions/KKSMultiACKernelAction_groupsNOTWORKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/actions/KKSMultiACKernelAction_groupsNOTWORKING -------------------------------------------------------------------------------- /src/auxkernels/CrystalPlasticityTotalSlip.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/auxkernels/CrystalPlasticityTotalSlip.C -------------------------------------------------------------------------------- /src/base/PuffinApp.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/base/PuffinApp.C -------------------------------------------------------------------------------- /src/base/PuffinApp_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/base/PuffinApp_old -------------------------------------------------------------------------------- /src/ics/TricrystalTripleJunctionICyscale.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/ics/TricrystalTripleJunctionICyscale.C -------------------------------------------------------------------------------- /src/ics/UnitySubVarIC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/ics/UnitySubVarIC.C -------------------------------------------------------------------------------- /src/ics/VarDepIC.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/ics/VarDepIC.C -------------------------------------------------------------------------------- /src/kernels/LangevinNoisePositive.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/kernels/LangevinNoisePositive.C -------------------------------------------------------------------------------- /src/main.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/main.C -------------------------------------------------------------------------------- /src/materials/CPPlasticEnergyMaterial.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/materials/CPPlasticEnergyMaterial.C -------------------------------------------------------------------------------- /src/materials/ComputeElasticityTensorCPBaseName.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/materials/ComputeElasticityTensorCPBaseName.C -------------------------------------------------------------------------------- /src/materials/ElasticEnergyMaterialGreenPK2.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/materials/ElasticEnergyMaterialGreenPK2.C -------------------------------------------------------------------------------- /src/materials/FiniteStrainUObasedCPBaseName.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/materials/FiniteStrainUObasedCPBaseName.C -------------------------------------------------------------------------------- /src/materials/FiniteStrainUObasedCPBaseNamehscale.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/materials/FiniteStrainUObasedCPBaseNamehscale.C -------------------------------------------------------------------------------- /src/postprocessors/IMCFraction.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/postprocessors/IMCFraction.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticitySlipRateBaseName.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticitySlipRateBaseName.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticitySlipRateGSSBaseName.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticitySlipRateGSSBaseName.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticitySlipRateHWR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticitySlipRateHWR.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticitySlipResistanceHWR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticitySlipResistanceHWR.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticityStateVarRateComponentHWR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticityStateVarRateComponentHWR.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticityStateVarRateComponentVoceP.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticityStateVarRateComponentVoceP.C -------------------------------------------------------------------------------- /src/userobjects/CrystalPlasticityStateVariableHWR.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/src/userobjects/CrystalPlasticityStateVariableHWR.C -------------------------------------------------------------------------------- /tests/ics/vardepic/gold/multiBBIC.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/ics/vardepic/gold/multiBBIC.i -------------------------------------------------------------------------------- /tests/ics/vardepic/gold/out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/ics/vardepic/gold/out.e -------------------------------------------------------------------------------- /tests/ics/vardepic/tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/ics/vardepic/tests -------------------------------------------------------------------------------- /tests/ics/vardepic/vardepic_test.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/ics/vardepic/vardepic_test.i -------------------------------------------------------------------------------- /tests/kernels/simple_diffusion/gold/simple_diffusion_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/kernels/simple_diffusion/gold/simple_diffusion_out.e -------------------------------------------------------------------------------- /tests/kernels/simple_diffusion/simple_diffusion.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/kernels/simple_diffusion/simple_diffusion.i -------------------------------------------------------------------------------- /tests/kernels/simple_diffusion/tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/kernels/simple_diffusion/tests -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp_exception.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp_exception.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp_fileread.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp_fileread.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp_linesearch.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp_linesearch.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp_save_euler.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp_save_euler.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp_substep.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp_substep.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/crysp_user_object.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/crysp_user_object.i -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/crysp_exception_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/crysp_exception_out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/crysp_fileread_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/crysp_fileread_out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/crysp_lsearch_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/crysp_lsearch_out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/crysp_save_euler_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/crysp_save_euler_out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/crysp_substep_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/crysp_substep_out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/crysp_user_object_out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/crysp_user_object_out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/gold/out.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/gold/out.e -------------------------------------------------------------------------------- /tests/userobjects/cp_user_object/tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/tests/userobjects/cp_user_object/tests -------------------------------------------------------------------------------- /unit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/unit/Makefile -------------------------------------------------------------------------------- /unit/include/place_holder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unit/run_tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/unit/run_tests -------------------------------------------------------------------------------- /unit/src/SampleTest.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/unit/src/SampleTest.C -------------------------------------------------------------------------------- /unit/src/main.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhektor/Puffin/HEAD/unit/src/main.C --------------------------------------------------------------------------------