aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* (*) The grid offsets of the dissipation and derivative operators are madekorobkin2008-04-29
* (+) Added the capability to specify grid offsets in derivative and dissipationkorobkin2008-04-28
* Add stencils for non-SBP operators.diener2008-04-18
* Fix wrong initialization of imax.diener2008-04-18
* Determine correctly which boundaries are outer boundaries whenschnetter2008-04-17
* Add OpenMP workshare constructsschnetter2008-04-17
* Parallelise with OpenMP. Remove function outer_prod_3d, ad write itsschnetter2008-04-08
* Determine index range correctly: Initialise imax to -1 instead of 0,schnetter2008-04-08
* Remove unused local variablesschnetter2008-04-08
* Add two new parameters onesided_outer_boundaries andschnetter2008-04-08
* Fix wrong subroutine call.diener2007-10-31
* Add 8-4 second derivative operators.diener2007-10-31
* Fix a couple of typos.diener2007-10-30
* Move check for domain size to the right place.diener2007-10-30
* This operator is now implemented correctly.diener2007-10-30
* Added 6-3 minimal bandwidth 2nd derivative operators. Added 4-2 minimaldiener2007-10-19
* Fix error message.diener2007-10-18
* Make 2nd derivative interface consistent with FiniteDifferencing anddiener2007-10-18
* The second derivative in the 4-2 case is not unique, so I added the minimaldiener2007-10-18
* Moved definitions of coefficients to a single module in order to only havediener2007-10-16
* Add a deallocate statement for the local allocatable arrays in case wediener2007-05-14
* Require 2, not 1 ghost zones.schnetter2007-02-12
* Do not abort during paramcheck if there are not enough ghost zones;schnetter2007-02-12
* Check that the boundary regions (where the stencils need to beschnetter2006-10-05
* Correct one-off error in the check that the boundary regions do notschnetter2006-10-05
* Ensure that the boundary regions where the stencil is off-centered doschnetter2006-10-05
* Call SBP_determine_onesided_stencil instead of determining theschnetter2006-10-05
* Simplify some expressions calculating dissipation coefficients. Thisschnetter2006-08-26
* Correct Fortran wrapperschnetter2006-08-03
* Introduce a function SBP_determine_onesided_stencil which determinesschnetter2006-07-05
* Replace numbers of the form "0_wp" with "0.0_wp". The former definesschnetter2006-06-11
* Replace the temporary solution, which checks whether PUGH is active,schnetter2006-06-11
* *** empty log message ***tiglio2006-05-18
* A C version (as opposed to C++) of the hack.tiglio2006-05-18
* Added a small ifdef to make it work with PUGH (as it was the derivs were wron...tiglio2006-05-18
* Fixed stupid mistake in having the assignment of stored coefficients anddiener2006-04-21
* Fixed bug when running on one processor with ghost size less than 3.diener2006-04-21
* Another file I forgot previously.diener2006-04-13
* Modify the interface to allow for spatial dependence on the upwindingdiener2006-04-13
* First attempt at upwinding SBP operators. Don't use yet. They will changediener2006-04-10
* Two part update of the restricted full norm dissipation operators. The firstdiener2006-03-10
* Aliased routine for returning the diagonal norm coefficients.diener2006-02-24
* Add new parameters derivatives_zero_y and derivatives_zero_z in order todiener2006-02-14
* Only use one sided finite differences near multipatch boundaries. Should fixdiener2006-02-13
* Kreiss-Oliger type dissipation for the restricted full norm 4-3 operator.diener2006-02-03
* Cosmetic change.diener2006-02-03
* Kreiss-Oliger type dissipation operators compatible with the diagonal 4-2 anddiener2006-02-02
* Implementation of a Kreiss-Oliger type dissipation operator compatible withdiener2006-02-01
* Introduce a new kind of dissipation operators. Kreiss-Oliger type dissipationdiener2005-12-15
* Added a new boolean parameter "scale_with_h" that allows the user todiener2005-12-06