Choral
Modules | Functions/Subroutines
funcLib.f90 File Reference

Go to the source code of this file.

Modules

module  funclib
  PRE-DEFINED NUMERIC FUNCTIONS
 

Functions/Subroutines

real(rp) function, dimension(3), public funclib::vector_field_e_x (x)
 constant vector field \( x \longrightarrow e_x \in \R^3 \) More...
 
real(rp) function, public funclib::one_r3 (x)
 The function \( x\in \R^3 \rightarrow 1 \in \R \). More...
 
real(rp) function, public funclib::emetric (x, u, v)
 Euclidian metric on \( \R^3\) : \( (x,u,v)\in\R^3\times\R^3\times\R^3 \rightarrow u\cdot v \in \R\)
This is the isotropic homogeneous metric equal to the usual scalar product at every point \( x\in \R^3 \). More...
 
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...