Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_linear_operator_penalized.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_linear_operator_penalized.F90:

Go to the source code of this file.

Data Types

type  sll_t_linear_operator_penalized
 class for a linear operator_penalized More...
 

Modules

module  sll_m_linear_operator_penalized
 module for a penalized linear operator
 

Functions/Subroutines

subroutine create_linear_operator_penalized (self, linear_operator, vecs, n_dim_nullspace)
 creates a linear operator_penalized More...
 
subroutine free_linear_operator_penalized (self)
 destroys the current object More...
 
subroutine dot_linear_operator_penalized (self, x, y)
 apply the dot operation More...
 
subroutine print_info_linear_operator_penalized (self)
 prints a linear operator More...
 
    Report Typos and Errors