Typedefs | |
| typedef double(* | phelm::x_t )(double u, double v) |
| callback that converts local coordinates to global coordinates. | |
Functions | |
| void | phelm::print_function (FILE *to, double *ans, const Mesh &m, x_t x=0, x_t y=0, x_t z=0) |
| Print a mesh function to file. | |
| void | phelm::print_function (const char *fname, double *ans, const Mesh &m, x_t x=0, x_t y=0, x_t z=0) |
| Print a mesh function to file. | |
| void | phelm::print_inner_function (FILE *to, double *ans, const Mesh &m, x_t x=0, x_t y=0, x_t z=0) |
| Print the inner part of a mesh function to file. | |
| void | phelm::print_inner_function (const char *to, double *ans, const Mesh &m, x_t x=0, x_t y=0, x_t z=0) |
| Print the inner part of a mesh function to file. | |
| void phelm::print_function | ( | const char * | fname, | |
| double * | ans, | |||
| const Mesh & | m, | |||
| x_t | x = 0, |
|||
| x_t | y = 0, |
|||
| x_t | z = 0 | |||
| ) |
| void phelm::print_function | ( | FILE * | to, | |
| double * | ans, | |||
| const Mesh & | m, | |||
| x_t | x = 0, |
|||
| x_t | y = 0, |
|||
| x_t | z = 0 | |||
| ) |
Print a mesh function to file.
| to | output file | |
| ans | function to output | |
| m | mesh | |
| x | (optional) local coordinates to global 'x' converter | |
| y | (optional) local coordinates to global 'y' converter | |
| z | (optional) local coordinates to global 'z' converter |
| void phelm::print_inner_function | ( | const char * | to, | |
| double * | ans, | |||
| const Mesh & | m, | |||
| x_t | x = 0, |
|||
| x_t | y = 0, |
|||
| x_t | z = 0 | |||
| ) |
Print the inner part of a mesh function to file.
| to | output file name | |
| ans | function to output | |
| m | mesh | |
| x | (optional) local coordinates to global 'x' converter | |
| y | (optional) local coordinates to global 'y' converter | |
| z | (optional) local coordinates to global 'z' converter |
| void phelm::print_inner_function | ( | FILE * | to, | |
| double * | ans, | |||
| const Mesh & | m, | |||
| x_t | x = 0, |
|||
| x_t | y = 0, |
|||
| x_t | z = 0 | |||
| ) |
Print the inner part of a mesh function to file.
| to | output file | |
| ans | function to output | |
| m | mesh | |
| x | (optional) local coordinates to global 'x' converter | |
| y | (optional) local coordinates to global 'y' converter | |
| z | (optional) local coordinates to global 'z' converter |