-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start to introduce zstart/zend and change loops (updated) #1713
base: next
Are you sure you want to change the base?
Commits on Dec 12, 2018
-
Starting to replace loop over all Z in difops
Most robust approach is to replace nested loops with BOUT_FOR loops as this defers the zp/zm offsetting to the SpecificInd code
Configuration menu - View commit details
-
Copy full SHA for 21cc163 - Browse repository at this point
Copy the full SHA 21cc163View commit details
Commits on Dec 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2bfa11e - Browse repository at this point
Copy the full SHA 2bfa11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8594ec0 - Browse repository at this point
Copy the full SHA 8594ec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6794a - Browse repository at this point
Copy the full SHA 6b6794aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d880cc - Browse repository at this point
Copy the full SHA 6d880ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ae3f2 - Browse repository at this point
Copy the full SHA 44ae3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4225690 - Browse repository at this point
Copy the full SHA 4225690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6961e20 - Browse repository at this point
Copy the full SHA 6961e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2627448 - Browse repository at this point
Copy the full SHA 2627448View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0143ad - Browse repository at this point
Copy the full SHA d0143adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 483c389 - Browse repository at this point
Copy the full SHA 483c389View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4dcc15 - Browse repository at this point
Copy the full SHA e4dcc15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484a466 - Browse repository at this point
Copy the full SHA 484a466View commit details -
Configuration menu - View commit details
-
Copy full SHA for d611eb5 - Browse repository at this point
Copy the full SHA d611eb5View commit details
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be98315 - Browse repository at this point
Copy the full SHA be98315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411521e - Browse repository at this point
Copy the full SHA 411521eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 484b1e6 - Browse repository at this point
Copy the full SHA 484b1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9b0b7 - Browse repository at this point
Copy the full SHA ae9b0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f19a0 - Browse repository at this point
Copy the full SHA a4f19a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e8d51 - Browse repository at this point
Copy the full SHA 20e8d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8d853 - Browse repository at this point
Copy the full SHA 6f8d853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ecb0d - Browse repository at this point
Copy the full SHA 69ecb0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39edc67 - Browse repository at this point
Copy the full SHA 39edc67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bbbec - Browse repository at this point
Copy the full SHA 35bbbecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a222f01 - Browse repository at this point
Copy the full SHA a222f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf0c9f - Browse repository at this point
Copy the full SHA faf0c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bce69 - Browse repository at this point
Copy the full SHA 17bce69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38eb0e9 - Browse repository at this point
Copy the full SHA 38eb0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ed1b8 - Browse repository at this point
Copy the full SHA 96ed1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10763f - Browse repository at this point
Copy the full SHA e10763fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f62e84a - Browse repository at this point
Copy the full SHA f62e84aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca6d3e - Browse repository at this point
Copy the full SHA 5ca6d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f502a - Browse repository at this point
Copy the full SHA 89f502aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6a7cb - Browse repository at this point
Copy the full SHA 4d6a7cbView commit details
Commits on Jan 8, 2019
-
Update fv_ops header to use zstart/zend and localmesh
Doesn't use global `mesh`, instead uses `Field::getMesh()`, and constructs return fields using this `localmesh`. Loops in Z use `zstart`/`zend`, or changed to use `BOUT_FOR`
Configuration menu - View commit details
-
Copy full SHA for 493b790 - Browse repository at this point
Copy the full SHA 493b790View commit details -
fv_ops using zstart/zend and localmesh
Updating the cxx file functions to use these new features.
Configuration menu - View commit details
-
Copy full SHA for 810bb17 - Browse repository at this point
Copy the full SHA 810bb17View commit details
Commits on May 8, 2019
-
Merge branch 'next' into zstart_zend_change_loops
* next: (1066 commits) Fix more typos in BoutMesh boundary Region y-ranges Add implementation of Field2D::applyBoundary(BoutReal time) Fix typos in BoutMesh boundary Region y-ranges Fixes for FV::Div_a_Laplace_perp Add Options::withDefault(Options&) to manual Set y-direction of FieldPerp results in ParallelTransformIdentity Do not calculate parallel slices for field-aligned fields Allow default value of Options to be set from another Options object Unit test ParallelTransformIdentity::toFieldAligned/fromFieldAligned Set y-direction of results in ParallelTransformIdentity Correct Field3D->FieldPerp in error message RGN_NOBNDRY in FieldPerp unit tests toFieldAligned and fromFieldAligned Unit tests for FieldPerp toFieldAligned and fromFieldAligned Add support for shifting a FieldPerp toFieldAligned/fromFieldAligned More tests for case sensitivity/insensitivity in options unit tests Convert Options::isSection() argument to lower case Update required Jinja2 version to avoid CVE-2019-10906 Move Gridfile::get implementations for Field3D/Field2D to .cxx typo Warn about random failures in test ...
Configuration menu - View commit details
-
Copy full SHA for 7d4959c - Browse repository at this point
Copy the full SHA 7d4959cView commit details -
Configuration menu - View commit details
-
Copy full SHA for adef4c8 - Browse repository at this point
Copy the full SHA adef4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c2f1a - Browse repository at this point
Copy the full SHA 38c2f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e778d0c - Browse repository at this point
Copy the full SHA e778d0cView commit details -
Merge branch 'next' into zstart_zend_change_loops_next
* next: (26 commits) Make manual entry on file I/O for FieldPerps clearer Rename safeAtReverse to safeAt Use BoutComm::rank() in datafile.cxx Add FieldPerp to File I/O documentation Throw in unimplemented 'int' version of GridFromOptions::get Make sure yindex_global is invalid in DataFormat::writeFieldAttributes HDF5 version of I/O test with reading from restart files I/O test with reading from restart files Make restart.redistribute work for FieldPerps Add FieldPerp to test-io and test-io_hdf5 More FieldPerp support in datafile.py Add FieldPerp support to collect.py Loading FieldPerp from grid, only communicate and checkData if valid Don't allocate in Mesh::get GridFromFile: only allocate FieldPerp when actually reading Read attributes when getting Fields from grid-file Add FieldPerp version of Mesh::get() Implement FieldPerp capability in FieldFactory Don't use DataFormat::mesh when it might be nullptr Move readFieldAttributes/writeFieldAttributes to DataFormat ...
Configuration menu - View commit details
-
Copy full SHA for 4b687c3 - Browse repository at this point
Copy the full SHA 4b687c3View commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2d4ea48 - Browse repository at this point
Copy the full SHA 2d4ea48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e2a2d - Browse repository at this point
Copy the full SHA f5e2a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca789c8 - Browse repository at this point
Copy the full SHA ca789c8View commit details -
Merge branch 'next' into zstart_zend_change_loops_next
* next: (80 commits) Deprecate Karniadakis solver Remove Laplace3D Don't specify boundary regions in D2DXDY Use function_traits<T>::arg_t<N> in SUNDIALS wrappers Add some tests for function_traits Provide function_traits<T>::arg_t<0> for ease of use Remove autoconf macros for handling SUNDIALS integer types Replace SUNDIALS int types with `function_traits` or sunindextype Add traits class to get types of function arguments fix nc-format Manual section on mixed second derivatives In D2DXDY take y-derivative first, apply boundary condition before DDX Take z-derivative before x-derivative in D2DXDZ Simplify location-setting in D2DYDZ Handle attributes for missing variables Revert "Hypnotoad: 'H' is derivative of integral" Default initialise member variables Fix return type on empty Petsc Laplace solve Add LaplacianNaulin::resetMeanIterations Replace old-style C casts with static_cast in PetscSolver ...
Configuration menu - View commit details
-
Copy full SHA for 2c2fdc9 - Browse repository at this point
Copy the full SHA 2c2fdc9View commit details