Rheolef
7.2
an efficient C++ finite element environment
|
branch
- handle a family of fields
More...
Go to the source code of this file.
Namespaces | |
namespace | rheolef |
This file is part of Rheolef. | |
Typedefs | |
typedef field::size_type | size_type |
Enumerations | |
enum | render_type { text_render , paraview_render , vtk_render , plotmtv_render , gnuplot_render , toc_render } |
Functions | |
void | usage () |
field_basic< Float, sequential > | proj (size_t extract_id, const field_basic< Float, sequential > &uh, bool do_lumped_mass, string use_proj_approx, reuse_proj_form_type reuse) |
void | extract (idiststream &in, odiststream &out, bool do_proj, bool do_lumped_mass, string use_proj_approx, size_type extract_id, const Float &scale_value, reuse_proj_form_type reuse) |
void | put (idiststream &in, odiststream &out, bool do_proj, bool do_lumped_mass, string use_proj_approx, bool def_fill_opt, size_type extract_id, const Float &scale_value, const std::pair< Float, Float > &u_range, render_type render, reuse_proj_form_type reuse) |
void | set_input_format (idiststream &in, std::string input_format) |
int | main (int argc, char **argv) |
branch
- handle a family of fields
Definition in file branch.cc.
enum render_type |
field_basic< Float, sequential > proj | ( | size_t | extract_id, |
const field_basic< Float, sequential > & | uh, | ||
bool | do_lumped_mass, | ||
string | use_proj_approx, | ||
reuse_proj_form_type | reuse | ||
) |
void extract | ( | idiststream & | in, |
odiststream & | out, | ||
bool | do_proj, | ||
bool | do_lumped_mass, | ||
string | use_proj_approx, | ||
size_type | extract_id, | ||
const Float & | scale_value, | ||
reuse_proj_form_type | reuse | ||
) |
void put | ( | idiststream & | in, |
odiststream & | out, | ||
bool | do_proj, | ||
bool | do_lumped_mass, | ||
string | use_proj_approx, | ||
bool | def_fill_opt, | ||
size_type | extract_id, | ||
const Float & | scale_value, | ||
const std::pair< Float, Float > & | u_range, | ||
render_type | render, | ||
reuse_proj_form_type | reuse | ||
) |
void set_input_format | ( | idiststream & | in, |
std::string | input_format | ||
) |