MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices Struct Reference

#include <navier_particles.hpp>

Public Attributes

int kappa
 
int zeta
 
int gamma
 
int u [N_HIST]
 
int v [N_HIST]
 
int w [N_HIST]
 
int x [N_HIST-1]
 

Detailed Description

Definition at line 78 of file navier_particles.hpp.

Member Data Documentation

◆ gamma

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::gamma

Definition at line 80 of file navier_particles.hpp.

◆ kappa

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::kappa

Definition at line 80 of file navier_particles.hpp.

◆ u

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::u[N_HIST]

Definition at line 81 of file navier_particles.hpp.

◆ v

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::v[N_HIST]

Definition at line 82 of file navier_particles.hpp.

◆ w

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::w[N_HIST]

Definition at line 83 of file navier_particles.hpp.

◆ x

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::x[N_HIST-1]

Definition at line 84 of file navier_particles.hpp.

◆ zeta

int mfem::navier::NavierParticles::FluidParticleIndices::FieldIndices::zeta

Definition at line 80 of file navier_particles.hpp.


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