ORB5  v4.9.4
boundaryconditions.F90 File Reference

Data Types

interface  boundaryconditions::bcmat_dirichlet
 
interface  boundaryconditions::bcmat_unicity_direct
 
interface  boundaryconditions::bcmat_unicity_fourier
 

Modules

module  boundaryconditions
 Solver Adaptor pattern.
 

Functions/Subroutines

subroutine boundaryconditions::dirichlet_pointindomain (isIn, x, y, ly, xmin, xmax)
 
subroutine boundaryconditions::unicity_pointindomain (isIn, x, y, ly, xmin, xmax)
 
subroutine boundaryconditions::periodic_pointindomain (isIn, x, y, lx, ly)
 
subroutine boundaryconditions::bcrhs_unicity_direct (rhs, ny)
 
subroutine boundaryconditions::bcrhs_dirichlet_direct (rhs, left, nx, degree, ny)
 
subroutine boundaryconditions::bcrhs_unicity_fourier (rhs, ny)
 
subroutine boundaryconditions::bcrhs_dirichlet_fourier (rhs, left, nx, degree, ny)
 
subroutine boundaryconditions::bcsol_unicity_direct (sol, ny)
 
subroutine boundaryconditions::bcmat_unicity_direct_gemat (M, ny)
 
subroutine boundaryconditions::bcmat_unicity_direct_pbmat (M, ny)
 
subroutine boundaryconditions::bcmat_unicity_fourier_zgemat (M, filterZero, ny, ns)
 
subroutine boundaryconditions::bcmat_unicity_fourier_zpbmat (M, ny, ns, iy)
 
subroutine boundaryconditions::bcmat_dirichlet_gemat (M, side, nx, degree, ny, ns)
 
subroutine boundaryconditions::bcmat_dirichlet_zgemat (M, side, nx, degree, ny, ns)
 
subroutine boundaryconditions::bcmat_dirichlet_pbmat (M, left, nx, degree, ny, ns)
 
subroutine boundaryconditions::bcmat_dirichlet_zpbmat (M, left, nx, degree, ny, ns)
 
integer function boundaryconditions::computemapping2to1_ (i, j, ny)
 
subroutine boundaryconditions::computemapping1to2_ (a, i, j, ny)