This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @everywhere push!(LOAD_PATH, "/home/stagnerl/") | |
| import InterpolatingFunctions; @everywhere using InterpolatingFunctions | |
| import GuidingCenterOrbits; @everywhere using GuidingCenterOrbits | |
| import HDF5; @everywhere using HDF5 | |
| import Clustering; @everywhere using Clustering | |
| import Iterators; @everywhere using Iterators | |
| import StaticArrays; @everywhere using StaticArrays | |
| import FastKmeans; @everywhere using FastKmeans | |
| function make_clustered_distribution_file(M,wall,nkk) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Module libfida defined in file fidasim.f90 | |
| subroutine f90wrap_interpolcoeffs1d__get__i(this, f90wrap_i) | |
| use libfida, only: interpolcoeffs1d | |
| implicit none | |
| type interpolcoeffs1d_ptr_type | |
| type(interpolcoeffs1d), pointer :: p => NULL() | |
| end type interpolcoeffs1d_ptr_type | |
| integer, intent(in) :: this(2) | |
| type(interpolcoeffs1d_ptr_type) :: this_ptr |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer