MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::FindPointsGSLIB::DevStruct Struct Reference

#include <gslib.hpp>

Collaboration diagram for mfem::FindPointsGSLIB::DevStruct:
[legend]

Public Attributes

bool setup_device = false
 
bool find_device = false
 
int local_hash_size
 
int dof1d
 
int dof1d_sol
 
int lh_nx
 
int gh_nx
 
double newt_tol
 
struct gslib::crystal * cr
 
struct gslib::hash_data_3 * hash3
 
struct gslib::hash_data_2 * hash2
 
Vector bb
 
Vector wtend
 
Vector gll1d
 
Vector lagcoeff
 
Vector gll1d_sol
 
Vector lagcoeff_sol
 
Array< unsigned int > lh_offset
 
Array< unsigned int > gh_offset
 
Vector lh_min
 
Vector lh_fac
 
Vector gh_min
 
Vector gh_fac
 
double surf_dist_tol
 

Detailed Description

Definition at line 162 of file gslib.hpp.

Member Data Documentation

◆ bb

Vector mfem::FindPointsGSLIB::DevStruct::bb
mutable

Definition at line 171 of file gslib.hpp.

◆ cr

struct gslib::crystal* mfem::FindPointsGSLIB::DevStruct::cr

Definition at line 168 of file gslib.hpp.

◆ dof1d

int mfem::FindPointsGSLIB::DevStruct::dof1d

Definition at line 166 of file gslib.hpp.

◆ dof1d_sol

int mfem::FindPointsGSLIB::DevStruct::dof1d_sol

Definition at line 166 of file gslib.hpp.

◆ find_device

bool mfem::FindPointsGSLIB::DevStruct::find_device = false

Definition at line 165 of file gslib.hpp.

◆ gh_fac

Vector mfem::FindPointsGSLIB::DevStruct::gh_fac

Definition at line 173 of file gslib.hpp.

◆ gh_min

Vector mfem::FindPointsGSLIB::DevStruct::gh_min

Definition at line 173 of file gslib.hpp.

◆ gh_nx

int mfem::FindPointsGSLIB::DevStruct::gh_nx

Definition at line 166 of file gslib.hpp.

◆ gh_offset

Array<unsigned int> mfem::FindPointsGSLIB::DevStruct::gh_offset

Definition at line 172 of file gslib.hpp.

◆ gll1d

Vector mfem::FindPointsGSLIB::DevStruct::gll1d

Definition at line 171 of file gslib.hpp.

◆ gll1d_sol

Vector mfem::FindPointsGSLIB::DevStruct::gll1d_sol

Definition at line 171 of file gslib.hpp.

◆ hash2

struct gslib::hash_data_2* mfem::FindPointsGSLIB::DevStruct::hash2

Definition at line 170 of file gslib.hpp.

◆ hash3

struct gslib::hash_data_3* mfem::FindPointsGSLIB::DevStruct::hash3

Definition at line 169 of file gslib.hpp.

◆ lagcoeff

Vector mfem::FindPointsGSLIB::DevStruct::lagcoeff

Definition at line 171 of file gslib.hpp.

◆ lagcoeff_sol

Vector mfem::FindPointsGSLIB::DevStruct::lagcoeff_sol

Definition at line 171 of file gslib.hpp.

◆ lh_fac

Vector mfem::FindPointsGSLIB::DevStruct::lh_fac

Definition at line 173 of file gslib.hpp.

◆ lh_min

Vector mfem::FindPointsGSLIB::DevStruct::lh_min
mutable

Definition at line 173 of file gslib.hpp.

◆ lh_nx

int mfem::FindPointsGSLIB::DevStruct::lh_nx

Definition at line 166 of file gslib.hpp.

◆ lh_offset

Array<unsigned int> mfem::FindPointsGSLIB::DevStruct::lh_offset
mutable

Definition at line 172 of file gslib.hpp.

◆ local_hash_size

int mfem::FindPointsGSLIB::DevStruct::local_hash_size

Definition at line 166 of file gslib.hpp.

◆ newt_tol

double mfem::FindPointsGSLIB::DevStruct::newt_tol

Definition at line 167 of file gslib.hpp.

◆ setup_device

bool mfem::FindPointsGSLIB::DevStruct::setup_device = false

Definition at line 164 of file gslib.hpp.

◆ surf_dist_tol

double mfem::FindPointsGSLIB::DevStruct::surf_dist_tol
mutable

Definition at line 178 of file gslib.hpp.

◆ wtend

Vector mfem::FindPointsGSLIB::DevStruct::wtend

Definition at line 171 of file gslib.hpp.


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