Choral
Functions/Subroutines
quadMesh_integral.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program quadmesh_integral
  Integration methods on meshes quadMesh: More...
 
real(rp) function func (x)
 
real(rp) function x_ge_1 (x)
 To characterise {x=1}. More...
 

Function/Subroutine Documentation

◆ func()

real(rp) function quadmesh_integral::func ( real(rp), dimension(3), intent(in)  x)

Definition at line 201 of file quadMesh_integral.f90.

◆ quadmesh_integral()

program quadmesh_integral ( )

Integration methods on meshes quadMesh:

  • Compute integrals given a mesh of \( \Omega = [0,1]\times [0,1] \)
    1. \( \int_\Omega u(x) {\rm d}x \)
    2. \( \int_{\partial \Omega} u(l) {\rm d}l \)
    3. \( \int_{\partial \Omega \cap \{ x=1\} } u(l) {\rm d}l \)
    4. \( \int_\Omega u(x) {\rm d}x + \int_{\partial \Omega \cap \{ x=1\} } u(l) {\rm d}l \) (composite integration domain)

Charles Pierre, 2020.

Definition at line 19 of file quadMesh_integral.f90.

Here is the call graph for this function:

◆ x_ge_1()

real(rp) function quadmesh_integral::x_ge_1 ( real(rp), dimension(3), intent(in)  x)

To characterise {x=1}.

Definition at line 211 of file quadMesh_integral.f90.