19 #ifndef DARCY_FLOW_MH_OUTPUT_HH_ 20 #define DARCY_FLOW_MH_OUTPUT_HH_ Field< 3, FieldValue< 3 >::VectorFixed > field_ele_flux
Class MappingP1 implements the affine transformation of the unit cell onto the actual cell...
Field< 3, FieldValue< 3 >::Scalar > velocity_diff
VectorSeqDouble ele_pressure
Container for various descendants of FieldCommonBase.
std::vector< double > l2_diff_velocity
Field< 3, FieldValue< 3 >::Scalar > field_node_pressure
void output(TimeStep step)
Class template representing a field with values dependent on: point, element, and region...
void make_element_vector(ElementSetRef element_indices)
void compute_l2_difference()
void make_corner_scalar(vector< double > &node_scalar)
Field< 3, FieldValue< 3 >::Integer > subdomain
std::vector< double > l2_diff_divergence
std::vector< unsigned int > all_element_idx_
std::shared_ptr< OutputTime > output_stream
void make_node_scalar_param(ElementSetRef element_indices)
Calculate nodes scalar, store it in double* node_scalars instead of node->scalar. ...
Field< 3, FieldValue< 3 >::Scalar > field_ele_pressure
OutputFields output_fields
VectorSeqDouble ele_piezo_head
Definitions of basic Lagrangean finite elements with polynomial shape functions.
Provides the numbering of the finite element degrees of freedom on the computational mesh...
ofstream raw_output_file
Raw data output file.
The class for outputting data during time.
static const Input::Type::Record & get_input_type_specific()
void output_internal_flow_data()
Field< 3, FieldValue< 3 >::Scalar > field_ele_piezo_head
Field< 3, FieldValue< 3 >::Integer > region_id
Field< 3, FieldValue< 3 >::Scalar > pressure_diff
bool compute_errors_
Specific experimental error computing.
static Input::Type::Record & get_input_type()
Field< 3, FieldValue< 3 >::Scalar > div_diff
vector< double > corner_pressure
const vector< unsigned int > & ElementSetRef
DarcyFlowMHOutput(DarcyMH *flow, Input::Record in_rec)
void make_element_scalar(ElementSetRef element_indices)
std::vector< double > l2_diff_pressure
FieldSet error_fields_for_output
Mixed-hybrid of steady Darcy flow with sources and variable density.