Neko  0.8.1
A portable framework for high-order spectral element flow simulations
point_zone_fctry Module Reference

Defines a factory subroutine for point zones. More...

Functions/Subroutines

subroutine, public point_zone_factory (point_zone, json, dof)
 Point zone factory. Constructs, initializes, and maps the point zone object. More...
 

Detailed Description

Defines a factory subroutine for point zones.

Function/Subroutine Documentation

◆ point_zone_factory()

subroutine, public point_zone_fctry::point_zone_factory ( class(point_zone_t), intent(inout), allocatable  point_zone,
type(json_file), intent(inout)  json,
type(dofmap_t), intent(inout)  dof 
)

Point zone factory. Constructs, initializes, and maps the point zone object.

Parameters
jsonJSON object initializing the point zone.
dofDofmap from which to map the point zone.

Definition at line 55 of file point_zone_fctry.f90.

Here is the caller graph for this function: