Choral
Private Member Functions | List of all members
quadmesh_mod::set Interface Reference

Sets an integration method quadMesh. More...

Collaboration diagram for quadmesh_mod::set:
Collaboration graph

Private Member Functions

subroutine quadmesh_set (qdm, quadType, f)
  Sets an integration method quadMesh More...
 

Detailed Description

Sets an integration method quadMesh.

Definition at line 181 of file quadMesh_mod.f90.

Member Function/Subroutine Documentation

◆ quadmesh_set()

subroutine quadmesh_mod::set::quadmesh_set ( type(quadmesh), intent(inout)  qdm,
integer, intent(in)  quadType,
procedure(r3tor), optional  f 
)
private

Sets an integration method quadMesh

Given a quadrature rule 'quadType' with reference czell \(K_{\rm ref}\),

  1. select all the mesh cells associated to the same reference cell,
  2. optionnally (if 'f' is given) select among these cells those where \( f \ge 0 \),
  3. set on these cells the quadrature rule to 'quadType'.
  • INPUT:
    • quadType = a quadrature rule
    Optional:
    • f = a scalar function \( \R^3 \rightarrow \R \)

Definition at line 265 of file quadMesh_mod.f90.


The documentation for this interface was generated from the following file: