Choral
Data Types | Modules | Functions/Subroutines
integral.F90 File Reference

Go to the source code of this file.

Data Types

interface  integral::integ
 Integration of scalar functions. More...
 
interface  integral::l2_dist
 integral L2 distance More...
 
interface  integral::l2_dist_grad
 

Modules

module  integral
  COMPUTATION OF INTEGRALS using a quadrature methods on a mesh.
 

Functions/Subroutines

real(rp) function integral::integ_scal_func (u, qdm)
 Returns \( \int_O u(x) \dx \). More...
 
subroutine cell_loop ()
 
real(rp) function integral::integ_scal_fe (E, u, uh, X_h, qdm)
 Returns \( \int_O E(x, u(x), u_h(x)) \dx \). More...
 
real(rp) function integral::integ_scal_fe_grad (E, phi, uh, X_h, qdm)
 Returns \( \int_O E(x, \phi(x), \nabla u_h(x)) \dx \). More...
 
real(rp) function, public integral::integ_scal_fe_grad_proj (E, phi, uh, X_h, qdm)
 Returns \( \int_O E(x, \phi_T(x), \nabla u_h(x)) \dx \). More...
 
real(rp) function integral::integ_scal_fe_grad_2 (E, uh1, uh2, X_h, qdm)
 Returns \( \int_O E(x, \nabla u1_h(x), \nabla u2_h(x)) \dx \). More...
 
real(rp) function integral::e_l2 (x, u1, u2)
 \( (x-y)^2 \) More...
 
real(rp) function integral::e_l2_vect (x, p1, p2)
 \( (p-q)^2 \) More...
 
real(rp) function integral::l2_dist_scalfe (u, uh, X_h, qdm)
 Returns \( \int_O \vert u - u_h \vert^2 \dx \). More...
 
real(rp) function integral::l2_dist_grad_scalfe (phi, uh, X_h, qdm)
 Returns \( \int_O \vert \phi - \nabla u_h \vert^2 \dx \). More...
 
real(rp) function, public integral::l2_dist_grad_proj (phi, uh, X_h, qdm)
 Returns \( \int_O \vert \phi_T - \nabla u_h \vert^2 \dx \). More...
 
real(rp) function, public integral::l2_dist_vect (phi, phi_h, X_h, qdm)
 Returns \( \int_O \vert \phi - \phi_h \vert^2 \dx \). More...
 

Function/Subroutine Documentation

◆ cell_loop()

subroutine integ_scal_func::cell_loop ( )
private

Definition at line 111 of file integral.F90.

Here is the call graph for this function: