aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Remove reference to unused file.diener2005-12-06
* Remove unused file.diener2005-12-06
* Call the same 2-1 and 4-2 operators regardless of whether the user requestsdiener2005-12-02
* Remove declaration of unused variables nghostzones, bbox, lsh and ierr.diener2005-11-29
* Remove declaration of unused variables nwt and xmax.diener2005-11-29
* Remove declaration of unused variables i,j,k.diener2005-11-29
* Remove commented debug statements.diener2005-11-29
* Remove commented lines.diener2005-11-29
* Realized that in the CVS version the optimized restricted full operatorsdiener2005-11-29
* Remove some commented debugging print statements.diener2005-11-29
* Remove an unused subroutine.diener2005-11-29
* Clean up for publication.diener2005-11-29
* Added an optimized 6-3 operator and dissipation operators for the remainingdiener2005-06-15
* Correct prototype for Fortran routine.schnetter2005-06-04