Skip to content
Snippets Groups Projects
Commit 48dad662 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[discretefunction.default] add make_...discrete_function()

These can be used quickly obtain discrete functions instead of typing out
all the template arguments the compiler knows anyway:

* `auto const_func = GDT::make_const_discrete_function(space, vec);`
* `auto       func = GDT::make_discrete_function(space, vec);`
* `auto       func = GDT::make_discrete_function< VectorType >(space);`
parent 50614e4f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment