BOUT
BOUT copied to clipboard
NOTE: BOUT++ now at https://github.com/boutproject/BOUT-dev
Dear doc Benduson, I compiled BOUT and after running test_suite one test failed: initial_test. In particularly, function mixmode and mixmode_suite failed. How to solve this problem? And what is the...
Dear doc Benduson I want to learn Bout++,but I find it difficult to understand the manual. I think ,first of all, I want to learn the arithmetic of the software,...
The problem is that I don't how to run the 'install',it isn't the 'exe' file. The mpi file also don't be installed. Anyone could help me ? If necesarry ,contact...
the boolean variables cannot be saved in the output file. See datafile.cxx
Grid files store 3D variables as Fourier coefficients, but there is currently no Python routine to convert a 3D array in [x,y,z] into the correct representation.
Could MDSplus or similar be used for archiving of simulation inputs, including physics source code, BOUT.inp settings, mesh file contents? Ideally some summary of the result e.g. fluctuation level, average...
The solve functions in class Laplacian (the interface to the user) should not be overridden by implementations. Instead, implementations should implement protected functions (not visible to the user), which are...
Error encountered when compiling with pathscale compiler version 3.2 and MPICH Compiling vector3d.cxx ### Compiler Error in file vector3d.cxx during PU_adjust_addr_flags phase: ### MLDID of Return_Val_Preg not allowed in middle...
When overriding the NOUT and TIMESTEP variables, it seems that the output file is not written. It seems to be because the logic for determining whether or not to write...
To scale to more processors and make handling large numbers of output files less painful, we need a parallel I./O system. The ADIOS system from ORNL seems like a good...