inverse mapping for surface elements
More...
#include <inverse_mapping.hpp>
|
| | inverse_mapping (elem_t const &elem, bool constrained_in_elem) |
| | constructor More...
|
| |
| bool | eval (x_t const &x0, double tol, unsigned max_iter) |
| | compute inverse mapping More...
|
| |
|
const result_t & | get_result () const |
| | get the result of inverse mapping
|
| |
|
unsigned | get_iter () const |
| | get the number of iterations
|
| |
|
double | get_error () const |
| | get the error (absolute in physical coordinates)
|
| |
template<class LSet, class Scalar>
class NiHu::inverse_mapping< surface_element< LSet, Scalar > >
inverse mapping for surface elements
- Template Parameters
-
| LSet | the geometrical shape set |
| Scalar | the element's scalar type |
Definition at line 30 of file inverse_mapping.hpp.
◆ inverse_mapping()
template<class LSet , class Scalar >
◆ eval()
template<class LSet , class Scalar >
compute inverse mapping
- Parameters
-
| [in] | x0 | physical coordinates |
| [in] | tol | tolerance (absolute error in physical coordinates) |
| [in] | max_iter | maximal number of iterations |
Definition at line 55 of file inverse_mapping.hpp.
The documentation for this class was generated from the following file: