Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
hsmg::multigrid_t Type Reference
Collaboration diagram for hsmg::multigrid_t:

Public Attributes

type(dofmap_t), pointer dof => null()
 
type(gs_t), pointer gs_h => null()
 
type(space_t), pointer xh => null()
 
type(coef_t), pointer coef => null()
 
type(bc_list_t), pointer bclst => null()
 
type(schwarz_t), pointer schwarz => null()
 
type(field_t), pointer e => null()
 

Detailed Description

Definition at line 98 of file pc_hsmg.f90.

Member Data Documentation

◆ bclst

type(bc_list_t), pointer hsmg::multigrid_t::bclst => null()

Definition at line 103 of file pc_hsmg.f90.

◆ coef

type(coef_t), pointer hsmg::multigrid_t::coef => null()

Definition at line 102 of file pc_hsmg.f90.

◆ dof

type(dofmap_t), pointer hsmg::multigrid_t::dof => null()

Definition at line 99 of file pc_hsmg.f90.

◆ e

type(field_t), pointer hsmg::multigrid_t::e => null()

Definition at line 105 of file pc_hsmg.f90.

◆ gs_h

type(gs_t), pointer hsmg::multigrid_t::gs_h => null()

Definition at line 100 of file pc_hsmg.f90.

◆ schwarz

type(schwarz_t), pointer hsmg::multigrid_t::schwarz => null()

Definition at line 104 of file pc_hsmg.f90.

◆ xh

type(space_t), pointer hsmg::multigrid_t::xh => null()

Definition at line 101 of file pc_hsmg.f90.


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