Open anlavandier opened 2 years ago
Currently, there are only two ways of evaluating FemFields, point-wise, and one the grid defined in TensorFemSpace.preprocess.
FemField
TensorFemSpace.preprocess
Ideally the interface should allow for those 4 options:
1, 2 and 3 are done through TensorFemSpace.eval_fields once #214 is merged. 4 is still a WIP.
TensorFemSpace.eval_fields
Currently, there are only two ways of evaluating
FemField
s, point-wise, and one the grid defined inTensorFemSpace.preprocess
.Ideally the interface should allow for those 4 options: