Choral
Functions/Subroutines

Functions with \(C^k\) regularity, with support \( [-1,1] \) and with mean-value 1. More...

Collaboration diagram for F_ck:

Functions/Subroutines

real(rp) function, public funclib::f_c0 (t)
 
real(rp) function funclib::f_c1 (t)
 C1 function with support [-1,1]. More...
 
real(rp) function, public funclib::f_c2 (t)
 C2 function with support [-1,1]. More...
 
real(rp) function, public funclib::f_c3 (t)
 C3 function with support [-1,1]. More...
 
real(rp) function, public funclib::f_c4 (t)
 C4 function with support [-1,1]. More...
 
real(rp) function, public funclib::f_c5 (t)
 C5 function with support [-1,1]. More...
 

Detailed Description

Functions with \(C^k\) regularity, with support \( [-1,1] \) and with mean-value 1.

triangle function on [-1,1]

Function/Subroutine Documentation

◆ f_c0()

real(rp) function, public funclib::f_c0 ( real(rp), intent(in)  t)

Definition at line 105 of file funcLib.f90.

◆ f_c1()

real(rp) function funclib::f_c1 ( real(rp), intent(in)  t)

C1 function with support [-1,1].

Definition at line 123 of file funcLib.f90.

◆ f_c2()

real(rp) function, public funclib::f_c2 ( real(rp), intent(in)  t)

C2 function with support [-1,1].

Definition at line 143 of file funcLib.f90.

◆ f_c3()

real(rp) function, public funclib::f_c3 ( real(rp), intent(in)  t)

C3 function with support [-1,1].

Definition at line 164 of file funcLib.f90.

◆ f_c4()

real(rp) function, public funclib::f_c4 ( real(rp), intent(in)  t)

C4 function with support [-1,1].

Definition at line 189 of file funcLib.f90.

◆ f_c5()

real(rp) function, public funclib::f_c5 ( real(rp), intent(in)  t)

C5 function with support [-1,1].

Definition at line 216 of file funcLib.f90.