13namespace variable_adjuster
49 std::vector<wxm::array::patch_array_t*>& input);
51 const int local_face_node_index,
52 const int global_node_index_in,
53 const int global_node_index_out,
55 std::vector<wxm::array::patch_array_t*>& input);
57 const int local_face_node_index,
58 const int global_node_index_in,
59 const int global_node_index_out,
61 std::vector<wxm::array::patch_array_t*>& input);
64 std::vector<wxm::array::patch_array_t*>& input);
66 std::vector<wxm::array::patch_array_t*>& input);
Definition: wmbasisarrayset.h:13
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
WxRange represents a hyper-rectangular domain of an n-dimensional space of integers.
Definition: wxrange.h:23
The WmVariableAdjusterGradient class is a gradient adjuster.
Definition: gradient.h:29
wxm::dfem::tools::scope_t _element_flux
Definition: gradient.h:91
void ldg_scheme(const int faceIndex, const int local_face_node_index, const int global_node_index_in, const int global_node_index_out, solverVariables_t *pSV, std::vector< wxm::array::patch_array_t * > &input)
void in_kernel(const WxRange &element_scope_range, std::vector< wxm::array::patch_array_t * > &input)
wxm::dfem::tools::scope_t _face_flux
Definition: gradient.h:92
real _penalty_eta
Definition: gradient.h:76
WxRange _chunk_size_face
Definition: gradient.h:95
WmBasisArraySet _basis_set
Definition: gradient.h:82
std::unique_ptr< WmUDGGeometry > _dg_geometry
Definition: gradient.h:85
std::vector< size_t > _gradient_output_indexes
Definition: gradient.h:69
std::string _gradient_method
Definition: gradient.h:72
void setup(const WxCryptSet &wxc) override
Setup the spatial solver using the cryptset.
real _penalty_beta
Definition: gradient.h:75
WxRange _chunk_size_element
Definition: gradient.h:94
bool _standard_ldg_flux_alternation
"Standard" refers to the sign when adding the beta penalty for LDG, the u*_h numerical flux value as ...
Definition: gradient.h:98
std::vector< size_t > _gradient_input_indexes
Definition: gradient.h:68
void co_kernel(const WxRange &element_scope_range, std::vector< wxm::array::patch_array_t * > &input)
void solve(real time, variables_type &input) override
Solves the spatial system and puts result in _rhs.
std::vector< std::vector< std::vector< real > > > _internal_fluxes
Definition: gradient.h:89
std::string _basisSetName
Definition: gradient.h:79
std::vector< std::vector< std::vector< std::vector< real > > > > _numerical_fluxes
Definition: gradient.h:88
void ip_scheme(const int faceIndex, const int local_face_node_index, const int global_node_index_in, const int global_node_index_out, solverVariables_t *pSV, std::vector< wxm::array::patch_array_t * > &input)
void ex_kernel(const WxRange &face_scope_range, std::vector< wxm::array::patch_array_t * > &input)
The WmVariableAdjuster class is a base class for variable adjusters.
Definition: variable_adjuster.h:31
wxm::temporal_solver::variables_type variables_type
Definition: variable_adjuster.h:41
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11