MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_derived_types::vec3_dt Type Reference

Generic 3-component vector (e.g., spatial coordinates or field components) Named _dt (derived types: x,y,z) to differentiate from t_vec3 (3-component vector). More...

Public Attributes

real(wpx
real(wpy
real(wpz

Detailed Description

Generic 3-component vector (e.g., spatial coordinates or field components) Named _dt (derived types: x,y,z) to differentiate from t_vec3 (3-component vector).

Definition at line 364 of file m_derived_types.fpp.f90.

Member Data Documentation

◆ x

real(wp) m_derived_types::vec3_dt::x

Definition at line 365 of file m_derived_types.fpp.f90.

◆ y

real(wp) m_derived_types::vec3_dt::y

Definition at line 366 of file m_derived_types.fpp.f90.

◆ z

real(wp) m_derived_types::vec3_dt::z

Definition at line 367 of file m_derived_types.fpp.f90.


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