Choral
Functions/Subroutines
choral Module Reference

TOP-LEVEL MODULE FOR THE LIBRARY CHORAL More...

Functions/Subroutines

subroutine, public choral_init (verb)
  Initialisation for the CHORAL library More...
 

Detailed Description

TOP-LEVEL MODULE FOR THE LIBRARY CHORAL

This module makes public the ressources in the library modules.

A choral program starts with:

program prog_choral
use choral
...
call choral_init(verb=verbosity_level)
...

Where

Author
Charles Pierre

Function/Subroutine Documentation

◆ choral_init()

subroutine, public choral::choral_init ( integer, intent(in), optional  verb)

Initialisation for the CHORAL library

A choral program starts with:

call choral_init(verb=verbosity_level)

This routine initialises data sets necessary for CHORAL
(for cells, finite element methods, quadrature methods ...).

Definition at line 166 of file choral.F90.

Here is the call graph for this function: