Toggle navigation
Legolas v. 2.0.6 - stable
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
apply_natural_boundaries_right
Interface
24 statements
Source File
mod_boundary_manager.f08
mod_boundary_manager
apply_natural_boundaries_right
Contents
None
interface
private module module subroutine apply_natural_boundaries_right(matrix, settings, grid, background, physics)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(
matrix_t
),
intent(inout)
::
matrix
type(
settings_t
),
intent(in)
::
settings
type(
grid_t
),
intent(in)
::
grid
type(
background_t
),
intent(in)
::
background
type(
physics_t
),
intent(in)
::
physics