mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 17:01:55 -06:00
rename LS* to LinearSolver*
also move these "LinearSolver" parameter group
This commit is contained in:
parent
b1bd56688f
commit
eb1c79f785
@ -23,8 +23,8 @@
|
||||
* \brief The spatial parameters for the fully coupled tutorial problem
|
||||
* which uses the twophase box model.
|
||||
*/
|
||||
#ifndef TUTORIALSPATIALPARAMETERS_COUPLED_HH
|
||||
#define TUTORIALSPATIALPARAMETERS_COUPLED_HH
|
||||
#ifndef DUMUX_TUTORIAL_SPATIAL_PARAMETERS_COUPLED_HH
|
||||
#define DUMUX_TUTORIAL_SPATIAL_PARAMETERS_COUPLED_HH
|
||||
|
||||
// include parent spatialparameters
|
||||
#include <dumux/material/spatialparameters/boxspatialparameters.hh>
|
||||
|
@ -22,8 +22,8 @@
|
||||
*
|
||||
* \brief spatial parameters for the sequential tutorial
|
||||
*/
|
||||
#ifndef TUTORIALSPATIALPARAMETERS_DECOUPLED_HH
|
||||
#define TUTORIALSPATIALPARAMETERS_DECOUPLED_HH
|
||||
#ifndef DUMUX_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH
|
||||
#define DUMUX_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH
|
||||
|
||||
|
||||
#include <dumux/material/spatialparameters/fvspatialparameters.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user