Skip to content
Snippets Groups Projects
Commit 3a1e5fd1 authored by Timo Koch's avatar Timo Koch
Browse files

[pointsource] Major improvements on pointsource interface

* Implement problem interface functions mimicking the normal source interface
* Implement a possibility to implement derived point source classes getting cutomized lambda functions
	* the pointsource class gets an update method
        * An example implementation with test for time dependent point sources is implemented
* Restructure the point source class. Do not derive from PrimaryVariables (less felxible) instead overload
  some operators for convenience
* Call the solDependentPointSource function for each point source not per dof (multiple ps possible)
* Recompute the map for adapted grids
parent 34776623
1 merge request!36Feature/pointsources rebased
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